From 00a6ddf04d61ab322a36123891573c35b41ab58a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 12 Feb 2018 12:08:10 +0100 Subject: Updated API doc --- docs/api/pl.treksoft.kvision.form.check/-check-input/check-input.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.form.check/-check-input/check-input.html') diff --git a/docs/api/pl.treksoft.kvision.form.check/-check-input/check-input.html b/docs/api/pl.treksoft.kvision.form.check/-check-input/check-input.html index 74197067..d2fdf9a8 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-check-input/check-input.html +++ b/docs/api/pl.treksoft.kvision.form.check/-check-input/check-input.html @@ -9,8 +9,8 @@

checkInput

-fun Container.checkInput(type: CHECKINPUTTYPE = CHECKINPUTTYPE.CHECKBOX, value: Boolean = false, classes: Set<String> = setOf(), init: CheckInput.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.checkInput(type: CHECKINPUTTYPE = CHECKINPUTTYPE.CHECKBOX, value: Boolean = false, classes: Set<String> = setOf(), init: CheckInput.() -> Unit = null): CheckInput +

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

-- cgit