From a70acf853de62d0754ca95aa4103712b82afdef8 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 17 Oct 2018 18:40:15 +0200 Subject: API Documentation for KVision 0.0.18 --- .../-simple-panel/index.html | 23 +++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'api/pl.treksoft.kvision.panel') diff --git a/api/pl.treksoft.kvision.panel/-simple-panel/index.html b/api/pl.treksoft.kvision.panel/-simple-panel/index.html index c02cde38..5e83aa50 100644 --- a/api/pl.treksoft.kvision.panel/-simple-panel/index.html +++ b/api/pl.treksoft.kvision.panel/-simple-panel/index.html @@ -36,6 +36,13 @@ +

eventTarget

+ + +var eventTarget: Widget? + + +

id

@@ -70,6 +77,13 @@ +

surroundingSpan

+ + +var surroundingSpan: Boolean + + +

title

@@ -233,6 +247,13 @@ +

dispatchEvent

+ + +open fun dispatchEvent(type: String, eventInitDict: CustomEventInit): Boolean? + + +

getElement

@@ -473,7 +494,7 @@

DateTime

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

Form field date/time chooser component.

-- cgit