From 7c2850063697f94a0d8b8d8f8588136dd4b3d05e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 21 Oct 2018 23:59:34 +0200 Subject: API documentation for KVision 0.0.19 --- .../-select/-init-.html | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 api/pl.treksoft.kvision.form.select/-select/-init-.html (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 deleted file mode 100644 index b01349b5..00000000 --- a/api/pl.treksoft.kvision.form.select/-select/-init-.html +++ /dev/null @@ -1,31 +0,0 @@ - - - -Select.<init> - kvision - - - -kvision / pl.treksoft.kvision.form.select / Select / <init>
-
-

<init>

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

-

-ajaxOptions - additional options for remote (AJAX) data source

-

-label - label text bound to the input element

-

-rich - determines if label can contain HTML code

-

Constructor
-

- - -- cgit