From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- .../-spinner-input/start-value.html | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.form.spinner/-spinner-input/start-value.html (limited to 'docs/api/pl.treksoft.kvision.form.spinner/-spinner-input/start-value.html') diff --git a/docs/api/pl.treksoft.kvision.form.spinner/-spinner-input/start-value.html b/docs/api/pl.treksoft.kvision.form.spinner/-spinner-input/start-value.html deleted file mode 100644 index 4fb63add..00000000 --- a/docs/api/pl.treksoft.kvision.form.spinner/-spinner-input/start-value.html +++ /dev/null @@ -1,27 +0,0 @@ - - - -SpinnerInput.startValue - kvision - - - -kvision / pl.treksoft.kvision.form.spinner / SpinnerInput / startValue
-
-

startValue

- -var startValue: Number? -

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 spinner 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 spinner 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 spinner input value.

-

- - -- cgit