From f23e74c2eb0cae2f6ce674881e86ab5d5659ad77 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 29 Jan 2019 23:41:38 +0100 Subject: API documentation for KVision 0.0.23 --- api/alltypes/index.html | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) (limited to 'api/alltypes') diff --git a/api/alltypes/index.html b/api/alltypes/index.html index fc9ecd55..d8bc1d69 100644 --- a/api/alltypes/index.html +++ b/api/alltypes/index.html @@ -207,6 +207,13 @@ +pl.treksoft.kvision.form.check.CheckBoxInput + +

The basic input component rendered as HTML input type="checkbox".

+ + + + pl.treksoft.kvision.form.check.CheckBoxStyle

Checkbox style options.

@@ -961,6 +968,20 @@ Not used on the js platform.

+pl.treksoft.kvision.form.check.RadioGroupInput + +

The input component rendered as a group of HTML input type="radio" elements with the same name attribute.

+ + + + +pl.treksoft.kvision.form.check.RadioInput + +

The basic input component rendered as HTML input type="radio".

+ + + + pl.treksoft.kvision.form.check.RadioStyle

Radio style options.

@@ -989,14 +1010,6 @@ Not used on the js platform.

-pl.treksoft.kvision.remote.Request - -

A server request. -Not used on the js platform.

- - - - pl.treksoft.kvision.core.ResString

This type is used for accessing resources with CommonJS require function.

@@ -1143,6 +1156,13 @@ Not used on the js platform.

+pl.treksoft.kvision.data.SorterType + +

Sorter types.

+ + + + pl.treksoft.kvision.form.spinner.Spinner

The form field component for spinner control.

-- cgit