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.text/-password/-init-.html | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
(limited to 'api/pl.treksoft.kvision.form.text/-password/-init-.html')
diff --git a/api/pl.treksoft.kvision.form.text/-password/-init-.html b/api/pl.treksoft.kvision.form.text/-password/-init-.html
index 4b53587d..9b32386b 100644
--- a/api/pl.treksoft.kvision.form.text/-password/-init-.html
+++ b/api/pl.treksoft.kvision.form.text/-password/-init-.html
@@ -8,15 +8,17 @@
kvision / pl.treksoft.kvision.form.text / Password / <init>
<init>
-
-Password(value: String? = null, label: String? = null, rich: Boolean = false)
+
+Password(value: String? = null, name: String? = null, label: String? = null, rich: Boolean = false)
Parameters
value - text input value
+
+name - the name attribute of the generated HTML input element
label - label text bound to the input element
-rich - determines if label can contain HTML code
+rich - determines if label can contain HTML code
Constructor