From a8ff23c5e58394c21e2e7c2a4880302b43b60dfd Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 16 May 2019 15:06:28 +0200 Subject: API documentation for KVision 0.0.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/-p/index.html | 43 ++++++++++++++++++++ api/pl.treksoft.kvision.html/-section/index.html | 43 ++++++++++++++++++++ api/pl.treksoft.kvision.html/-span/index.html | 43 ++++++++++++++++++++ .../-t-a-g/-b-u-t-t-o-n.html | 14 +++++++ .../-t-a-g/-o-p-t-i-o-n.html | 14 +++++++ .../-t-a-g/-s-e-l-e-c-t.html | 14 +++++++ api/pl.treksoft.kvision.html/-t-a-g/index.html | 21 ++++++++++ api/pl.treksoft.kvision.html/-tag/-init-.html | 6 ++- 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 | 47 +++++++++++++++++++++- .../-tag/remove-attribute.html | 18 +++++++++ .../-tag/set-attribute.html | 20 +++++++++ api/pl.treksoft.kvision.html/-tag/tag.html | 4 +- 25 files changed, 763 insertions(+), 6 deletions(-) create mode 100644 api/pl.treksoft.kvision.html/-t-a-g/-b-u-t-t-o-n.html create mode 100644 api/pl.treksoft.kvision.html/-t-a-g/-o-p-t-i-o-n.html create mode 100644 api/pl.treksoft.kvision.html/-t-a-g/-s-e-l-e-c-t.html create mode 100644 api/pl.treksoft.kvision.html/-tag/attributes.html create mode 100644 api/pl.treksoft.kvision.html/-tag/get-attribute.html create mode 100644 api/pl.treksoft.kvision.html/-tag/get-sn-attrs.html create mode 100644 api/pl.treksoft.kvision.html/-tag/remove-attribute.html create 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/-div/index.html b/api/pl.treksoft.kvision.html/-div/index.html index b05c8ff9..0f8ce376 100644 --- a/api/pl.treksoft.kvision.html/-div/index.html +++ b/api/pl.treksoft.kvision.html/-div/index.html @@ -36,6 +36,13 @@ +

attributes

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

content

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

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

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

removeAttribute

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

Removes the value of additional attribute.

+ + + +

render

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

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 60d8029c..26fb723d 100644 --- a/api/pl.treksoft.kvision.html/-footer/index.html +++ b/api/pl.treksoft.kvision.html/-footer/index.html @@ -36,6 +36,13 @@ +

attributes

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

content

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

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

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

removeAttribute

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

Removes the value of additional attribute.

+ + + +

render

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

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 1593c4d3..ad3722f5 100644 --- a/api/pl.treksoft.kvision.html/-h1/index.html +++ b/api/pl.treksoft.kvision.html/-h1/index.html @@ -36,6 +36,13 @@ +

attributes

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

content

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

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

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

removeAttribute

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

Removes the value of additional attribute.

+ + + +

render

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

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 3694063e..37db8aea 100644 --- a/api/pl.treksoft.kvision.html/-h2/index.html +++ b/api/pl.treksoft.kvision.html/-h2/index.html @@ -36,6 +36,13 @@ +

attributes

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

content

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

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

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

removeAttribute

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

Removes the value of additional attribute.

+ + + +

render

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

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 bb31761e..e5b4e9ae 100644 --- a/api/pl.treksoft.kvision.html/-h3/index.html +++ b/api/pl.treksoft.kvision.html/-h3/index.html @@ -36,6 +36,13 @@ +

attributes

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

content

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

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

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

removeAttribute

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

Removes the value of additional attribute.

+ + + +

render

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

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 0ba549c9..14f8bf0d 100644 --- a/api/pl.treksoft.kvision.html/-h4/index.html +++ b/api/pl.treksoft.kvision.html/-h4/index.html @@ -36,6 +36,13 @@ +

attributes

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

content

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

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

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

removeAttribute

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

Removes the value of additional attribute.

+ + + +

render

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

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 65cda355..e9c0aac8 100644 --- a/api/pl.treksoft.kvision.html/-h5/index.html +++ b/api/pl.treksoft.kvision.html/-h5/index.html @@ -36,6 +36,13 @@ +

attributes

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

content

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

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

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

removeAttribute

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

Removes the value of additional attribute.

+ + + +

render

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

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 494b2479..6fa8ee70 100644 --- a/api/pl.treksoft.kvision.html/-h6/index.html +++ b/api/pl.treksoft.kvision.html/-h6/index.html @@ -36,6 +36,13 @@ +

attributes

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

content

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

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

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

removeAttribute

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

Removes the value of additional attribute.

+ + + +

