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.html/-image/image.html | 4 ++-- docs/api/pl.treksoft.kvision.html/-image/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.html/-image') diff --git a/docs/api/pl.treksoft.kvision.html/-image/image.html b/docs/api/pl.treksoft.kvision.html/-image/image.html index 80f873c1..4f07afd4 100644 --- a/docs/api/pl.treksoft.kvision.html/-image/image.html +++ b/docs/api/pl.treksoft.kvision.html/-image/image.html @@ -9,8 +9,8 @@

image

-fun Container.image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: IMAGESHAPE? = null, centered: Boolean = false, classes: Set<String> = setOf(), init: Image.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: IMAGESHAPE? = null, centered: Boolean = false, classes: Set<String> = setOf(), init: Image.() -> Unit = null): Image +

DSL builder extension function.

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

diff --git a/docs/api/pl.treksoft.kvision.html/-image/index.html b/docs/api/pl.treksoft.kvision.html/-image/index.html index dfd09e4e..c065fc12 100644 --- a/docs/api/pl.treksoft.kvision.html/-image/index.html +++ b/docs/api/pl.treksoft.kvision.html/-image/index.html @@ -341,8 +341,8 @@

image

-fun Container.image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: IMAGESHAPE? = null, centered: Boolean = false, classes: Set<String> = setOf(), init: Image.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: IMAGESHAPE? = null, centered: Boolean = false, classes: Set<String> = setOf(), init: Image.() -> Unit = null): Image +

DSL builder extension function.

-- cgit