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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'api/pl.treksoft.kvision.panel/-root/-init-.html') 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

-- cgit