From 8883419bfcec00947863741d48dbd89cc877615a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 4 Apr 2019 13:10:28 +0200 Subject: API documentation for KVision 0.0.32 --- api/pl.treksoft.kvision.html/-p/-init-.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 api/pl.treksoft.kvision.html/-p/-init-.html (limited to 'api/pl.treksoft.kvision.html/-p/-init-.html') diff --git a/api/pl.treksoft.kvision.html/-p/-init-.html b/api/pl.treksoft.kvision.html/-p/-init-.html new file mode 100644 index 00000000..7c44b1e9 --- /dev/null +++ b/api/pl.treksoft.kvision.html/-p/-init-.html @@ -0,0 +1,27 @@ + + + +P.<init> - kvision + + + +kvision / pl.treksoft.kvision.html / P / <init>
+
+

<init>

+ +P(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: P.() -> 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