From a81c549e277d1a07e87cf8e2eecf89662deda323 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 23 Dec 2018 01:32:27 +0100 Subject: API documentation for KVision 0.0.22 --- .../-remote-select/-init-.html | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 api/pl.treksoft.kvision.form.select/-remote-select/-init-.html (limited to 'api/pl.treksoft.kvision.form.select/-remote-select/-init-.html') diff --git a/api/pl.treksoft.kvision.form.select/-remote-select/-init-.html b/api/pl.treksoft.kvision.form.select/-remote-select/-init-.html new file mode 100644 index 00000000..fd07a8a9 --- /dev/null +++ b/api/pl.treksoft.kvision.form.select/-remote-select/-init-.html @@ -0,0 +1,33 @@ + + + +RemoteSelect.<init> - kvision + + + +kvision / pl.treksoft.kvision.form.select / RemoteSelect / <init>
+
+

<init>

+ +RemoteSelect(value: String? = null, serviceManager: KVServiceManager<T>, function: T.(String?, String?) -> List<<ERROR CLASS>>, name: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false) +

Parameters

+

+value - selected value

+

+serviceManager - multiplatform service manager

+

+function - multiplatform service method returning the list of options

+

+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 data source

+

+label - label text bound to the input element

+

+rich - determines if label can contain HTML code

+

Constructor
+

+ + -- cgit