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 --- .../api/pl.treksoft.kvision.form.select/index.html | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.form.select/index.html') diff --git a/docs/api/pl.treksoft.kvision.form.select/index.html b/docs/api/pl.treksoft.kvision.form.select/index.html index 4a35420a..170d1d0f 100644 --- a/docs/api/pl.treksoft.kvision.form.select/index.html +++ b/docs/api/pl.treksoft.kvision.form.select/index.html @@ -23,33 +23,24 @@ -

DATATYPE

+

DataType

-enum class DATATYPE +enum class DataType

Data type for the AJAX call.

-

HTTPTYPE

+

HttpType

-enum class HTTPTYPE +enum class HttpType

HTTP protocol type for the AJAX call.

-

SELECTWIDTHTYPE

- - -enum class SELECTWIDTHTYPE -

Select width types. See Bootstrap Select width.

- - - -

Select

@@ -84,6 +75,15 @@

The helper component for adding options to Select or SelectOptGroup.

+ + +

SelectWidthType

+ + +enum class SelectWidthType +

Select width types. See Bootstrap Select width.

+ +

Functions

-- cgit