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/-init-.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'api/pl.treksoft.kvision.form/-help-block/-init-.html')
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