From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001
From: Robert Jaros
+
-
<init>
-
-Select(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false)
+
+Select(options: List<StringPair>? = null, value: String? = null, name: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false)
Parameters
options - an optional list of options (label to value pairs) for the select controlname - the name attribute of the generated HTML input elementmultiple - allows multiple value selection (multiple values are comma delimited)label - label text bound to the input elementrich - determines if label can contain HTML coderich - determines if label can contain HTML code
Constructor
open var disabled: Boolean
-Overrides FormControl.disabled
-Determines if the field is disabled.
-diff --git a/api/pl.treksoft.kvision.form.select/-select/disabled.html b/api/pl.treksoft.kvision.form.select/-select/disabled.html deleted file mode 100644 index 079be6cc..00000000 --- a/api/pl.treksoft.kvision.form.select/-select/disabled.html +++ /dev/null @@ -1,16 +0,0 @@ - -
- -
- - -
-