render

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

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 f6d7278e..27eca5fb 100644 --- a/api/pl.treksoft.kvision.html/-header/index.html +++ b/api/pl.treksoft.kvision.html/-header/index.html @@ -36,6 +36,13 @@ +

attributes

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

content

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

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

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

removeAttribute

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

Removes the value of additional attribute.

+ + + +

render

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

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 4f9b2ad9..3550bfc2 100644 --- a/api/pl.treksoft.kvision.html/-icon/index.html +++ b/api/pl.treksoft.kvision.html/-icon/index.html @@ -50,6 +50,13 @@ +

attributes

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

content

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

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

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

setAttribute

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

Sets the value of additional attribute.

+ + + +

unaryPlus

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

attributes

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

content

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

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

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

removeAttribute

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

Removes the value of additional attribute.

+ + + +

render

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

setAttribute

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

Sets the value of additional attribute.

+ + + +

unaryPlus

diff --git a/api/pl.treksoft.kvision.html/-section/index.html b/api/pl.treksoft.kvision.html/-section/index.html index 7a4572ba..80658dc3 100644 --- a/api/pl.treksoft.kvision.html/-section/index.html +++ b/api/pl.treksoft.kvision.html/-section/index.html @@ -36,6 +36,13 @@ +

attributes

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

content

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

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

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

removeAttribute

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

Removes the value of additional attribute.

+ + + +

render

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

setAttribute

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

Sets the value of additional attribute.

+ + + +

unaryPlus

diff --git a/api/pl.treksoft.kvision.html/-span/index.html b/api/pl.treksoft.kvision.html/-span/index.html index af5db66c..3da7ac47 100644 --- a/api/pl.treksoft.kvision.html/-span/index.html +++ b/api/pl.treksoft.kvision.html/-span/index.html @@ -36,6 +36,13 @@ +

attributes

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

content

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

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

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

removeAttribute

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

Removes the value of additional attribute.

+ + + +

render

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

setAttribute

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

Sets the value of additional attribute.

+ + + +

unaryPlus

diff --git a/api/pl.treksoft.kvision.html/-t-a-g/-b-u-t-t-o-n.html b/api/pl.treksoft.kvision.html/-t-a-g/-b-u-t-t-o-n.html new file mode 100644 index 00000000..5326d035 --- /dev/null +++ b/api/pl.treksoft.kvision.html/-t-a-g/-b-u-t-t-o-n.html @@ -0,0 +1,14 @@ + + + +TAG.BUTTON - kvision + + + +kvision / pl.treksoft.kvision.html / TAG / BUTTON
+
+

BUTTON

+ +BUTTON + + diff --git a/api/pl.treksoft.kvision.html/-t-a-g/-o-p-t-i-o-n.html b/api/pl.treksoft.kvision.html/-t-a-g/-o-p-t-i-o-n.html new file mode 100644 index 00000000..6ff46cd8 --- /dev/null +++ b/api/pl.treksoft.kvision.html/-t-a-g/-o-p-t-i-o-n.html @@ -0,0 +1,14 @@ + + + +TAG.OPTION - kvision + + + +kvision / pl.treksoft.kvision.html / TAG / OPTION
+
+

OPTION

+ +OPTION + + diff --git a/api/pl.treksoft.kvision.html/-t-a-g/-s-e-l-e-c-t.html b/api/pl.treksoft.kvision.html/-t-a-g/-s-e-l-e-c-t.html new file mode 100644 index 00000000..ac48ef12 --- /dev/null +++ b/api/pl.treksoft.kvision.html/-t-a-g/-s-e-l-e-c-t.html @@ -0,0 +1,14 @@ + + + +TAG.SELECT - kvision + + + +kvision / pl.treksoft.kvision.html / TAG / SELECT
+
+

SELECT

+ +SELECT + + diff --git a/api/pl.treksoft.kvision.html/-t-a-g/index.html b/api/pl.treksoft.kvision.html/-t-a-g/index.html index 2c082bdf..7daa7c44 100644 --- a/api/pl.treksoft.kvision.html/-t-a-g/index.html +++ b/api/pl.treksoft.kvision.html/-t-a-g/index.html @@ -314,6 +314,27 @@ + + +

SELECT

+ + + + + + +

OPTION

+ + + + + + +

BUTTON

+ + + +

Extension Functions

diff --git a/api/pl.treksoft.kvision.html/-tag/-init-.html b/api/pl.treksoft.kvision.html/-tag/-init-.html index 613493a5..ad400fe6 100644 --- a/api/pl.treksoft.kvision.html/-tag/-init-.html +++ b/api/pl.treksoft.kvision.html/-tag/-init-.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.html / Tag / <init>

<init>

- -Tag(