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

dessIndentNumeric value representing infinity.ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow NaNname

NaN

dessIndentValue representing Not-a-Number.ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow 
undefinedname

undefined

dessIndentThe value undefined.ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow 

functionservoy sDetail2100%height:30px2Methods DetailsdecodeURIname

decodeURI(encodedURI)

dessIndentDecodes 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
lastDetailRow decodeURIComponentname

decodeURIComponent(encodedURI)

dessIndentDecodes 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)

dessIndentEncodes 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)

dessIndentEncodes 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)

dessIndentEvaluates 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)

dessIndentReturns 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)

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

Parameters

sIndentvalue 
ret

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow 
isXMLNamename

isXMLName(name)

dessIndentReturns 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)

dessIndentMakes 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)

dessIndentMakes 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)

dessIndentMakes 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)

dessIndentReturns the string representation behind a given object.prs

Parameters

sIndentobj 
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow