From e6e1126cba9e8e35ef8a972039428a7e3c91249b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 8 Mar 2018 13:47:54 +0100 Subject: API documentantion update --- .../-select-input/blur.html | 15 +++++++++++++++ .../-select-input/focus.html | 15 +++++++++++++++ .../-select-input/index.html | 18 ++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 api/pl.treksoft.kvision.form.select/-select-input/blur.html create mode 100644 api/pl.treksoft.kvision.form.select/-select-input/focus.html (limited to 'api/pl.treksoft.kvision.form.select/-select-input') diff --git a/api/pl.treksoft.kvision.form.select/-select-input/blur.html b/api/pl.treksoft.kvision.form.select/-select-input/blur.html new file mode 100644 index 00000000..1854eaec --- /dev/null +++ b/api/pl.treksoft.kvision.form.select/-select-input/blur.html @@ -0,0 +1,15 @@ + + + +SelectInput.blur - kvision + + + +kvision / pl.treksoft.kvision.form.select / SelectInput / blur
+
+

blur

+ +open fun blur(): Unit +

Makes the input element blur.

+ + diff --git a/api/pl.treksoft.kvision.form.select/-select-input/focus.html b/api/pl.treksoft.kvision.form.select/-select-input/focus.html new file mode 100644 index 00000000..fe406ef8 --- /dev/null +++ b/api/pl.treksoft.kvision.form.select/-select-input/focus.html @@ -0,0 +1,15 @@ + + + +SelectInput.focus - kvision + + + +kvision / pl.treksoft.kvision.form.select / SelectInput / focus
+
+

focus

+ +open fun focus(): Unit +

Makes the input element focused.

+ + diff --git a/api/pl.treksoft.kvision.form.select/-select-input/index.html b/api/pl.treksoft.kvision.form.select/-select-input/index.html index 2a968dd0..2ca9af8e 100644 --- a/api/pl.treksoft.kvision.form.select/-select-input/index.html +++ b/api/pl.treksoft.kvision.form.select/-select-input/index.html @@ -187,6 +187,24 @@ +

blur

+ + +open fun blur(): Unit +

Makes the input element blur.

+ + + + +

focus

+ + +open fun focus(): Unit +

Makes the input element focused.

+ + + +

getSnAttrs

-- cgit