From bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 23 Jun 2019 14:12:10 +0200 Subject: API documentation for KVision 0.0.37 --- api/pl.treksoft.kvision.html/-button/index.html | 36 ++++++++++++++++++ api/pl.treksoft.kvision.html/-canvas/index.html | 36 ++++++++++++++++++ api/pl.treksoft.kvision.html/-div/index.html | 43 ---------------------- api/pl.treksoft.kvision.html/-footer/index.html | 43 ---------------------- api/pl.treksoft.kvision.html/-h1/index.html | 43 ---------------------- api/pl.treksoft.kvision.html/-h2/index.html | 43 ---------------------- api/pl.treksoft.kvision.html/-h3/index.html | 43 ---------------------- api/pl.treksoft.kvision.html/-h4/index.html | 43 ---------------------- api/pl.treksoft.kvision.html/-h5/index.html | 43 ---------------------- api/pl.treksoft.kvision.html/-h6/index.html | 43 ---------------------- api/pl.treksoft.kvision.html/-header/index.html | 43 ---------------------- api/pl.treksoft.kvision.html/-icon/index.html | 43 ---------------------- api/pl.treksoft.kvision.html/-iframe/index.html | 36 ++++++++++++++++++ api/pl.treksoft.kvision.html/-image/index.html | 36 ++++++++++++++++++ api/pl.treksoft.kvision.html/-p/index.html | 43 ---------------------- api/pl.treksoft.kvision.html/-section/index.html | 43 ---------------------- api/pl.treksoft.kvision.html/-span/index.html | 43 ---------------------- api/pl.treksoft.kvision.html/-t-a-g/-h-r.html | 14 +++++++ api/pl.treksoft.kvision.html/-t-a-g/index.html | 7 ++++ api/pl.treksoft.kvision.html/-tag/attributes.html | 14 ------- .../-tag/get-attribute.html | 20 ---------- .../-tag/get-sn-attrs.html | 18 --------- api/pl.treksoft.kvision.html/-tag/index.html | 43 ---------------------- .../-tag/remove-attribute.html | 18 --------- .../-tag/set-attribute.html | 20 ---------- 25 files changed, 165 insertions(+), 692 deletions(-) create mode 100644 api/pl.treksoft.kvision.html/-t-a-g/-h-r.html delete mode 100644 api/pl.treksoft.kvision.html/-tag/attributes.html delete mode 100644 api/pl.treksoft.kvision.html/-tag/get-attribute.html delete mode 100644 api/pl.treksoft.kvision.html/-tag/get-sn-attrs.html delete mode 100644 api/pl.treksoft.kvision.html/-tag/remove-attribute.html delete mode 100644 api/pl.treksoft.kvision.html/-tag/set-attribute.html (limited to 'api/pl.treksoft.kvision.html') diff --git a/api/pl.treksoft.kvision.html/-button/index.html b/api/pl.treksoft.kvision.html/-button/index.html index b8224c03..5e52672a 100644 --- a/api/pl.treksoft.kvision.html/-button/index.html +++ b/api/pl.treksoft.kvision.html/-button/index.html @@ -161,6 +161,15 @@ +

strictDOM

+ + +var strictDOM: Boolean +

Determines if the current widget is strictly bound to the DOM.

+ + + +

surroundingSpan

@@ -354,6 +363,15 @@ +

getAttribute

+ + +open fun getAttribute(name: String): String? +

Returns the value of an additional attribute.

+ + + +

getElement

@@ -434,6 +452,15 @@ +

removeAttribute

+ + +open fun removeAttribute(name: String): Widget +

Removes the value of additional attribute.

+ + + +

removeCssClass

@@ -475,6 +502,15 @@ +

setAttribute

+ + +open fun setAttribute(name: String, value: String): Widget +

Sets the value of additional attribute.

+ + + +

setContextMenu

diff --git a/api/pl.treksoft.kvision.html/-canvas/index.html b/api/pl.treksoft.kvision.html/-canvas/index.html index 7b3b70a9..b1da2e22 100644 --- a/api/pl.treksoft.kvision.html/-canvas/index.html +++ b/api/pl.treksoft.kvision.html/-canvas/index.html @@ -116,6 +116,15 @@ +

strictDOM

+ + +var strictDOM: Boolean +

Determines if the current widget is strictly bound to the DOM.

+ + + +

surroundingSpan

@@ -291,6 +300,15 @@ +

getAttribute

+ + +open fun getAttribute(name: String): String? +

Returns the value of an additional attribute.

+ + + +

getElement

@@ -380,6 +398,15 @@ +

removeAttribute

+ + +open fun removeAttribute(name: String): Widget +

Removes the value of additional attribute.

+ + + +

removeCssClass

@@ -421,6 +448,15 @@ +

setAttribute

+ + +open fun setAttribute(name: String, value: String): Widget +

Sets the value of additional attribute.

+ + + +

setContextMenu

diff --git a/api/pl.treksoft.kvision.html/-div/index.html b/api/pl.treksoft.kvision.html/-div/index.html index 0f8ce376..b05c8ff9 100644 --- a/api/pl.treksoft.kvision.html/-div/index.html +++ b/api/pl.treksoft.kvision.html/-div/index.html @@ -36,13 +36,6 @@ -

attributes

- - -val attributes: MutableMap<String, String> - - -

content

@@ -93,24 +86,6 @@ -

getAttribute

- - -fun getAttribute(name: String): String? -

Returns the value of an additional attribute.

- - - - -

getSnAttrs

- - -open fun getSnAttrs(): List<StringPair> -

Returns list of element attributes in the form of a List.

- - - -

getSnClass

@@ -120,15 +95,6 @@ -

removeAttribute

- - -fun removeAttribute(name: String): Widget -

Removes the value of additional attribute.

- - - -

render

@@ -138,15 +104,6 @@ -

setAttribute

- - -fun setAttribute(name: String, value: String): Widget -

Sets the value of additional attribute.

- - - -

unaryPlus

diff --git a/api/pl.treksoft.kvision.html/-footer/index.html b/api/pl.treksoft.kvision.html/-footer/index.html index 26fb723d..60d8029c 100644 --- a/api/pl.treksoft.kvision.html/-footer/index.html +++ b/api/pl.treksoft.kvision.html/-footer/index.html @@ -36,13 +36,6 @@ -

attributes

- - -val attributes: MutableMap<String, String> - - -

content

@@ -93,24 +86,6 @@ -

getAttribute

- - -fun getAttribute(name: String): String? -

Returns the value of an additional attribute.

- - - - -

getSnAttrs

- - -open fun getSnAttrs(): List<StringPair> -

Returns list of element attributes in the form of a List.

- - - -

getSnClass

@@ -120,15 +95,6 @@ -

removeAttribute

- - -fun removeAttribute(name: String): Widget -

Removes the value of additional attribute.

- - - -

render

@@ -138,15 +104,6 @@ -

setAttribute

- - -fun setAttribute(name: String, value: String): Widget -

Sets the value of additional attribute.

- - - -

unaryPlus

diff --git a/api/pl.treksoft.kvision.html/-h1/index.html b/api/pl.treksoft.kvision.html/-h1/index.html index ad3722f5..1593c4d3 100644 --- a/api/pl.treksoft.kvision.html/-h1/index.html +++ b/api/pl.treksoft.kvision.html/-h1/index.html @@ -36,13 +36,6 @@ -

attributes

- - -val attributes: MutableMap<String, String> - - -

content

@@ -93,24 +86,6 @@ -

getAttribute

- - -fun getAttribute(name: String): String? -

Returns the value of an additional attribute.

- - - - -

getSnAttrs

- - -open fun getSnAttrs(): List<StringPair> -

Returns list of element attributes in the form of a List.

- - - -

getSnClass

@@ -120,15 +95,6 @@ -

removeAttribute

- - -fun removeAttribute(name: String): Widget -

Removes the value of additional attribute.

- - - -

render

@@ -138,15 +104,6 @@ -

setAttribute

- - -fun setAttribute(name: String, value: String): Widget -

Sets the value of additional attribute.

- - - -

unaryPlus

diff --git a/api/pl.treksoft.kvision.html/-h2/index.html b/api/pl.treksoft.kvision.html/-h2/index.html index 37db8aea..3694063e 100644 --- a/api/pl.treksoft.kvision.html/-h2/index.html +++ b/api/pl.treksoft.kvision.html/-h2/index.html @@ -36,13 +36,6 @@ -

attributes

- - -val attributes: MutableMap<String, String> - - -

content

@@ -93,24 +86,6 @@ -

getAttribute

- - -fun getAttribute(name: String): String? -

Returns the value of an additional attribute.

- - - - -

getSnAttrs

- - -open fun getSnAttrs(): List<StringPair> -

Returns list of element attributes in the form of a List.

- - - -

getSnClass

@@ -120,15 +95,6 @@ -

removeAttribute

- - -fun removeAttribute(name: String): Widget -

Removes the value of additional attribute.

- - - -

render

@@ -138,15 +104,6 @@ -

setAttribute

- - -fun setAttribute(name: String, value: String): Widget -

