From a70acf853de62d0754ca95aa4103712b82afdef8 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 17 Oct 2018 18:40:15 +0200 Subject: API Documentation for KVision 0.0.18 --- api/pl.treksoft.kvision.form/-k-files-form-control/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.form/-k-files-form-control/index.html') diff --git a/api/pl.treksoft.kvision.form/-k-files-form-control/index.html b/api/pl.treksoft.kvision.form/-k-files-form-control/index.html index 410e07c5..056d1394 100644 --- a/api/pl.treksoft.kvision.form/-k-files-form-control/index.html +++ b/api/pl.treksoft.kvision.form/-k-files-form-control/index.html @@ -18,7 +18,7 @@

value

-abstract var value: List<KFile>? +abstract var value: List<KFile>?

List of files value.

@@ -100,7 +100,7 @@

getValue

-open fun getValue(): List<KFile>? +open fun getValue(): List<KFile>?

Returns the value of the control.

-- cgit