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/-form-control/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'api/pl.treksoft.kvision.form/-form-control/index.html') diff --git a/api/pl.treksoft.kvision.form/-form-control/index.html b/api/pl.treksoft.kvision.form/-form-control/index.html index 0a4fe3ff..5173b862 100644 --- a/api/pl.treksoft.kvision.form/-form-control/index.html +++ b/api/pl.treksoft.kvision.form/-form-control/index.html @@ -97,6 +97,24 @@ +

blur

+ + +abstract fun blur(): Unit +

Makes the input element blur.

+ + + + +

focus

+ + +abstract fun focus(): Unit +

Makes the input element focused.

+ + + +

getValue

-- cgit