From 2febd99a43e367e7100e9fc21bd6eef1cd1ea47e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 13 Jul 2019 02:13:41 +0200 Subject: API documentation for KVision 0.0.38 --- .../-simple-panel/index.html | 34 ++++++---------------- 1 file changed, 9 insertions(+), 25 deletions(-) (limited to 'api/pl.treksoft.kvision.panel/-simple-panel/index.html') diff --git a/api/pl.treksoft.kvision.panel/-simple-panel/index.html b/api/pl.treksoft.kvision.panel/-simple-panel/index.html index 15e707b5..f1ad6780 100644 --- a/api/pl.treksoft.kvision.panel/-simple-panel/index.html +++ b/api/pl.treksoft.kvision.panel/-simple-panel/index.html @@ -84,15 +84,6 @@ -

strictDOM

- - -var strictDOM: Boolean -

Determines if the current widget is strictly bound to the DOM.

- - - -

surroundingSpan

@@ -125,13 +116,6 @@ -

vnkey

- - -var vnkey: String? - - -

vnode

@@ -781,15 +765,6 @@ -

RemoteSelect

- - -open class RemoteSelect<T : Any> : SimplePanel, StringFormControl -

The form field component for RemoteSelect control.

- - - -

ResponsiveGridPanel

@@ -835,6 +810,15 @@ +

SelectRemote

+ + +open class SelectRemote<T : Any> : SimplePanel, StringFormControl +

The form field component for SelectRemote control.

+ + + +

SimpleSelect

-- cgit