cDropDown, cDBLU/LUDBDropdown
Drop down 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 runt ime library and the DB variants are merged into one component. The others can still be used, but are deprecated.
Properties
|
Description |
Autocomplete |
Button is in use |
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. |
EditState |
This property applies to the non-db version only. Usually fields responds to the edit state of the assigned data source. If the data source is in read state, all fields are disabled. But if you need to combine controls that are not data-aware then you need to 'unbind' the variable. Values are 'automatic', it behaves like any other field, always on (the field can be edited any time) or always off (the field is always display-only). |
EmptyTitle |
Text to be displayed inside the button |
FieldColumnWidth |
Location of component in the designer. No function within bootstrap |
Form |
Owner of the component |
Hint |
The width of the button in the designer. No function within bootstrap. |
IntputSize |
The height 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 |
Data field 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 |
|