kvision / pl.treksoft.kvision.panel / FieldsetPanel / <init>

<init>

(js) 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