Native Data List

(part of package 'Bootstrap Components') Extends designtime/SolutionModel: JSWebComponent Extends runtime: RuntimeWebComponent

This is a reference page; many components have detailed usage guides here.

Properties

dataProviderID

Type: Dataprovider


editable

Type: Protected Default Value: true


enabled

Type: Enabled Default Value: true


placeholderText

Type: String


styleClass

Type: Styleclass Default Value: "form-control"


tabSeq

Type: Tabseq


toolTipText

Type: String


valuelistID

Type: Valuelist


visible

Whether the button is visible or not

Type: Visible


Events

onActionMethodID(event)

Parameters:


onDataChangeMethodID(oldValue,newValue,event)

Handle changed data, return false if the value should not be accepted. JSEvent.data will contain extra information about dataproviderid, its scope and the scope id (record datasource or form/global variable scope)

Parameters:

Returns: {Boolean}


onFocusGainedMethodID(event)

Parameters:


onFocusLostMethodID(event)

Parameters:


API

requestFocus(mustExecuteOnFocusGainedMethod)

Set the focus to the list input

Example:

myElement.requestFocus();

Parameters:

  • {Boolean} [mustExecuteOnFocusGainedMethod] If false will not execute the onFocusGained method; the default value is true



Last updated

Was this helpful?