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 --- .../-form-panel/get-data-with-file-content.html | 17 ----------------- api/pl.treksoft.kvision.form/-form-panel/index.html | 18 +++++++++--------- 2 files changed, 9 insertions(+), 26 deletions(-) delete mode 100644 api/pl.treksoft.kvision.form/-form-panel/get-data-with-file-content.html (limited to 'api/pl.treksoft.kvision.form/-form-panel') diff --git a/api/pl.treksoft.kvision.form/-form-panel/get-data-with-file-content.html b/api/pl.treksoft.kvision.form/-form-panel/get-data-with-file-content.html deleted file mode 100644 index 9afc0f15..00000000 --- a/api/pl.treksoft.kvision.form/-form-panel/get-data-with-file-content.html +++ /dev/null @@ -1,17 +0,0 @@ - - - -FormPanel.getDataWithFileContent - kvision - - - -kvision / pl.treksoft.kvision.form / FormPanel / getDataWithFileContent
-
-

getDataWithFileContent

- -suspend fun getDataWithFileContent(): K -

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

-

Return
-data model

- - 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