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