From 4191287261b46b95908469c2ec3fa9d886681861 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 12 Feb 2018 10:51:45 +0100 Subject: Updated API doc --- docs/api/pl.treksoft.kvision.panel/-root/-init-.html | 6 ++++-- docs/api/pl.treksoft.kvision.panel/-root/index.html | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.panel/-root') diff --git a/docs/api/pl.treksoft.kvision.panel/-root/-init-.html b/docs/api/pl.treksoft.kvision.panel/-root/-init-.html index bdefb012..9250bc87 100644 --- a/docs/api/pl.treksoft.kvision.panel/-root/-init-.html +++ b/docs/api/pl.treksoft.kvision.panel/-root/-init-.html @@ -8,14 +8,16 @@ kvision / pl.treksoft.kvision.panel / Root / <init>

<init>

- -Root(id: String, fixed: Boolean = false) + +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

diff --git a/docs/api/pl.treksoft.kvision.panel/-root/index.html b/docs/api/pl.treksoft.kvision.panel/-root/index.html index 72570a47..6b8debb7 100644 --- a/docs/api/pl.treksoft.kvision.panel/-root/index.html +++ b/docs/api/pl.treksoft.kvision.panel/-root/index.html @@ -21,7 +21,7 @@ Snabbdom virtual DOM.

<init>

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