Select
fun Select( options: List<<Error class: unknown class>>? = null, value: String? = null, name: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: Select.() -> Unit? = null)
Content copied to clipboard
Parameters
options
an optional list of options (value to label pairs) for the select control
value
selected value
name
the name attribute of the generated HTML input element
multiple
allows multiple value selection (multiple values are comma delimited)
ajax Options
additional options for remote (AJAX) data source
label
label text bound to the input element
rich
determines if label can contain HTML code
init
an initializer extension function