From 6ce402754e01940fc641f8814eae03599a622b1c Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 9 Feb 2020 14:23:52 +0100 Subject: API documentation for KVision 2.10.0 --- .../-fieldset-panel/-init-.html | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 api/pl.treksoft.kvision.panel/-fieldset-panel/-init-.html (limited to 'api/pl.treksoft.kvision.panel/-fieldset-panel/-init-.html') diff --git a/api/pl.treksoft.kvision.panel/-fieldset-panel/-init-.html b/api/pl.treksoft.kvision.panel/-fieldset-panel/-init-.html new file mode 100644 index 00000000..858cdef1 --- /dev/null +++ b/api/pl.treksoft.kvision.panel/-fieldset-panel/-init-.html @@ -0,0 +1,23 @@ + + + +FieldsetPanel.<init> - kvision + + + +kvision / pl.treksoft.kvision.panel / FieldsetPanel / <init>
+
+

<init>

+ +FieldsetPanel(legend: String? = null, classes: Set<String> = setOf(), init: (FieldsetPanel.() -> Unit)? = null) +

Parameters

+

+legend - the legend of the fieldset

+

+classes - a set of CSS class names

+

+init - an initializer extension function

+

Constructor
+

+ + -- cgit