From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 26 Feb 2018 14:21:46 +0100 Subject: API documentation update --- docs/api/pl.treksoft.kvision.form.check/-check-box/circled.html | 6 ++++++ docs/api/pl.treksoft.kvision.form.check/-check-box/index.html | 4 ++-- docs/api/pl.treksoft.kvision.form.check/-check-box/inline.html | 6 ++++++ docs/api/pl.treksoft.kvision.form.check/-check-box/size.html | 2 +- docs/api/pl.treksoft.kvision.form.check/-check-box/style.html | 8 +++++++- 5 files changed, 22 insertions(+), 4 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.form.check/-check-box') diff --git a/docs/api/pl.treksoft.kvision.form.check/-check-box/circled.html b/docs/api/pl.treksoft.kvision.form.check/-check-box/circled.html index ae5e90e1..a62c5c71 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-check-box/circled.html +++ b/docs/api/pl.treksoft.kvision.form.check/-check-box/circled.html @@ -11,5 +11,11 @@ var circled: Boolean

Determines if the checkbox is rendered as a circle.

+

Getter
+

Determines if the checkbox is rendered as a circle.

+

+

Setter
+

Determines if the checkbox is rendered as a circle.

+

diff --git a/docs/api/pl.treksoft.kvision.form.check/-check-box/index.html b/docs/api/pl.treksoft.kvision.form.check/-check-box/index.html index 80fc8020..d145a888 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-check-box/index.html +++ b/docs/api/pl.treksoft.kvision.form.check/-check-box/index.html @@ -102,7 +102,7 @@

size

-open var size: INPUTSIZE? +open var size: InputSize?

The size of the input.

@@ -120,7 +120,7 @@

style

-var style: CHECKBOXSTYLE? +var style: CheckBoxStyle?

The style (one of Bootstrap standard colors) of the input.

diff --git a/docs/api/pl.treksoft.kvision.form.check/-check-box/inline.html b/docs/api/pl.treksoft.kvision.form.check/-check-box/inline.html index 13612f25..d47e2591 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-check-box/inline.html +++ b/docs/api/pl.treksoft.kvision.form.check/-check-box/inline.html @@ -11,5 +11,11 @@ var inline: Boolean

Determines if the checkbox is rendered inline.

+

Getter
+

Determines if the checkbox is rendered inline.

+

+

Setter
+

Determines if the checkbox is rendered inline.

+

diff --git a/docs/api/pl.treksoft.kvision.form.check/-check-box/size.html b/docs/api/pl.treksoft.kvision.form.check/-check-box/size.html index a7f9da27..2f49728f 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-check-box/size.html +++ b/docs/api/pl.treksoft.kvision.form.check/-check-box/size.html @@ -9,7 +9,7 @@

size

-open var size: INPUTSIZE? +open var size: InputSize?

Overrides FormControl.size

The size of the input.

Getter
diff --git a/docs/api/pl.treksoft.kvision.form.check/-check-box/style.html b/docs/api/pl.treksoft.kvision.form.check/-check-box/style.html index 821e7836..aac0735f 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-check-box/style.html +++ b/docs/api/pl.treksoft.kvision.form.check/-check-box/style.html @@ -9,7 +9,13 @@

style

-var style: CHECKBOXSTYLE? +var style: CheckBoxStyle?

The style (one of Bootstrap standard colors) of the input.

+

Getter
+

The style (one of Bootstrap standard colors) of the input.

+

+

Setter
+

The style (one of Bootstrap standard colors) of the input.

+

-- cgit