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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.form.select/-select/index.html') 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.

-- cgit