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.panel/-simple-panel/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'api/pl.treksoft.kvision.panel/-simple-panel') diff --git a/api/pl.treksoft.kvision.panel/-simple-panel/index.html b/api/pl.treksoft.kvision.panel/-simple-panel/index.html index 6c3b3383..2aeb89f8 100644 --- a/api/pl.treksoft.kvision.panel/-simple-panel/index.html +++ b/api/pl.treksoft.kvision.panel/-simple-panel/index.html @@ -459,7 +459,7 @@

DateTime

-open class DateTime : SimplePanel, DateFormControl +open class DateTime : SimplePanel, KDateFormControl

Form field date/time chooser component.

@@ -495,7 +495,7 @@

FormPanel

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

Bootstrap form component.

@@ -684,7 +684,7 @@

Upload

-open class Upload : SimplePanel, FilesFormControl +open class Upload : SimplePanel, KFilesFormControl

The form field file upload component.

-- cgit