From 5c87c4a52e95c942c413324e21034a52fff0ccb3 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 17 Mar 2019 01:38:43 +0100 Subject: API Documentation for KVision 0.0.30 --- api/pl.treksoft.kvision.form/-form-panel/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'api/pl.treksoft.kvision.form/-form-panel/index.html') diff --git a/api/pl.treksoft.kvision.form/-form-panel/index.html b/api/pl.treksoft.kvision.form/-form-panel/index.html index 6484c136..b024a683 100644 --- a/api/pl.treksoft.kvision.form/-form-panel/index.html +++ b/api/pl.treksoft.kvision.form/-form-panel/index.html @@ -182,15 +182,6 @@ -

getDataWithFileContent

- - -suspend fun getDataWithFileContent(): K -

Returns current data model with file content read for all KFiles controls.

- - - -

getSnAttrs

@@ -346,6 +337,15 @@

Helper function for creating JavaScript objects from dynamic constructors.

+ + +

getDataWithFileContent

+ + +suspend fun <K : Any> FormPanel<K>.getDataWithFileContent(): K +

Returns current data model with file content read for all KFiles controls.

+ + -- cgit