From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 2 Apr 2018 01:35:47 +0200 Subject: API documentantion update --- api/pl.treksoft.kvision.form/-help-block/index.html | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'api/pl.treksoft.kvision.form/-help-block/index.html') diff --git a/api/pl.treksoft.kvision.form/-help-block/index.html b/api/pl.treksoft.kvision.form/-help-block/index.html index ba60713e..6d0ef9e5 100644 --- a/api/pl.treksoft.kvision.form/-help-block/index.html +++ b/api/pl.treksoft.kvision.form/-help-block/index.html @@ -18,7 +18,7 @@

<init>

-HelpBlock(text: String? = null, rich: Boolean = false) +HelpBlock(content: String? = null, rich: Boolean = false) @@ -36,20 +36,29 @@ +

content

+ + +open var content: String? +

Text content of the tag.

+ + + +

rich

-var rich: Boolean -

Determines if text can contain HTML code.

+open var rich: Boolean +

Determines if content can contain HTML code.

-

text

+

template

-var text: String? -

Text content of the tag.

+open var template: (Any?) -> String +

Handlebars template.

-- cgit