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. |
|
open class Select : SimplePanel, StringFormControl
The form field component for Select control. |
|
open class SelectInput : SimplePanel, FormInput
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. |
|
open class SelectRemote<T : Any> : SimplePanel, StringFormControl
The form field component for SelectRemote control. |
|
open class SelectRemoteInput<T : Any> : SelectInput
The Select control connected to the multiplatform service. |
|
enum class SelectWidthType
Select width types. See Bootstrap Select width. |
|
open class SimpleSelect : SimplePanel, StringFormControl
The form field component for SimpleSelect control. |
|
open class SimpleSelectInput : SimplePanel, FormInput
Simple select component. |
external fun decodeURIComponent(encodedURI: String): String |
|
fun AjaxOptions.toJs(emptyOption: Boolean): dynamic
Convert AjaxOptions to JavaScript JSON object. |