From 6c3ac51061f3a06dea5a56d9e57174261915e8db Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 12 Feb 2018 17:09:15 +0100 Subject: Updated API doc --- .../-flex-panel/flex-panel.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.panel/-flex-panel/flex-panel.html (limited to 'docs/api/pl.treksoft.kvision.panel/-flex-panel/flex-panel.html') diff --git a/docs/api/pl.treksoft.kvision.panel/-flex-panel/flex-panel.html b/docs/api/pl.treksoft.kvision.panel/-flex-panel/flex-panel.html new file mode 100644 index 00000000..4b1b9d5f --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-flex-panel/flex-panel.html @@ -0,0 +1,16 @@ + + + +FlexPanel.flexPanel - kvision + + + +kvision / pl.treksoft.kvision.panel / FlexPanel / flexPanel
+
+

flexPanel

+ +fun Container.flexPanel(direction: FLEXDIR? = null, wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, alignContent: FLEXALIGNCONTENT? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: FlexPanel.() -> Unit = null): FlexPanel +

DSL builder extension function.

+

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

+ + -- cgit