From eb930482e9972a21d39f2aea8b813acf58ff5b64 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 22 Oct 2018 00:01:39 +0200 Subject: API documentation for KVision 0.0.19 --- .../pl.treksoft.kvision.html/-div/-init-.html | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 api/kvision/pl.treksoft.kvision.html/-div/-init-.html (limited to 'api/kvision/pl.treksoft.kvision.html/-div/-init-.html') diff --git a/api/kvision/pl.treksoft.kvision.html/-div/-init-.html b/api/kvision/pl.treksoft.kvision.html/-div/-init-.html deleted file mode 100644 index 6eaaec1b..00000000 --- a/api/kvision/pl.treksoft.kvision.html/-div/-init-.html +++ /dev/null @@ -1,27 +0,0 @@ - - - -Div.<init> - kvision - - - -kvision / pl.treksoft.kvision.html / Div / <init>
-
-

<init>

- -Div(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: Div.() -> Unit = null) -

Parameters

-

-content - element text

-

-rich - determines if content can contain HTML code

-

-align - content align

-

-classes - a set of CSS class names

-

-init - an initializer extension function

-

Constructor
-

- - -- cgit