cListBox/cDBLU/cLUDBListbox
List box. The database variants are able to use a lookup list from the db and store it locally or in another data field. All these type use the same run time library and the DB variants are merged into one component. The others can still be used, but are deprecated.
Properties
|
Description |
Autofocus |
Button class as described in the bootstrap manual |
DataField |
Button, to be used in javascript events or submit to submit a form |
DataSource |
Shows button as enabled or disabled (grayed) |
Disabled |
Image within the button. |
Form |
Owner of the component |
Hint |
The width of the button in the designer. No function within bootstrap. |
Items |
Drop down items |
label |
Label of the field |
labelPosition |
Label above or before the field |
LookupDatafield |
Datafield for filling lookup fields |
LookupKeyField |
Key field, to lookup description |
LookupKeyFields |
Key fields for mapping to external table |
LookupMethod |
Method to search from (full search, or based upon result set) |
Multiple |
Multiple select allowed |
Required |
|
Value |
|
PHP Events
|
Description |
onBlur |
Triggers when all components are created |
onChange |
Triggers when the user clicks on the button |
onFocus |
Triggers when the component is created |
onInsertItemOnBottom |
|
onInsertItemOnTop |
|
JavaScript Events
|
Description |
onBlur |
Triggers when the user clicks the button. Clicking leads to an ajax call to the server event onClick |
onChange |
|
onFocus |
|