From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 2 Apr 2018 01:35:47 +0200 Subject: API documentantion update --- .../-check-box/index.html | 31 ++-------------------- 1 file changed, 2 insertions(+), 29 deletions(-) (limited to 'api/pl.treksoft.kvision.form.check/-check-box/index.html') diff --git a/api/pl.treksoft.kvision.form.check/-check-box/index.html b/api/pl.treksoft.kvision.form.check/-check-box/index.html index 9f9cd319..dbcc8daa 100644 --- a/api/pl.treksoft.kvision.form.check/-check-box/index.html +++ b/api/pl.treksoft.kvision.form.check/-check-box/index.html @@ -18,7 +18,7 @@

<init>

-CheckBox(value: Boolean = false, label: String? = null, rich: Boolean = false) +CheckBox(value: Boolean = false, name: String? = null, label: String? = null, rich: Boolean = false) @@ -36,15 +36,6 @@ -

disabled

- - -open var disabled: Boolean -

Determines if the field is disabled.

- - - -

flabel

@@ -81,15 +72,6 @@ -

name

- - -var name: String? -

The name attribute of the generated HTML input element.

- - - -

rich

@@ -99,15 +81,6 @@ -

size

- - -open var size: InputSize? -

The size of the input.

- - - -

startValue

@@ -317,7 +290,7 @@

checkBox

-fun Container.checkBox(value: Boolean = false, label: String? = null, rich: Boolean = false, init: CheckBox.() -> Unit = null): CheckBox +fun Container.checkBox(value: Boolean = false, name: String? = null, label: String? = null, rich: Boolean = false, init: CheckBox.() -> Unit = null): CheckBox

DSL builder extension function.

-- cgit