From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 2 Apr 2018 01:35:47 +0200 Subject: API documentantion update --- api/pl.treksoft.kvision.form/-form-panel/-init-.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.form/-form-panel/-init-.html') diff --git a/api/pl.treksoft.kvision.form/-form-panel/-init-.html b/api/pl.treksoft.kvision.form/-form-panel/-init-.html index 754f2a51..e2eb6cf7 100644 --- a/api/pl.treksoft.kvision.form/-form-panel/-init-.html +++ b/api/pl.treksoft.kvision.form/-form-panel/-init-.html @@ -8,11 +8,17 @@ kvision / pl.treksoft.kvision.form / FormPanel / <init>

<init>

- -FormPanel(type: FormType? = null, classes: Set<String> = setOf(), modelFactory: (Map<String, Any?>) -> K) + +FormPanel(method: FormMethod? = null, action: String? = null, enctype: FormEnctype? = null, type: FormType? = null, classes: Set<String> = setOf(), modelFactory: (Map<String, Any?>) -> K)

Parameters

K - model class type

+

+method - HTTP method

+

+action - the URL address to send data

+

+enctype - form encoding type

type - form layout

-- cgit