Child pages
  • JSRenderEvent

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 SummaryReturns the record of the element that is being rendered.Returns the record index of the element that is being rendered.Returns the element that is being rendered.Returns whether or not the element that is being rendered has focus.Returns whatever or not the record of the element that is being rendered is selected.

functionservoy sDetail2100%height:30px2Methods DetailsgetRecordname

getRecord()

dessIndent
Returns the record of the element that is being rendered.
This is null for elements of type form when they are in table view mode.
ret

Returns

sIndent Record of the element that is being rendered
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRowgetRecordIndexname

getRecordIndex()

dessIndent
Returns the record index of the element that is being rendered.
ret

Returns

sIndent record index of the element that is being rendered
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
getRenderablename

getRenderable()

dessIndent
Returns the element that is being rendered.
ret

Returns

sIndent Renderable the element that is being rendered
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
hasFocusname

hasFocus()

dessIndent
Returns whether or not the element that is being rendered has focus.
ret

Returns

sIndent true if the element that is being rendered has the focus, false otherwise
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
isRecordSelectedname

isRecordSelected()

dessIndent
Returns whatever or not the record of the element that is being rendered is selected.
ret

Returns

sIndent true if the record of the element that is being rendered is selected
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow