From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- .../pl.treksoft.kvision.panel/-root/-init-.html | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.panel/-root/-init-.html (limited to 'docs/api/pl.treksoft.kvision.panel/-root/-init-.html') diff --git a/docs/api/pl.treksoft.kvision.panel/-root/-init-.html b/docs/api/pl.treksoft.kvision.panel/-root/-init-.html deleted file mode 100644 index 9250bc87..00000000 --- a/docs/api/pl.treksoft.kvision.panel/-root/-init-.html +++ /dev/null @@ -1,24 +0,0 @@ - - - -Root.<init> - kvision - - - -kvision / pl.treksoft.kvision.panel / Root / <init>
-
-

<init>

- -Root(id: String, fixed: Boolean = false, init: Root.() -> Unit = null) -

Parameters

-

-id - ID attribute of element in the main HTML file

-

-fixed - if false, the container is rendered with Bootstrap "container-fluid" class, -otherwise it's rendered with "container" class (default is false)

-

-init - an initializer extension function

-

Constructor
-

- - -- cgit