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 --- .../-help-block/-init-.html | 8 ++++---- api/pl.treksoft.kvision.form/-help-block/index.html | 21 +++++++++++++++------ 2 files changed, 19 insertions(+), 10 deletions(-) (limited to 'api/pl.treksoft.kvision.form/-help-block') diff --git a/api/pl.treksoft.kvision.form/-help-block/-init-.html b/api/pl.treksoft.kvision.form/-help-block/-init-.html index 47e893e4..104d8fd8 100644 --- a/api/pl.treksoft.kvision.form/-help-block/-init-.html +++ b/api/pl.treksoft.kvision.form/-help-block/-init-.html @@ -9,12 +9,12 @@

<init>

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

Parameters

-

-text - the text of the label

+

+content - the text of the label

-rich - determines if text can contain HTML code

+rich - determines if content can contain HTML code

Constructor

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