From d8cd67062b8de6e8398dc6dfd00d201200c82414 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 9 Feb 2018 13:40:35 +0100 Subject: API doc and readme --- .../pl.treksoft.kvision.panel/-root/-init-.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create 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 new file mode 100644 index 00000000..bdefb012 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-root/-init-.html @@ -0,0 +1,22 @@ + + + +Root.<init> - kvision + + + +kvision / pl.treksoft.kvision.panel / Root / <init>
+
+

<init>

+ +Root(id: String, fixed: Boolean = false) +

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)

+

Constructor
+

+ + -- cgit