From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001
From: Robert Jaros
Date: Fri, 13 Mar 2020 01:05:20 +0100
Subject: API documentation for KVision 3.5.2
---
api/pl.treksoft.kvision.panel/-root/-init-.html | 6 +-
.../-root/add-context-menu.html | 2 +-
api/pl.treksoft.kvision.panel/-root/get-root.html | 2 +-
.../-root/get-sn-class.html | 3 +-
api/pl.treksoft.kvision.panel/-root/index.html | 688 +++++++++------------
.../-root/is-first-root.html | 2 +-
api/pl.treksoft.kvision.panel/-root/render.html | 3 +-
7 files changed, 317 insertions(+), 389 deletions(-)
(limited to 'api/pl.treksoft.kvision.panel/-root')
diff --git a/api/pl.treksoft.kvision.panel/-root/-init-.html b/api/pl.treksoft.kvision.panel/-root/-init-.html
index 4369a710..a5b9d61f 100644
--- a/api/pl.treksoft.kvision.panel/-root/-init-.html
+++ b/api/pl.treksoft.kvision.panel/-root/-init-.html
@@ -8,7 +8,7 @@
kvision / pl.treksoft.kvision.panel / Root / <init>
<init>
-
+(js)
Root(id: String, fixed: Boolean = false, init: (Root.() -> Unit)? = null)
Parameters
@@ -20,8 +20,8 @@ otherwise it's rendered with "container" class (default is false)
init - an initializer extension function
Constructor
-
-Root(element: <ERROR CLASS>, fixed: Boolean = false, init: (Root.() -> Unit)? = null)
+(js)
+Root(element: HTMLElement, fixed: Boolean = false, init: (Root.() -> Unit)? = null)
Parameters
element - HTML element in the DOM tree
diff --git a/api/pl.treksoft.kvision.panel/-root/add-context-menu.html b/api/pl.treksoft.kvision.panel/-root/add-context-menu.html
index 16ba6af6..9e2d0ac7 100644
--- a/api/pl.treksoft.kvision.panel/-root/add-context-menu.html
+++ b/api/pl.treksoft.kvision.panel/-root/add-context-menu.html
@@ -8,7 +8,7 @@
kvision / pl.treksoft.kvision.panel / Root / addContextMenu
addContextMenu
-
+(js)
fun addContextMenu(: Widget): Unit