Parameter Name | Description![]() |
Default Value |
---|---|---|
empty |
A first option is left empty and has value of empty . |
Undefined. |
edit |
A link to object that allows editing of the select list. | Undefined. |
readonly |
If readonly is enabled and user clicks on the select element the alert pops ups saying 'Il campo non è modificabile' . |
Undefined. |
id |
Select Component's ID. | Undefined. |
empty_descr |
The empty option displays empty_descr . |
Empty string. |
description |
Tooltip. | Empty string. |
bgcolor |
Value of the background-color . |
Undefined. |
value |
Which <option> to select by default after the list has loaded (only works if the list is static or loaded in the form). |
Undefined. |
width |
Width in pixels of the select field. | 80 |