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/-field-label/-init-.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'api/pl.treksoft.kvision.form/-field-label/-init-.html') diff --git a/api/pl.treksoft.kvision.form/-field-label/-init-.html b/api/pl.treksoft.kvision.form/-field-label/-init-.html index 329b7a8a..3aa53a78 100644 --- a/api/pl.treksoft.kvision.form/-field-label/-init-.html +++ b/api/pl.treksoft.kvision.form/-field-label/-init-.html @@ -9,14 +9,14 @@

<init>

-FieldLabel(forId: String, text: String? = null, rich: Boolean = false, classes: Set<String> = setOf("control-label")) +FieldLabel(forId: String, content: String? = null, rich: Boolean = false, classes: Set<String> = setOf("control-label"))

Parameters

forId - the value of for attribute

-

-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

classes - a set of CSS class names

Constructor
-- cgit