From 00a6ddf04d61ab322a36123891573c35b41ab58a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 12 Feb 2018 12:08:10 +0100 Subject: Updated API doc --- docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/index.html | 4 ++-- .../-responsive-grid-panel/responsive-grid-panel.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel') diff --git a/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/index.html b/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/index.html index c4dd0165..c40a2f3c 100644 --- a/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/index.html +++ b/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/index.html @@ -137,8 +137,8 @@

responsiveGridPanel

-fun Container.responsiveGridPanel(gridsize: GRIDSIZE = GRIDSIZE.MD, rows: Int = 0, cols: Int = 0, align: ALIGN? = null, classes: Set<String> = setOf(), init: ResponsiveGridPanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.responsiveGridPanel(gridsize: GRIDSIZE = GRIDSIZE.MD, rows: Int = 0, cols: Int = 0, align: ALIGN? = null, classes: Set<String> = setOf(), init: ResponsiveGridPanel.() -> Unit = null): ResponsiveGridPanel +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/responsive-grid-panel.html b/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/responsive-grid-panel.html index 18af1202..b20deb33 100644 --- a/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/responsive-grid-panel.html +++ b/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/responsive-grid-panel.html @@ -9,8 +9,8 @@

responsiveGridPanel

-fun Container.responsiveGridPanel(gridsize: GRIDSIZE = GRIDSIZE.MD, rows: Int = 0, cols: Int = 0, align: ALIGN? = null, classes: Set<String> = setOf(), init: ResponsiveGridPanel.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.responsiveGridPanel(gridsize: GRIDSIZE = GRIDSIZE.MD, rows: Int = 0, cols: Int = 0, align: ALIGN? = null, classes: Set<String> = setOf(), init: ResponsiveGridPanel.() -> Unit = null): ResponsiveGridPanel +

DSL builder extension function.

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

-- cgit