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 --- .../-select-option/index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'api/pl.treksoft.kvision.form.select/-select-option/index.html') diff --git a/api/pl.treksoft.kvision.form.select/-select-option/index.html b/api/pl.treksoft.kvision.form.select/-select-option/index.html index ba5f48a8..4ce406bd 100644 --- a/api/pl.treksoft.kvision.form.select/-select-option/index.html +++ b/api/pl.treksoft.kvision.form.select/-select-option/index.html @@ -95,6 +95,13 @@ +

eventTarget

+ + +var eventTarget: Widget? + + +

id

@@ -129,6 +136,13 @@ +

surroundingSpan

+ + +var surroundingSpan: Boolean + + +

title

@@ -238,6 +252,13 @@ +

dispatchEvent

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

getElement

-- cgit