Sets the value of additional attribute.

- - - -

unaryPlus

diff --git a/api/pl.treksoft.kvision.html/-h3/index.html b/api/pl.treksoft.kvision.html/-h3/index.html index e5b4e9ae..bb31761e 100644 --- a/api/pl.treksoft.kvision.html/-h3/index.html +++ b/api/pl.treksoft.kvision.html/-h3/index.html @@ -36,13 +36,6 @@ -

attributes

- - -val attributes: MutableMap<String, String> - - -

content

@@ -93,24 +86,6 @@ -

getAttribute

- - -fun getAttribute(name: String): String? -

Returns the value of an additional attribute.

- - - - -

getSnAttrs

- - -open fun getSnAttrs(): List<StringPair> -

Returns list of element attributes in the form of a List.

- - - -

getSnClass

@@ -120,15 +95,6 @@ -

removeAttribute

- - -fun removeAttribute(name: String): Widget -

Removes the value of additional attribute.

- - - -

render

@@ -138,15 +104,6 @@ -

setAttribute

- - -fun setAttribute(name: String, value: String): Widget -

Sets the value of additional attribute.

- - - -

unaryPlus

diff --git a/api/pl.treksoft.kvision.html/-h4/index.html b/api/pl.treksoft.kvision.html/-h4/index.html index 14f8bf0d..0ba549c9 100644 --- a/api/pl.treksoft.kvision.html/-h4/index.html +++ b/api/pl.treksoft.kvision.html/-h4/index.html @@ -36,13 +36,6 @@ -

attributes

- - -val attributes: MutableMap<String, String> - - -

content

@@ -93,24 +86,6 @@ -

getAttribute

- - -fun getAttribute(name: String): String? -

Returns the value of an additional attribute.

- - - - -

getSnAttrs

- - -open fun getSnAttrs(): List<StringPair> -

Returns list of element attributes in the form of a List.

- - - -

getSnClass

@@ -120,15 +95,6 @@ -

removeAttribute

- - -fun removeAttribute(name: String): Widget -

Removes the value of additional attribute.

- - - -

render

@@ -138,15 +104,6 @@ -

setAttribute

- - -fun setAttribute(name: String, value: String): Widget -

Sets the value of additional attribute.

- - - -

unaryPlus

diff --git a/api/pl.treksoft.kvision.html/-h5/index.html b/api/pl.treksoft.kvision.html/-h5/index.html index e9c0aac8..65cda355 100644 --- a/api/pl.treksoft.kvision.html/-h5/index.html +++ b/api/pl.treksoft.kvision.html/-h5/index.html @@ -36,13 +36,6 @@ -

attributes

- - -val attributes: MutableMap<String, String> - - -

content

@@ -93,24 +86,6 @@ -

getAttribute

- - -fun getAttribute(name: String): String? -

Returns the value of an additional attribute.

- - - - -

getSnAttrs

- - -open fun getSnAttrs(): List<StringPair> -

Returns list of element attributes in the form of a List.

- - - -

getSnClass

@@ -120,15 +95,6 @@ -

removeAttribute

- - -fun removeAttribute(name: String): Widget -

Removes the value of additional attribute.

- - - -

render

@@ -138,15 +104,6 @@ -

setAttribute

- - -fun setAttribute(name: String, value: String): Widget -

Sets the value of additional attribute.

- - - -

unaryPlus

diff --git a/api/pl.treksoft.kvision.html/-h6/index.html b/api/pl.treksoft.kvision.html/-h6/index.html index 6fa8ee70..494b2479 100644 --- a/api/pl.treksoft.kvision.html/-h6/index.html +++ b/api/pl.treksoft.kvision.html/-h6/index.html @@ -36,13 +36,6 @@ -

attributes

- - -val attributes: MutableMap<String, String> - - -

content

@@ -93,24 +86,6 @@ -

getAttribute

- - -fun getAttribute(name: String): String? -

Returns the value of an additional attribute.

- - - - -

getSnAttrs

- - -open fun getSnAttrs(): List<StringPair> -

Returns list of element attributes in the form of a List.

- - - -

getSnClass

@@ -120,15 +95,6 @@ -

removeAttribute

- - -fun removeAttribute(name: String): Widget -

Removes the value of additional attribute.

- - - -

render

@@ -138,15 +104,6 @@ -

setAttribute

- - -fun setAttribute(name: String, value: String): Widget -

Sets the value of additional attribute.

- - - -

unaryPlus

diff --git a/api/pl.treksoft.kvision.html/-header/index.html b/api/pl.treksoft.kvision.html/-header/index.html index 27eca5fb..f6d7278e 100644 --- a/api/pl.treksoft.kvision.html/-header/index.html +++ b/api/pl.treksoft.kvision.html/-header/index.html @@ -36,13 +36,6 @@ -

attributes

- - -val attributes: MutableMap<String, String> - - -

content

@@ -93,24 +86,6 @@ -

getAttribute

- - -fun getAttribute(name: String): String? -

Returns the value of an additional attribute.

- - - - -

getSnAttrs

- - -open fun getSnAttrs(): List<StringPair> -

Returns list of element attributes in the form of a List.

- - - -

getSnClass

@@ -120,15 +95,6 @@ -

removeAttribute

- - -fun removeAttribute(name: String): Widget -

Removes the value of additional attribute.

- - - -

render

@@ -138,15 +104,6 @@ -

setAttribute

- - -fun setAttribute(name: String, value: String): Widget -

Sets the value of additional attribute.

- - - -

unaryPlus

diff --git a/api/pl.treksoft.kvision.html/-icon/index.html b/api/pl.treksoft.kvision.html/-icon/index.html index 3550bfc2..4f9b2ad9 100644 --- a/api/pl.treksoft.kvision.html/-icon/index.html +++ b/api/pl.treksoft.kvision.html/-icon/index.html @@ -50,13 +50,6 @@ -

attributes

- - -val attributes: MutableMap<String, String> - - -

content

@@ -121,33 +114,6 @@ -

getAttribute

- - -fun getAttribute(name: String): String? -

Returns the value of an additional attribute.

- - - - -

getSnAttrs

- - -open fun getSnAttrs(): List<StringPair> -

Returns list of element attributes in the form of a List.

- - - - -

removeAttribute

- - -fun removeAttribute(name: String): Widget -

Removes the value of additional attribute.

- - - -

render

@@ -157,15 +123,6 @@ -

setAttribute

- - -fun setAttribute(name: String, value: String): Widget -

Sets the value of additional attribute.

- - - -

unaryPlus

diff --git a/api/pl.treksoft.kvision.html/-iframe/index.html b/api/pl.treksoft.kvision.html/-iframe/index.html index 7c441582..8ae27b2a 100644 --- a/api/pl.treksoft.kvision.html/-iframe/index.html +++ b/api/pl.treksoft.kvision.html/-iframe/index.html @@ -152,6 +152,15 @@ +

strictDOM

+ + +var strictDOM: Boolean +

Determines if the current widget is strictly bound to the DOM.

+ + + +

surroundingSpan

@@ -336,6 +345,15 @@ +

getAttribute

+ + +open fun getAttribute(name: String): String? +

Returns the value of an additional attribute.

+ + + +

getElement

@@ -425,6 +443,15 @@ +

removeAttribute

+ + +open fun removeAttribute(name: String): Widget +

Removes the value of additional attribute.

+ + + +

removeCssClass

@@ -466,6 +493,15 @@ +

setAttribute

+ + +open fun setAttribute(name: String, value: String): Widget +

Sets the value of additional attribute.

+ + + +

setContextMenu

diff --git a/api/pl.treksoft.kvision.html/-image/index.html b/api/pl.treksoft.kvision.html/-image/index.html index 7345c1c3..3426e8d3 100644 --- a/api/pl.treksoft.kvision.html/-image/index.html +++ b/api/pl.treksoft.kvision.html/-image/index.html @@ -134,6 +134,15 @@ +

strictDOM

+ + +var strictDOM: Boolean +

Determines if the current widget is strictly bound to the DOM.

+ + + +

surroundingSpan

@@ -318,6 +327,15 @@ +

getAttribute

+ + +open fun getAttribute(name: String): String? +

Returns the value of an additional attribute.

+ + + +

getElement

@@ -398,6 +416,15 @@ +

removeAttribute

+ + +open fun removeAttribute(name: String): Widget +

Removes the value of additional attribute.

+ + + +

removeCssClass

@@ -439,6 +466,15 @@ +

setAttribute

+ + +open fun setAttribute(name: String, value: String): Widget +

Sets the value of additional attribute.

+ + + +

setContextMenu

diff --git a/api/pl.treksoft.kvision.html/-p/index.html b/api/pl.treksoft.kvision.html/-p/index.html index 6be73640..5706769a 100644 --- a/api/pl.treksoft.kvision.html/-p/index.html +++ b/api/pl.treksoft.kvision.html/-p/index.html @@ -36,13 +36,6 @@ -

attributes

- - -val attributes: MutableMap<String, String> - - -

content

@@ -93,24 +86,6 @@ -

getAttribute

- - -fun getAttribute(name: String): St