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.select/-select/disabled.html | 6 ------ api/pl.treksoft.kvision.form.select/-select/size.html | 6 ------ api/pl.treksoft.kvision.form.select/-select/value.html | 6 ------ 3 files changed, 18 deletions(-) (limited to 'api/pl.treksoft.kvision.form.select/-select') diff --git a/api/pl.treksoft.kvision.form.select/-select/disabled.html b/api/pl.treksoft.kvision.form.select/-select/disabled.html index 89dde5bd..079be6cc 100644 --- a/api/pl.treksoft.kvision.form.select/-select/disabled.html +++ b/api/pl.treksoft.kvision.form.select/-select/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.select/-select/size.html b/api/pl.treksoft.kvision.form.select/-select/size.html index fb362ba2..ade5ee70 100644 --- a/api/pl.treksoft.kvision.form.select/-select/size.html +++ b/api/pl.treksoft.kvision.form.select/-select/size.html @@ -12,11 +12,5 @@ open var size: InputSize?

Overrides FormControl.size

Input control size.

-

Getter
-

Input control size.

-

-

Setter
-

Input control size.

-

diff --git a/api/pl.treksoft.kvision.form.select/-select/value.html b/api/pl.treksoft.kvision.form.select/-select/value.html index 5ce6848c..28570db7 100644 --- a/api/pl.treksoft.kvision.form.select/-select/value.html +++ b/api/pl.treksoft.kvision.form.select/-select/value.html @@ -12,11 +12,5 @@ open var value: String?

Overrides StringFormControl.value

A value of the selected option.

-

Getter
-

Text value.

-

-

Setter
-

Text value.

-

-- cgit