From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 26 Feb 2018 14:21:46 +0100 Subject: API documentation update --- .../-abstract-text-input/start-value.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/start-value.html') diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/start-value.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/start-value.html index 0befba8d..31d55e65 100644 --- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/start-value.html +++ b/docs/api/pl.treksoft.kvision.form.text/-abstract-text-input/start-value.html @@ -13,5 +13,15 @@

The value attribute of the generated HTML input element.

This value is placed directly in generated HTML code, while the value property is dynamically bound to the text input value.

+

Getter
+

The value attribute of the generated HTML input element.

+

This value is placed directly in generated HTML code, while the value property is dynamically +bound to the text input value.

+

+

Setter
+

The value attribute of the generated HTML input element.

+

This value is placed directly in generated HTML code, while the value property is dynamically +bound to the text input value.

+

-- cgit