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.select/-select/index.html | 6 +++--- .../pl.treksoft.kvision.form.select/-select/select-width-type.html | 2 +- docs/api/pl.treksoft.kvision.form.select/-select/size.html | 2 +- docs/api/pl.treksoft.kvision.form.select/-select/style.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.form.select/-select') diff --git a/docs/api/pl.treksoft.kvision.form.select/-select/index.html b/docs/api/pl.treksoft.kvision.form.select/-select/index.html index d9f63311..e5055168 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select/index.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select/index.html @@ -167,7 +167,7 @@

selectWidthType

-var selectWidthType: SELECTWIDTHTYPE? +var selectWidthType: SelectWidthType?

The width type of the select control.

@@ -176,7 +176,7 @@

size

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

Input control size.

@@ -185,7 +185,7 @@

style

-var style: BUTTONSTYLE? +var style: ButtonStyle?

The style of the select control.

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select/select-width-type.html b/docs/api/pl.treksoft.kvision.form.select/-select/select-width-type.html index d0855aa5..d9cc7552 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select/select-width-type.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select/select-width-type.html @@ -9,7 +9,7 @@

selectWidthType

-var selectWidthType: SELECTWIDTHTYPE? +var selectWidthType: SelectWidthType?

The width type of the select control.

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select/size.html b/docs/api/pl.treksoft.kvision.form.select/-select/size.html index cf50994b..fb362ba2 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select/size.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select/size.html @@ -9,7 +9,7 @@

size

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

Overrides FormControl.size

Input control size.

Getter
diff --git a/docs/api/pl.treksoft.kvision.form.select/-select/style.html b/docs/api/pl.treksoft.kvision.form.select/-select/style.html index 0fa3e464..14b2e480 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select/style.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select/style.html @@ -9,7 +9,7 @@

style

-var style: BUTTONSTYLE? +var style: ButtonStyle?

The style of the select control.

-- cgit