Select

fun Select(options: List<<ERROR CLASS>>? = null, value: String? = null, name: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: Select.() -> Unit? = null)

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)

ajaxOptions

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