Full-featured select component with support for remote (AJAX) data source.
data class AjaxOptions
Data class for AJAX options. |
|
enum class DATATYPE
Data type for the AJAX call. |
|
enum class HTTPTYPE
HTTP protocol type for the AJAX call. |
|
enum class SELECTWIDTHTYPE
Select width types. See Bootstrap Select width. |
|
open class Select : SimplePanel, StringFormControl
The form field component for Select control. |
|
open class SelectInput : SimplePanel
The basic component for Select control. |
|
open class SelectOptGroup : SimplePanel
The helper container for adding option groups to Select. |
|
open class SelectOption : Widget
The helper component for adding options to Select or SelectOptGroup. |
fun AjaxOptions.toJs(emptyOption: Boolean): dynamic
Convert AjaxOptions to JavaScript JSON object. |