From 12d2bd198c9ff5cb197e50da2d024a2418b8ee36 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 2 Jun 2018 00:47:15 +0200 Subject: Upgrade to 0.0.13 --- api/pl.treksoft.kvision.form/index.html | 40 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'api/pl.treksoft.kvision.form/index.html') diff --git a/api/pl.treksoft.kvision.form/index.html b/api/pl.treksoft.kvision.form/index.html index 697f5400..a63807cd 100644 --- a/api/pl.treksoft.kvision.form/index.html +++ b/api/pl.treksoft.kvision.form/index.html @@ -24,15 +24,6 @@ validation.

-

DateFormControl

- - -interface DateFormControl : FormControl -

Base interface of a form control with a date value.

- - - -

FieldLabel

@@ -42,19 +33,10 @@ validation.

-

FilesFormControl

- - -interface FilesFormControl : FormControl -

Base interface of a form control with a list of files value.

- - - -

Form

-class Form<K> +class Form<K : Any>

The form definition class. Can be used directly or indirectly inside a FormPanel.

@@ -97,7 +79,7 @@ validation.

FormPanel

-open class FormPanel<K> : SimplePanel +open class FormPanel<K : Any> : SimplePanel

Bootstrap form component.

@@ -139,6 +121,24 @@ validation.

+

KDateFormControl

+ + +interface KDateFormControl : FormControl +

Base interface of a form control with a date value.

+ + + + +

KFilesFormControl

+ + +interface KFilesFormControl : FormControl +

Base interface of a form control with a list of files value.

+ + + +

NumberFormControl

-- cgit