Changes

SsParseNum

877 bytes added, 16:32, 10 June 2014
no edit summary
This function is part of the <b>sstools.js</b> library and needs to be added to [[Browser Script]] custom fields or on template pages, sign-up pages etc. using the following syntax:
<SCRIPT type="text/javascript" language="javascript" src="/sstools.js"></SCRIPT>
 
==When Using "Show Currency Format in Edit Mode"==
When using the "Show Currency Format in Edit Mode" setting for custom fields, the following syntax must be used:
 
:<font size="3">'''ssParseNumByCode( ''value'',''emptyok'',' ''code'' ');''' </font>
 
Where: <br / >
 
{| border="1"
!Parameter
!Description
|-
|<b><em>value </em></b>
|Required. Is the value to be converted to a number (i.e: $5,000.00 and 5,000% will be converted to 5000)<br />
|-
|<b><em>emptyok </em></b>
|Optional. Is a true/false value
:*if ''emptyok'' is true - an empty string will be returned by ssParseNumByCode if the value is ''empty''
:*if ''emptyok'' is false - a "0" will be returned by ssParseNumByCode if the value is ''empty''
|-
|<b><em>code</em></b>
|Required. The three-letter currency code defined by [http://en.wikipedia.org/wiki/ISO_4217 ISO 4217]. Example: ''JPY'' for Japanese Yen.
|}
8,849
edits