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 --- api/pl.treksoft.kvision.form.select/index.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'api/pl.treksoft.kvision.form.select/index.html') diff --git a/api/pl.treksoft.kvision.form.select/index.html b/api/pl.treksoft.kvision.form.select/index.html index 3965c9a8..e0c68e8d 100644 --- a/api/pl.treksoft.kvision.form.select/index.html +++ b/api/pl.treksoft.kvision.form.select/index.html @@ -41,6 +41,24 @@ +

RemoteSelect

+ + +open class RemoteSelect<T : Any> : SimplePanel, StringFormControl +

The form field component for RemoteSelect control.

+ + + + +

RemoteSelectInput

+ + +open class RemoteSelectInput<T : Any> : SelectInput +

The Select control connected to the multiplatform service.

+ + + +

Select

@@ -91,6 +109,13 @@ +

decodeURIComponent

+ + +external fun decodeURIComponent(encodedURI: String): String + + +

toJs

-- cgit