From ccde61ffd1053e08612ed18788aaa7621b541a5e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 20 Apr 2020 00:23:54 +0200 Subject: API documentation for KVision 3.7.0 --- .../-upload-input/index.html | 9 +++++++++ .../-upload-input/placeholder.html | 21 +++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 api/pl.treksoft.kvision.form.upload/-upload-input/placeholder.html (limited to 'api/pl.treksoft.kvision.form.upload/-upload-input') diff --git a/api/pl.treksoft.kvision.form.upload/-upload-input/index.html b/api/pl.treksoft.kvision.form.upload/-upload-input/index.html index 88d46a15..c0f553a0 100644 --- a/api/pl.treksoft.kvision.form.upload/-upload-input/index.html +++ b/api/pl.treksoft.kvision.form.upload/-upload-input/index.html @@ -101,6 +101,15 @@ (js) +

placeholder

+ + +

The placeholder for the upload control.

+var placeholder: String? + + + +(js)

preferIconicPreview

diff --git a/api/pl.treksoft.kvision.form.upload/-upload-input/placeholder.html b/api/pl.treksoft.kvision.form.upload/-upload-input/placeholder.html new file mode 100644 index 00000000..9d027ec7 --- /dev/null +++ b/api/pl.treksoft.kvision.form.upload/-upload-input/placeholder.html @@ -0,0 +1,21 @@ + + + +UploadInput.placeholder - kvision + + + +kvision / pl.treksoft.kvision.form.upload / UploadInput / placeholder
+
+

placeholder

+(js) +var placeholder: String? +

The placeholder for the upload control.

+

Getter
+

The placeholder for the upload control.

+

+

Setter
+

The placeholder for the upload control.

+

+ + -- cgit