Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Cache
indextrue
refresh100d
showRefreshtrue
iddoc
titleRefresh page
showDatetrue
retryEnable

servoy sReturnTypes2100%height: 30px;2Supported ClientssWordListSmartClientsWordListWebClientsWordListNGClientsWordListMobileClient

servoy sSummary12%30%58%height: 30px;3Property SummaryNumeric value representing infinity.Value representing Not-a-Number.The value undefined.

servoy sSummary12%30%58%height: 30px;3Methods SummaryDecodes a URI previously encoded with encodeURI or another similar routine.Decodes a URI component previously created by encodeURIComponent or by a similar routine.Encodes a URI by replacing certain characters with escape sequences.Encodes a URI component by replacing all special characters with their corresponding UTF-8 escape sequences.Evaluates JavaScript code passed as a string.Returns true if the given number is a finite number.voidThe NaN property indicates that a value is 'Not a Number'.Returns true if the given name can be used as a valid name for an XML element or attribute.Makes a floating point number from the starting numbers in a given string.Makes a integer from the starting numbers in a given string in the base specified.Makes a integer from the starting numbers in a given string in the base specified.Returns the string representation behind a given object.

propertyservoy sDetail2100%height:30px2Property DetailsInfinityname

Infinity

dessIndent
Numeric value representing infinity.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRowNaNname

NaN

dessIndent
Value representing Not-a-Number.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
undefinedname

undefined

dessIndent
The value undefined.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow

functionservoy sDetail2100%height:30px2Methods DetailsdecodeURIname

decodeURI(encodedURI)

dessIndent
Decodes a URI previously encoded with encodeURI or another similar routine.
prs

Parameters

sIndentencodedURI ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRowdecodeURIComponentname

decodeURIComponent(encodedURI)

dessIndent
Decodes a URI component previously created by encodeURIComponent or by a similar routine.
prs

Parameters

sIndentencodedURI ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
encodeURIname

encodeURI(URI)

dessIndent
Encodes a URI by replacing certain characters with escape sequences.
prs

Parameters

sIndentURI ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
encodeURIComponentname

encodeURIComponent(URI)

dessIndent
Encodes a URI component by replacing all special characters with their corresponding UTF-8 escape sequences.
prs

Parameters

sIndentURI ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
evalname

eval(expression)

dessIndent
Evaluates JavaScript code passed as a string. Returns the value returned by the evaluated code.
prs

Parameters

sIndentexpression ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
isFinitename

isFinite(n)

dessIndent
Returns true if the given number is a finite number.
prs

Parameters

sIndentn ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
isNaNname

isNaN(value)

dessIndent
The NaN property indicates that a value is 'Not a Number'.
prs

Parameters

sIndentvalue ;
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
isXMLNamename

isXMLName(name)

dessIndent
Returns true if the given name can be used as a valid name for an XML element or attribute.
prs

Parameters

sIndentname ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
parseFloatname

parseFloat(text)

dessIndent
Makes a floating point number from the starting numbers in a given string.
prs

Parameters

sIndenttext ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
parseIntname

parseInt(text)

dessIndent
Makes a integer from the starting numbers in a given string in the base specified.
prs

Parameters

sIndenttext ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
parseIntname

parseInt(text, radix)

dessIndent
Makes a integer from the starting numbers in a given string in the base specified.
prs

Parameters

sIndenttext ;radix ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow
unevalname

uneval(obj)

dessIndent
Returns the string representation behind a given object.
prs

Parameters

sIndentobj ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow