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 --- .../-white-space/-i-n-h-e-r-i-t.html | 2 +- .../-white-space/-i-n-i-t-i-a-l.html | 2 +- .../-white-space/-n-o-r-m-a-l.html | 2 +- .../-white-space/-n-o-w-r-a-p.html | 2 +- .../-white-space/-p-r-e-l-i-n-e.html | 2 +- .../-white-space/-p-r-e-w-r-a-p.html | 2 +- .../-white-space/-p-r-e.html | 2 +- .../-white-space/index.html | 37 +++++++++------------- 8 files changed, 22 insertions(+), 29 deletions(-) (limited to 'api/pl.treksoft.kvision.core/-white-space') diff --git a/api/pl.treksoft.kvision.core/-white-space/-i-n-h-e-r-i-t.html b/api/pl.treksoft.kvision.core/-white-space/-i-n-h-e-r-i-t.html index b7497ffc..0dbbe0d0 100644 --- a/api/pl.treksoft.kvision.core/-white-space/-i-n-h-e-r-i-t.html +++ b/api/pl.treksoft.kvision.core/-white-space/-i-n-h-e-r-i-t.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.core / WhiteSpace / INHERIT

INHERIT

- +(js) INHERIT diff --git a/api/pl.treksoft.kvision.core/-white-space/-i-n-i-t-i-a-l.html b/api/pl.treksoft.kvision.core/-white-space/-i-n-i-t-i-a-l.html index 1db0cfe0..5141cf3e 100644 --- a/api/pl.treksoft.kvision.core/-white-space/-i-n-i-t-i-a-l.html +++ b/api/pl.treksoft.kvision.core/-white-space/-i-n-i-t-i-a-l.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.core / WhiteSpace / INITIAL

INITIAL

- +(js) INITIAL diff --git a/api/pl.treksoft.kvision.core/-white-space/-n-o-r-m-a-l.html b/api/pl.treksoft.kvision.core/-white-space/-n-o-r-m-a-l.html index 18f1083e..bf20edbe 100644 --- a/api/pl.treksoft.kvision.core/-white-space/-n-o-r-m-a-l.html +++ b/api/pl.treksoft.kvision.core/-white-space/-n-o-r-m-a-l.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.core / WhiteSpace / NORMAL

NORMAL

- +(js) NORMAL diff --git a/api/pl.treksoft.kvision.core/-white-space/-n-o-w-r-a-p.html b/api/pl.treksoft.kvision.core/-white-space/-n-o-w-r-a-p.html index ca403519..6fa3d1af 100644 --- a/api/pl.treksoft.kvision.core/-white-space/-n-o-w-r-a-p.html +++ b/api/pl.treksoft.kvision.core/-white-space/-n-o-w-r-a-p.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.core / WhiteSpace / NOWRAP

NOWRAP

- +(js) NOWRAP diff --git a/api/pl.treksoft.kvision.core/-white-space/-p-r-e-l-i-n-e.html b/api/pl.treksoft.kvision.core/-white-space/-p-r-e-l-i-n-e.html index fc2aca35..1b55c3c3 100644 --- a/api/pl.treksoft.kvision.core/-white-space/-p-r-e-l-i-n-e.html +++ b/api/pl.treksoft.kvision.core/-white-space/-p-r-e-l-i-n-e.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.core / WhiteSpace / PRELINE

PRELINE

- +(js) PRELINE diff --git a/api/pl.treksoft.kvision.core/-white-space/-p-r-e-w-r-a-p.html b/api/pl.treksoft.kvision.core/-white-space/-p-r-e-w-r-a-p.html index c83a85c8..5573f27e 100644 --- a/api/pl.treksoft.kvision.core/-white-space/-p-r-e-w-r-a-p.html +++ b/api/pl.treksoft.kvision.core/-white-space/-p-r-e-w-r-a-p.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.core / WhiteSpace / PREWRAP

PREWRAP

- +(js) PREWRAP diff --git a/api/pl.treksoft.kvision.core/-white-space/-p-r-e.html b/api/pl.treksoft.kvision.core/-white-space/-p-r-e.html index f4a297b5..9ba4dd34 100644 --- a/api/pl.treksoft.kvision.core/-white-space/-p-r-e.html +++ b/api/pl.treksoft.kvision.core/-white-space/-p-r-e.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.core / WhiteSpace / PRE

PRE

- +(js) PRE diff --git a/api/pl.treksoft.kvision.core/-white-space/index.html b/api/pl.treksoft.kvision.core/-white-space/index.html index 1a225d66..737b1dd8 100644 --- a/api/pl.treksoft.kvision.core/-white-space/index.html +++ b/api/pl.treksoft.kvision.core/-white-space/index.html @@ -8,75 +8,68 @@ kvision / pl.treksoft.kvision.core / WhiteSpace

WhiteSpace

-enum class WhiteSpace +(js) enum class WhiteSpace

Definitions of CSS white space options.

Enum Values

-

NORMAL

+(js) +

NORMAL

-

NOWRAP

+(js) +

NOWRAP

-

PRE

+(js) +

PRE

-

PRELINE

+(js) +

PRELINE

-

PREWRAP

+(js) +

PREWRAP

-

INITIAL

+(js) +

INITIAL

-

INHERIT

+(js) +

INHERIT

-

Extension Functions

- - - - - - - -
-

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

-
-- cgit