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/-radio-group/index.html | 2 +- docs/api/pl.treksoft.kvision.form.check/-radio-group/inline.html | 6 ++++++ docs/api/pl.treksoft.kvision.form.check/-radio-group/options.html | 6 ++++++ docs/api/pl.treksoft.kvision.form.check/-radio-group/size.html | 2 +- docs/api/pl.treksoft.kvision.form.check/-radio-group/value.html | 5 ++++- 5 files changed, 18 insertions(+), 3 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.form.check/-radio-group') diff --git a/docs/api/pl.treksoft.kvision.form.check/-radio-group/index.html b/docs/api/pl.treksoft.kvision.form.check/-radio-group/index.html index 5d10c08a..3a6be515 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-radio-group/index.html +++ b/docs/api/pl.treksoft.kvision.form.check/-radio-group/index.html @@ -95,7 +95,7 @@

size

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

Input control size.

diff --git a/docs/api/pl.treksoft.kvision.form.check/-radio-group/inline.html b/docs/api/pl.treksoft.kvision.form.check/-radio-group/inline.html index 77086058..47eb8575 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-radio-group/inline.html +++ b/docs/api/pl.treksoft.kvision.form.check/-radio-group/inline.html @@ -11,5 +11,11 @@ var inline: Boolean

Determines if the options are rendered inline.

+

Getter
+

Determines if the options are rendered inline.

+

+

Setter
+

Determines if the options are rendered inline.

+

diff --git a/docs/api/pl.treksoft.kvision.form.check/-radio-group/options.html b/docs/api/pl.treksoft.kvision.form.check/-radio-group/options.html index 3f571c5f..f1120584 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-radio-group/options.html +++ b/docs/api/pl.treksoft.kvision.form.check/-radio-group/options.html @@ -11,5 +11,11 @@ var options: List<StringPair>?

A list of options (label to value pairs) for the group.

+

Getter
+

A list of options (label to value pairs) for the group.

+

+

Setter
+

A list of options (label to value pairs) for the group.

+

diff --git a/docs/api/pl.treksoft.kvision.form.check/-radio-group/size.html b/docs/api/pl.treksoft.kvision.form.check/-radio-group/size.html index 3706102c..24559715 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-radio-group/size.html +++ b/docs/api/pl.treksoft.kvision.form.check/-radio-group/size.html @@ -9,7 +9,7 @@

size

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

Overrides FormControl.size

Input control size.

diff --git a/docs/api/pl.treksoft.kvision.form.check/-radio-group/value.html b/docs/api/pl.treksoft.kvision.form.check/-radio-group/value.html index 4d0cd393..534db71a 100644 --- a/docs/api/pl.treksoft.kvision.form.check/-radio-group/value.html +++ b/docs/api/pl.treksoft.kvision.form.check/-radio-group/value.html @@ -12,8 +12,11 @@ open var value: String?

Overrides StringFormControl.value

A value of the selected option.

+

Getter
+

A value of the selected option.

+

Setter
-

Text value.

+

A value of the selected option.

-- cgit