Child pages
  • Component

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 ClientssWordListSmartClientsWordListWebClientsWordListNGClient

servoy sSummary12%30%58%height: 30px;3Methods SummaryGets the specified client property for the element based on a key.Get the design-time properties of an element.Get a design-time property of an element.Returns the type of a specified element.Returns the name of the form.Returns the name of an element.voidSets the value for the specified element client property key.

functionservoy sDetail2100%height:30px2Methods DetailsgetClientPropertyname

getClientProperty(key)

dessIndent
Gets the specified client property for the element based on a key.

NOTE: Depending on the operating system, a user interface property name may be available.
prs

Parameters

sIndentkeyuser interface key (depends on operating system)
ret

Returns

sIndent The value of the property for specified key.
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRowgetDesignPropertiesname

getDesignProperties()

dessIndent
Get the design-time properties of an element.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
getDesignTimePropertyname

getDesignTimeProperty(key)

dessIndent
Get a design-time property of an element.
prs

Parameters

sIndentkeythe name of the property
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
getElementTypename

getElementType()

dessIndent
Returns the type of a specified element.
ret

Returns

sIndent The display type of the element as String.
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
getFormNamename

getFormName()

dessIndent
Returns the name of the form. (may be empty string as well)
ret

Returns

sIndent The name of the form.
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
getNamename

getName()

dessIndent
Returns the name of an element. (may be null as well)
ret

Returns

sIndent The name of the element.
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
putClientPropertyname

putClientProperty(key, value)

dessIndent
Sets the value for the specified element client property key.

NOTE: Depending on the operating system, a user interface property name may be available.
prs

Parameters

sIndentkeyuser interface key (depends on operating system)valuea predefined value for the key
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow