From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 2 Apr 2018 01:35:47 +0200 Subject: API documentantion update --- api/pl.treksoft.kvision.form.select/-select/-init-.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'api/pl.treksoft.kvision.form.select/-select/-init-.html') diff --git a/api/pl.treksoft.kvision.form.select/-select/-init-.html b/api/pl.treksoft.kvision.form.select/-select/-init-.html index 52fd3990..e951bc58 100644 --- a/api/pl.treksoft.kvision.form.select/-select/-init-.html +++ b/api/pl.treksoft.kvision.form.select/-select/-init-.html @@ -8,13 +8,15 @@ kvision / pl.treksoft.kvision.form.select / Select / <init>

<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 control

value - selected value

+

+name - the name attribute of the generated HTML input element

multiple - allows multiple value selection (multiple values are comma delimited)

@@ -22,7 +24,7 @@

label - label text bound to the input element

-rich - determines if label can contain HTML code

+rich - determines if label can contain HTML code

Constructor

-- cgit