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 --- .../-check-input/blur.html | 15 +++++++++++++++ .../-check-input/focus.html | 15 +++++++++++++++ .../-check-input/index.html | 18 ++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 api/pl.treksoft.kvision.form.check/-check-input/blur.html create mode 100644 api/pl.treksoft.kvision.form.check/-check-input/focus.html (limited to 'api/pl.treksoft.kvision.form.check/-check-input') diff --git a/api/pl.treksoft.kvision.form.check/-check-input/blur.html b/api/pl.treksoft.kvision.form.check/-check-input/blur.html new file mode 100644 index 00000000..34571d73 --- /dev/null +++ b/api/pl.treksoft.kvision.form.check/-check-input/blur.html @@ -0,0 +1,15 @@ + + + +CheckInput.blur - kvision + + + +kvision / pl.treksoft.kvision.form.check / CheckInput / blur
+
+

blur

+ +open fun blur(): Unit +

Makes the input element blur.

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

focus

+ +open fun focus(): Unit +

Makes the input element focused.

+ + diff --git a/api/pl.treksoft.kvision.form.check/-check-input/index.html b/api/pl.treksoft.kvision.form.check/-check-input/index.html index 8c184ab7..0fba2d41 100644 --- a/api/pl.treksoft.kvision.form.check/-check-input/index.html +++ b/api/pl.treksoft.kvision.form.check/-check-input/index.html @@ -172,6 +172,24 @@ +

blur

+ + +open fun blur(): Unit +

Makes the input element blur.

+ + + + +

focus

+ + +open fun focus(): Unit +

Makes the input element focused.

+ + + +

getSnAttrs

-- cgit