From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- .../pl.treksoft.kvision.html/-image/-init-.html | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.html/-image/-init-.html (limited to 'docs/api/pl.treksoft.kvision.html/-image/-init-.html') diff --git a/docs/api/pl.treksoft.kvision.html/-image/-init-.html b/docs/api/pl.treksoft.kvision.html/-image/-init-.html deleted file mode 100644 index b0677b33..00000000 --- a/docs/api/pl.treksoft.kvision.html/-image/-init-.html +++ /dev/null @@ -1,29 +0,0 @@ - - - -Image.<init> - kvision - - - -kvision / pl.treksoft.kvision.html / Image / <init>
-
-

<init>

- -Image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: ImageShape? = null, centered: Boolean = false, classes: Set<String> = setOf()) -

Parameters

-

-src - image URL

-

-alt - alternative text

-

-responsive - determines if the image is rendered as responsive

-

-shape - image shape

-

-centered - determines if the image is rendered centered

-

-classes - a set of CSS class names

-

Constructor
-

- - -- cgit