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 --- .../pl.treksoft.kvision.form.select/-select-opt-group/disabled.html | 6 ++++++ .../pl.treksoft.kvision.form.select/-select-opt-group/label.html | 6 ++++++ .../-select-opt-group/max-options.html | 6 ++++++ .../pl.treksoft.kvision.form.select/-select-opt-group/options.html | 6 ++++++ 4 files changed, 24 insertions(+) (limited to 'docs/api/pl.treksoft.kvision.form.select/-select-opt-group') diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/disabled.html b/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/disabled.html index ec1396bd..dda6a5fb 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/disabled.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/disabled.html @@ -11,5 +11,11 @@ var disabled: Boolean

Determines if the group is disabled.

+

Getter
+

Determines if the group is disabled.

+

+

Setter
+

Determines if the group is disabled.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/label.html b/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/label.html index 491fb265..c529f600 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/label.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/label.html @@ -11,5 +11,11 @@ var label: String

A label for the group.

+

Getter
+

A label for the group.

+

+

Setter
+

A label for the group.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/max-options.html b/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/max-options.html index 124a6e92..5f791541 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/max-options.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/max-options.html @@ -11,5 +11,11 @@ var maxOptions: Int?

Maximal number of selected options in the group.

+

Getter
+

Maximal number of selected options in the group.

+

+

Setter
+

Maximal number of selected options in the group.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/options.html b/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/options.html index 4b9eccfe..cc45b6be 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/options.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-opt-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.

+

-- cgit