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 --- .../-grid-justify/-c-e-n-t-e-r.html | 2 +- .../-grid-justify/-e-n-d.html | 2 +- .../-grid-justify/-s-t-a-r-t.html | 2 +- .../-grid-justify/-s-t-r-e-t-c-h.html | 2 +- .../-grid-justify/index.html | 28 +++++++--------------- 5 files changed, 13 insertions(+), 23 deletions(-) (limited to 'api/pl.treksoft.kvision.panel/-grid-justify') diff --git a/api/pl.treksoft.kvision.panel/-grid-justify/-c-e-n-t-e-r.html b/api/pl.treksoft.kvision.panel/-grid-justify/-c-e-n-t-e-r.html index d465c994..d5f8a5df 100644 --- a/api/pl.treksoft.kvision.panel/-grid-justify/-c-e-n-t-e-r.html +++ b/api/pl.treksoft.kvision.panel/-grid-justify/-c-e-n-t-e-r.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.panel / GridJustify / CENTER

CENTER

- +(js) CENTER diff --git a/api/pl.treksoft.kvision.panel/-grid-justify/-e-n-d.html b/api/pl.treksoft.kvision.panel/-grid-justify/-e-n-d.html index 5396b32d..2484e083 100644 --- a/api/pl.treksoft.kvision.panel/-grid-justify/-e-n-d.html +++ b/api/pl.treksoft.kvision.panel/-grid-justify/-e-n-d.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.panel / GridJustify / END

END

- +(js) END diff --git a/api/pl.treksoft.kvision.panel/-grid-justify/-s-t-a-r-t.html b/api/pl.treksoft.kvision.panel/-grid-justify/-s-t-a-r-t.html index d1b879fb..9c873596 100644 --- a/api/pl.treksoft.kvision.panel/-grid-justify/-s-t-a-r-t.html +++ b/api/pl.treksoft.kvision.panel/-grid-justify/-s-t-a-r-t.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.panel / GridJustify / START

START

- +(js) START diff --git a/api/pl.treksoft.kvision.panel/-grid-justify/-s-t-r-e-t-c-h.html b/api/pl.treksoft.kvision.panel/-grid-justify/-s-t-r-e-t-c-h.html index c2aa3bb8..51d8daa1 100644 --- a/api/pl.treksoft.kvision.panel/-grid-justify/-s-t-r-e-t-c-h.html +++ b/api/pl.treksoft.kvision.panel/-grid-justify/-s-t-r-e-t-c-h.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.panel / GridJustify / STRETCH

STRETCH

- +(js) STRETCH diff --git a/api/pl.treksoft.kvision.panel/-grid-justify/index.html b/api/pl.treksoft.kvision.panel/-grid-justify/index.html index 3b7d2431..94ecbdcb 100644 --- a/api/pl.treksoft.kvision.panel/-grid-justify/index.html +++ b/api/pl.treksoft.kvision.panel/-grid-justify/index.html @@ -8,54 +8,44 @@ kvision / pl.treksoft.kvision.panel / GridJustify

GridJustify

-enum class GridJustify +(js) enum class GridJustify

CSS grid justification options.

Enum Values

-

START

+(js) +

START

-

END

+(js) +

END

-

CENTER

+(js) +

CENTER

-

STRETCH

+(js) +

STRETCH

-

Extension Functions

- - - - - - - -
-

createInstance

-
-fun <T> Any?.createInstance(vararg args: dynamic): T -

Helper function for creating JavaScript objects from dynamic constructors.

-
-- cgit