From c9f98dfdbdc3f56553b58dc226b3f841189d0fc0 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 7 Mar 2018 13:46:10 +0100 Subject: API documentation update --- api/pl.treksoft.kvision.form.check/-check-box/disabled.html | 6 ------ api/pl.treksoft.kvision.form.check/-check-box/size.html | 6 ------ api/pl.treksoft.kvision.form.check/-check-box/value.html | 6 ------ 3 files changed, 18 deletions(-) (limited to 'api/pl.treksoft.kvision.form.check/-check-box') diff --git a/api/pl.treksoft.kvision.form.check/-check-box/disabled.html b/api/pl.treksoft.kvision.form.check/-check-box/disabled.html index 03764814..7fb35ea8 100644 --- a/api/pl.treksoft.kvision.form.check/-check-box/disabled.html +++ b/api/pl.treksoft.kvision.form.check/-check-box/disabled.html @@ -12,11 +12,5 @@ open var disabled: Boolean

Overrides FormControl.disabled

Determines if the field is disabled.

-

Getter
-

Determines if the field is disabled.

-

-

Setter
-

Determines if the field is disabled.

-

diff --git a/api/pl.treksoft.kvision.form.check/-check-box/size.html b/api/pl.treksoft.kvision.form.check/-check-box/size.html index 2f49728f..2cfda2b5 100644 --- a/api/pl.treksoft.kvision.form.check/-check-box/size.html +++ b/api/pl.treksoft.kvision.form.check/-check-box/size.html @@ -12,11 +12,5 @@ open var size: InputSize?

Overrides FormControl.size

The size of the input.

-

Getter
-

Input control size.

-

-

Setter
-

Input control size.

-

diff --git a/api/pl.treksoft.kvision.form.check/-check-box/value.html b/api/pl.treksoft.kvision.form.check/-check-box/value.html index 3c9e3db3..79ac64e8 100644 --- a/api/pl.treksoft.kvision.form.check/-check-box/value.html +++ b/api/pl.treksoft.kvision.form.check/-check-box/value.html @@ -12,11 +12,5 @@ open var value: Boolean

Overrides BoolFormControl.value

The selection state of the checkbox.

-

Getter
-

Boolean value.

-

-

Setter
-

Boolean value.

-

-- cgit