From 4191287261b46b95908469c2ec3fa9d886681861 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 12 Feb 2018 10:51:45 +0100 Subject: Updated API doc --- docs/api/pl.treksoft.kvision.html/-image/image.html | 16 ++++++++++++++++ docs/api/pl.treksoft.kvision.html/-image/index.html | 14 ++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.html/-image/image.html (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 new file mode 100644 index 00000000..80f873c1 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.html/-image/image.html @@ -0,0 +1,16 @@ + + + +Image.image - kvision + + + +kvision / pl.treksoft.kvision.html / Image / image
+
+

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

+

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 1d9f3520..dfd09e4e 100644 --- a/docs/api/pl.treksoft.kvision.html/-image/index.html +++ b/docs/api/pl.treksoft.kvision.html/-image/index.html @@ -333,5 +333,19 @@ +

Companion Object Functions

+ + + + + + + +
+

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

+
-- cgit