From 00a6ddf04d61ab322a36123891573c35b41ab58a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 12 Feb 2018 12:08:10 +0100 Subject: Updated API doc --- docs/api/pl.treksoft.kvision.form/-form-panel/form-panel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api/pl.treksoft.kvision.form/-form-panel/form-panel.html') diff --git a/docs/api/pl.treksoft.kvision.form/-form-panel/form-panel.html b/docs/api/pl.treksoft.kvision.form/-form-panel/form-panel.html index 730332ed..ada49f85 100644 --- a/docs/api/pl.treksoft.kvision.form/-form-panel/form-panel.html +++ b/docs/api/pl.treksoft.kvision.form/-form-panel/form-panel.html @@ -10,7 +10,7 @@

formPanel

fun <K> Container.formPanel(type: FORMTYPE? = null, classes: Set<String> = setOf(), modelFactory: (Map<String, Any?>) -> K): FormPanel<K> -

DSL builder extension function

+

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

-- cgit