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 --- api/pl.treksoft.kvision.form.select/-select/blur.html | 16 ++++++++++++++++ api/pl.treksoft.kvision.form.select/-select/focus.html | 16 ++++++++++++++++ api/pl.treksoft.kvision.form.select/-select/index.html | 18 ++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 api/pl.treksoft.kvision.form.select/-select/blur.html create mode 100644 api/pl.treksoft.kvision.form.select/-select/focus.html (limited to 'api/pl.treksoft.kvision.form.select/-select') diff --git a/api/pl.treksoft.kvision.form.select/-select/blur.html b/api/pl.treksoft.kvision.form.select/-select/blur.html new file mode 100644 index 00000000..0ea52ec6 --- /dev/null +++ b/api/pl.treksoft.kvision.form.select/-select/blur.html @@ -0,0 +1,16 @@ + + + +Select.blur - kvision + + + +kvision / pl.treksoft.kvision.form.select / Select / blur
+
+

blur

+ +open fun blur(): Unit +

Overrides FormControl.blur

+

Makes the input element blur.

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

focus

+ +open fun focus(): Unit +

Overrides FormControl.focus

+

Makes the input element focused.

+ + diff --git a/api/pl.treksoft.kvision.form.select/-select/index.html b/api/pl.treksoft.kvision.form.select/-select/index.html index e5055168..1ad7980a 100644 --- a/api/pl.treksoft.kvision.form.select/-select/index.html +++ b/api/pl.treksoft.kvision.form.select/-select/index.html @@ -232,6 +232,24 @@ +

blur

+ + +open fun blur(): Unit +

Makes the input element blur.

+ + + + +

focus

+ + +open fun focus(): Unit +

Makes the input element focused.

+ + + +

getChildren

-- cgit