kvision / pl.treksoft.kvision.panel / fieldsetPanel

fieldsetPanel

(js) fun Container.fieldsetPanel(legend: String? = null, classes: Set<String>? = null, className: String? = null, init: (FieldsetPanel.() -> Unit)? = null): FieldsetPanel

DSL builder extension function.

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