Creates a list whose multiple items can be selected. This element must be used within CKForm or HTML form.
Required attribute: list
escape: | Escapes HTML control characters in "value" if the "escape" is true. The default value is true. |
list: | Array which is iterated through. |
values: | Array which is value for each "value" attributes of <option> elements. |
selected: | Items which are chosen from the list. |
multiple: | Multiple items of the list can be selected if the value is true. |
size: | Size of item in appearance. |
enabled: | If the value is false, the element appears but is not active. |
bind_request
own_attributes
run
to_s