From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- api/pl.treksoft.kvision.panel/-flex-panel/add.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'api/pl.treksoft.kvision.panel/-flex-panel/add.html') diff --git a/api/pl.treksoft.kvision.panel/-flex-panel/add.html b/api/pl.treksoft.kvision.panel/-flex-panel/add.html index fe953bd6..68b02903 100644 --- a/api/pl.treksoft.kvision.panel/-flex-panel/add.html +++ b/api/pl.treksoft.kvision.panel/-flex-panel/add.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.panel / FlexPanel / add

add

- +(js) fun add(child: Component, order: Int? = null, grow: Int? = null, shrink: Int? = null, basis: Int? = null, alignSelf: FlexAlignItems? = null, classes: Set<String> = setOf()): FlexPanel

Adds a component to the flexbox container.

Parameters

@@ -26,9 +26,8 @@ alignSelf - child self alignment

classes - a set of CSS class names

- +(js) open fun add(child: Component): FlexPanel -

Overrides SimplePanel.add

Adds given component to the current container.

Parameters

-- cgit