diff options
Diffstat (limited to 'api/pl.treksoft.kvision.html')
25 files changed, 165 insertions, 692 deletions
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 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.core/-widget/strict-d-o-m.html">strictDOM</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">strictDOM</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code> +<p>Determines if the current widget is strictly bound to the DOM.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.core/-widget/surrounding-span.html">surroundingSpan</a></p> </td> <td> @@ -354,6 +363,15 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.core/-widget/get-attribute.html">getAttribute</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> +<p>Returns the value of an additional attribute.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.core/-widget/get-element.html">getElement</a></p> </td> <td> @@ -434,6 +452,15 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.core/-widget/remove-attribute.html">removeAttribute</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> +<p>Removes the value of additional attribute.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.core/-widget/remove-css-class.html">removeCssClass</a></p> </td> <td> @@ -475,6 +502,15 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.core/-widget/set-attribute.html">setAttribute</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> +<p>Sets the value of additional attribute.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.core/-widget/set-context-menu.html">setContextMenu</a></p> </td> <td> 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 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.core/-widget/strict-d-o-m.html">strictDOM</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">strictDOM</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code> +<p>Determines if the current widget is strictly bound to the DOM.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.core/-widget/surrounding-span.html">surroundingSpan</a></p> </td> <td> @@ -291,6 +300,15 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.core/-widget/get-attribute.html">getAttribute</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> +<p>Returns the value of an additional attribute.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.core/-widget/get-element.html">getElement</a></p> </td> <td> @@ -380,6 +398,15 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.core/-widget/remove-attribute.html">removeAttribute</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> +<p>Removes the value of additional attribute.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.core/-widget/remove-css-class.html">removeCssClass</a></p> </td> <td> @@ -421,6 +448,15 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.core/-widget/set-attribute.html">setAttribute</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> +<p>Sets the value of additional attribute.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.core/-widget/set-context-menu.html">setContextMenu</a></p> </td> <td> 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 @@ </tr> <tr> <td> -<p><a href="../-tag/attributes.html">attributes</a></p> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">attributes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">></span></code></td> -</tr> -<tr> -<td> <p><a href="../-tag/content.html">content</a></p> </td> <td> @@ -93,24 +86,6 @@ <tbody> <tr> <td> -<p><a href="../-tag/get-attribute.html">getAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> -<p>Returns the value of an additional attribute.</p> -</td> -</tr> -<tr> -<td> -<p><a href="../-tag/get-sn-attrs.html">getSnAttrs</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnAttrs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.core/-string-pair.html"><span class="identifier">StringPair</span></a><span class="symbol">></span></code> -<p>Returns list of element attributes in the form of a List.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/get-sn-class.html">getSnClass</a></p> </td> <td> @@ -120,15 +95,6 @@ </tr> <tr> <td> -<p><a href="../-tag/remove-attribute.html">removeAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Removes the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/render.html">render</a></p> </td> <td> @@ -138,15 +104,6 @@ </tr> <tr> <td> -<p><a href="../-tag/set-attribute.html">setAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Sets the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/unary-plus.html">unaryPlus</a></p> </td> <td> 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 @@ </tr> <tr> <td> -<p><a href="../-tag/attributes.html">attributes</a></p> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">attributes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">></span></code></td> -</tr> -<tr> -<td> <p><a href="../-tag/content.html">content</a></p> </td> <td> @@ -93,24 +86,6 @@ <tbody> <tr> <td> -<p><a href="../-tag/get-attribute.html">getAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> -<p>Returns the value of an additional attribute.</p> -</td> -</tr> -<tr> -<td> -<p><a href="../-tag/get-sn-attrs.html">getSnAttrs</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnAttrs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.core/-string-pair.html"><span class="identifier">StringPair</span></a><span class="symbol">></span></code> -<p>Returns list of element attributes in the form of a List.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/get-sn-class.html">getSnClass</a></p> </td> <td> @@ -120,15 +95,6 @@ </tr> <tr> <td> -<p><a href="../-tag/remove-attribute.html">removeAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Removes the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/render.html">render</a></p> </td> <td> @@ -138,15 +104,6 @@ </tr> <tr> <td> -<p><a href="../-tag/set-attribute.html">setAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Sets the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/unary-plus.html">unaryPlus</a></p> </td> <td> 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 @@ </tr> <tr> <td> -<p><a href="../-tag/attributes.html">attributes</a></p> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">attributes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">></span></code></td> -</tr> -<tr> -<td> <p><a href="../-tag/content.html">content</a></p> </td> <td> @@ -93,24 +86,6 @@ <tbody> <tr> <td> -<p><a href="../-tag/get-attribute.html">getAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> -<p>Returns the value of an additional attribute.</p> -</td> -</tr> -<tr> -<td> -<p><a href="../-tag/get-sn-attrs.html">getSnAttrs</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnAttrs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.core/-string-pair.html"><span class="identifier">StringPair</span></a><span class="symbol">></span></code> -<p>Returns list of element attributes in the form of a List.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/get-sn-class.html">getSnClass</a></p> </td> <td> @@ -120,15 +95,6 @@ </tr> <tr> <td> -<p><a href="../-tag/remove-attribute.html">removeAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Removes the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/render.html">render</a></p> </td> <td> @@ -138,15 +104,6 @@ </tr> <tr> <td> -<p><a href="../-tag/set-attribute.html">setAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Sets the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/unary-plus.html">unaryPlus</a></p> </td> <td> 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 @@ </tr> <tr> <td> -<p><a href="../-tag/attributes.html">attributes</a></p> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">attributes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">></span></code></td> -</tr> -<tr> -<td> <p><a href="../-tag/content.html">content</a></p> </td> <td> @@ -93,24 +86,6 @@ <tbody> <tr> <td> -<p><a href="../-tag/get-attribute.html">getAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> -<p>Returns the value of an additional attribute.</p> -</td> -</tr> -<tr> -<td> -<p><a href="../-tag/get-sn-attrs.html">getSnAttrs</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnAttrs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.core/-string-pair.html"><span class="identifier">StringPair</span></a><span class="symbol">></span></code> -<p>Returns list of element attributes in the form of a List.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/get-sn-class.html">getSnClass</a></p> </td> <td> @@ -120,15 +95,6 @@ </tr> <tr> <td> -<p><a href="../-tag/remove-attribute.html">removeAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Removes the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/render.html">render</a></p> </td> <td> @@ -138,15 +104,6 @@ </tr> <tr> <td> -<p><a href="../-tag/set-attribute.html">setAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Sets the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/unary-plus.html">unaryPlus</a></p> </td> <td> 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 @@ </tr> <tr> <td> -<p><a href="../-tag/attributes.html">attributes</a></p> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">attributes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">></span></code></td> -</tr> -<tr> -<td> <p><a href="../-tag/content.html">content</a></p> </td> <td> @@ -93,24 +86,6 @@ <tbody> <tr> <td> -<p><a href="../-tag/get-attribute.html">getAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> -<p>Returns the value of an additional attribute.</p> -</td> -</tr> -<tr> -<td> -<p><a href="../-tag/get-sn-attrs.html">getSnAttrs</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnAttrs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.core/-string-pair.html"><span class="identifier">StringPair</span></a><span class="symbol">></span></code> -<p>Returns list of element attributes in the form of a List.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/get-sn-class.html">getSnClass</a></p> </td> <td> @@ -120,15 +95,6 @@ </tr> <tr> <td> -<p><a href="../-tag/remove-attribute.html">removeAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Removes the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/render.html">render</a></p> </td> <td> @@ -138,15 +104,6 @@ </tr> <tr> <td> -<p><a href="../-tag/set-attribute.html">setAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Sets the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/unary-plus.html">unaryPlus</a></p> </td> <td> 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 @@ </tr> <tr> <td> -<p><a href="../-tag/attributes.html">attributes</a></p> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">attributes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">></span></code></td> -</tr> -<tr> -<td> <p><a href="../-tag/content.html">content</a></p> </td> <td> @@ -93,24 +86,6 @@ <tbody> <tr> <td> -<p><a href="../-tag/get-attribute.html">getAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> -<p>Returns the value of an additional attribute.</p> -</td> -</tr> -<tr> -<td> -<p><a href="../-tag/get-sn-attrs.html">getSnAttrs</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnAttrs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.core/-string-pair.html"><span class="identifier">StringPair</span></a><span class="symbol">></span></code> -<p>Returns list of element attributes in the form of a List.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/get-sn-class.html">getSnClass</a></p> </td> <td> @@ -120,15 +95,6 @@ </tr> <tr> <td> -<p><a href="../-tag/remove-attribute.html">removeAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Removes the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/render.html">render</a></p> </td> <td> @@ -138,15 +104,6 @@ </tr> <tr> <td> -<p><a href="../-tag/set-attribute.html">setAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Sets the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/unary-plus.html">unaryPlus</a></p> </td> <td> 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 @@ </tr> <tr> <td> -<p><a href="../-tag/attributes.html">attributes</a></p> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">attributes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">></span></code></td> -</tr> -<tr> -<td> <p><a href="../-tag/content.html">content</a></p> </td> <td> @@ -93,24 +86,6 @@ <tbody> <tr> <td> -<p><a href="../-tag/get-attribute.html">getAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> -<p>Returns the value of an additional attribute.</p> -</td> -</tr> -<tr> -<td> -<p><a href="../-tag/get-sn-attrs.html">getSnAttrs</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnAttrs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.core/-string-pair.html"><span class="identifier">StringPair</span></a><span class="symbol">></span></code> -<p>Returns list of element attributes in the form of a List.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/get-sn-class.html">getSnClass</a></p> </td> <td> @@ -120,15 +95,6 @@ </tr> <tr> <td> -<p><a href="../-tag/remove-attribute.html">removeAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Removes the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/render.html">render</a></p> </td> <td> @@ -138,15 +104,6 @@ </tr> <tr> <td> -<p><a href="../-tag/set-attribute.html">setAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Sets the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/unary-plus.html">unaryPlus</a></p> </td> <td> 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 @@ </tr> <tr> <td> -<p><a href="../-tag/attributes.html">attributes</a></p> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">attributes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">></span></code></td> -</tr> -<tr> -<td> <p><a href="../-tag/content.html">content</a></p> </td> <td> @@ -93,24 +86,6 @@ <tbody> <tr> <td> -<p><a href="../-tag/get-attribute.html">getAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> -<p>Returns the value of an additional attribute.</p> -</td> -</tr> -<tr> -<td> -<p><a href="../-tag/get-sn-attrs.html">getSnAttrs</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnAttrs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.core/-string-pair.html"><span class="identifier">StringPair</span></a><span class="symbol">></span></code> -<p>Returns list of element attributes in the form of a List.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/get-sn-class.html">getSnClass</a></p> </td> <td> @@ -120,15 +95,6 @@ </tr> <tr> <td> -<p><a href="../-tag/remove-attribute.html">removeAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Removes the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/render.html">render</a></p> </td> <td> @@ -138,15 +104,6 @@ </tr> <tr> <td> -<p><a href="../-tag/set-attribute.html">setAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Sets the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/unary-plus.html">unaryPlus</a></p> </td> <td> 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 @@ </tr> <tr> <td> -<p><a href="../-tag/attributes.html">attributes</a></p> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">attributes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">></span></code></td> -</tr> -<tr> -<td> <p><a href="../-tag/content.html">content</a></p> </td> <td> @@ -93,24 +86,6 @@ <tbody> <tr> <td> -<p><a href="../-tag/get-attribute.html">getAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> -<p>Returns the value of an additional attribute.</p> -</td> -</tr> -<tr> -<td> -<p><a href="../-tag/get-sn-attrs.html">getSnAttrs</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnAttrs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.core/-string-pair.html"><span class="identifier">StringPair</span></a><span class="symbol">></span></code> -<p>Returns list of element attributes in the form of a List.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/get-sn-class.html">getSnClass</a></p> </td> <td> @@ -120,15 +95,6 @@ </tr> <tr> <td> -<p><a href="../-tag/remove-attribute.html">removeAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Removes the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/render.html">render</a></p> </td> <td> @@ -138,15 +104,6 @@ </tr> <tr> <td> -<p><a href="../-tag/set-attribute.html">setAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Sets the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/unary-plus.html">unaryPlus</a></p> </td> <td> 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 @@ </tr> <tr> <td> -<p><a href="../-tag/attributes.html">attributes</a></p> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">attributes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">></span></code></td> -</tr> -<tr> -<td> <p><a href="../-tag/content.html">content</a></p> </td> <td> @@ -121,33 +114,6 @@ <tbody> <tr> <td> -<p><a href="../-tag/get-attribute.html">getAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> -<p>Returns the value of an additional attribute.</p> -</td> -</tr> -<tr> -<td> -<p><a href="../-tag/get-sn-attrs.html">getSnAttrs</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnAttrs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.core/-string-pair.html"><span class="identifier">StringPair</span></a><span class="symbol">></span></code> -<p>Returns list of element attributes in the form of a List.</p> -</td> -</tr> -<tr> -<td> -<p><a href="../-tag/remove-attribute.html">removeAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Removes the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/render.html">render</a></p> </td> <td> @@ -157,15 +123,6 @@ </tr> <tr> <td> -<p><a href="../-tag/set-attribute.html">setAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Sets the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/unary-plus.html">unaryPlus</a></p> </td> <td> 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 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.core/-widget/strict-d-o-m.html">strictDOM</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">strictDOM</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code> +<p>Determines if the current widget is strictly bound to the DOM.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.core/-widget/surrounding-span.html">surroundingSpan</a></p> </td> <td> @@ -336,6 +345,15 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.core/-widget/get-attribute.html">getAttribute</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> +<p>Returns the value of an additional attribute.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.core/-widget/get-element.html">getElement</a></p> </td> <td> @@ -425,6 +443,15 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.core/-widget/remove-attribute.html">removeAttribute</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> +<p>Removes the value of additional attribute.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.core/-widget/remove-css-class.html">removeCssClass</a></p> </td> <td> @@ -466,6 +493,15 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.core/-widget/set-attribute.html">setAttribute</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> +<p>Sets the value of additional attribute.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.core/-widget/set-context-menu.html">setContextMenu</a></p> </td> <td> 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 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.core/-widget/strict-d-o-m.html">strictDOM</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">strictDOM</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code> +<p>Determines if the current widget is strictly bound to the DOM.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.core/-widget/surrounding-span.html">surroundingSpan</a></p> </td> <td> @@ -318,6 +327,15 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.core/-widget/get-attribute.html">getAttribute</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> +<p>Returns the value of an additional attribute.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.core/-widget/get-element.html">getElement</a></p> </td> <td> @@ -398,6 +416,15 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.core/-widget/remove-attribute.html">removeAttribute</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> +<p>Removes the value of additional attribute.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.core/-widget/remove-css-class.html">removeCssClass</a></p> </td> <td> @@ -439,6 +466,15 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.core/-widget/set-attribute.html">setAttribute</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Widget$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> +<p>Sets the value of additional attribute.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.core/-widget/set-context-menu.html">setContextMenu</a></p> </td> <td> 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 @@ </tr> <tr> <td> -<p><a href="../-tag/attributes.html">attributes</a></p> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">attributes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">></span></code></td> -</tr> -<tr> -<td> <p><a href="../-tag/content.html">content</a></p> </td> <td> @@ -93,24 +86,6 @@ <tbody> <tr> <td> -<p><a href="../-tag/get-attribute.html">getAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> -<p>Returns the value of an additional attribute.</p> -</td> -</tr> -<tr> -<td> -<p><a href="../-tag/get-sn-attrs.html">getSnAttrs</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnAttrs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.core/-string-pair.html"><span class="identifier">StringPair</span></a><span class="symbol">></span></code> -<p>Returns list of element attributes in the form of a List.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/get-sn-class.html">getSnClass</a></p> </td> <td> @@ -120,15 +95,6 @@ </tr> <tr> <td> -<p><a href="../-tag/remove-attribute.html">removeAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Removes the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/render.html">render</a></p> </td> <td> @@ -138,15 +104,6 @@ </tr> <tr> <td> -<p><a href="../-tag/set-attribute.html">setAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Sets the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/unary-plus.html">unaryPlus</a></p> </td> <td> diff --git a/api/pl.treksoft.kvision.html/-section/index.html b/api/pl.treksoft.kvision.html/-section/index.html index 80658dc3..7a4572ba 100644 --- a/api/pl.treksoft.kvision.html/-section/index.html +++ b/api/pl.treksoft.kvision.html/-section/index.html @@ -36,13 +36,6 @@ </tr> <tr> <td> -<p><a href="../-tag/attributes.html">attributes</a></p> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">attributes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">></span></code></td> -</tr> -<tr> -<td> <p><a href="../-tag/content.html">content</a></p> </td> <td> @@ -93,24 +86,6 @@ <tbody> <tr> <td> -<p><a href="../-tag/get-attribute.html">getAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> -<p>Returns the value of an additional attribute.</p> -</td> -</tr> -<tr> -<td> -<p><a href="../-tag/get-sn-attrs.html">getSnAttrs</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnAttrs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.core/-string-pair.html"><span class="identifier">StringPair</span></a><span class="symbol">></span></code> -<p>Returns list of element attributes in the form of a List.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/get-sn-class.html">getSnClass</a></p> </td> <td> @@ -120,15 +95,6 @@ </tr> <tr> <td> -<p><a href="../-tag/remove-attribute.html">removeAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Removes the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/render.html">render</a></p> </td> <td> @@ -138,15 +104,6 @@ </tr> <tr> <td> -<p><a href="../-tag/set-attribute.html">setAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Sets the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/unary-plus.html">unaryPlus</a></p> </td> <td> diff --git a/api/pl.treksoft.kvision.html/-span/index.html b/api/pl.treksoft.kvision.html/-span/index.html index 3da7ac47..af5db66c 100644 --- a/api/pl.treksoft.kvision.html/-span/index.html +++ b/api/pl.treksoft.kvision.html/-span/index.html @@ -36,13 +36,6 @@ </tr> <tr> <td> -<p><a href="../-tag/attributes.html">attributes</a></p> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">attributes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">></span></code></td> -</tr> -<tr> -<td> <p><a href="../-tag/content.html">content</a></p> </td> <td> @@ -93,24 +86,6 @@ <tbody> <tr> <td> -<p><a href="../-tag/get-attribute.html">getAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> -<p>Returns the value of an additional attribute.</p> -</td> -</tr> -<tr> -<td> -<p><a href="../-tag/get-sn-attrs.html">getSnAttrs</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnAttrs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.core/-string-pair.html"><span class="identifier">StringPair</span></a><span class="symbol">></span></code> -<p>Returns list of element attributes in the form of a List.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/get-sn-class.html">getSnClass</a></p> </td> <td> @@ -120,15 +95,6 @@ </tr> <tr> <td> -<p><a href="../-tag/remove-attribute.html">removeAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Removes the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/render.html">render</a></p> </td> <td> @@ -138,15 +104,6 @@ </tr> <tr> <td> -<p><a href="../-tag/set-attribute.html">setAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Sets the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="../-tag/unary-plus.html">unaryPlus</a></p> </td> <td> diff --git a/api/pl.treksoft.kvision.html/-t-a-g/-h-r.html b/api/pl.treksoft.kvision.html/-t-a-g/-h-r.html new file mode 100644 index 00000000..1c3cf202 --- /dev/null +++ b/api/pl.treksoft.kvision.html/-t-a-g/-h-r.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>TAG.HR - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.html</a> / <a href="index.html">TAG</a> / <a href="./-h-r.html">HR</a><br/> +<br/> +<h1>HR</h1> +<a name="pl.treksoft.kvision.html.TAG.HR"></a> +<code><span class="identifier">HR</span></code> +</BODY> +</HTML> 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 7daa7c44..89491c2f 100644 --- a/api/pl.treksoft.kvision.html/-t-a-g/index.html +++ b/api/pl.treksoft.kvision.html/-t-a-g/index.html @@ -260,6 +260,13 @@ </tr> <tr> <td> +<p><a href="-h-r.html">HR</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> <p><a href="-c-a-p-t-i-o-n.html">CAPTION</a></p> </td> <td> diff --git a/api/pl.treksoft.kvision.html/-tag/attributes.html b/api/pl.treksoft.kvision.html/-tag/attributes.html deleted file mode 100644 index 744c4a44..00000000 --- a/api/pl.treksoft.kvision.html/-tag/attributes.html +++ /dev/null @@ -1,14 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>Tag.attributes - kvision</title> -<link rel="stylesheet" href="../../../style.css"> -</HEAD> -<BODY> -<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.html</a> / <a href="index.html">Tag</a> / <a href="./attributes.html">attributes</a><br/> -<br/> -<h1>attributes</h1> -<a name="pl.treksoft.kvision.html.Tag$attributes"></a> -<code><span class="keyword">protected</span> <span class="keyword">val </span><span class="identifier">attributes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">></span></code> -</BODY> -</HTML> diff --git a/api/pl.treksoft.kvision.html/-tag/get-attribute.html b/api/pl.treksoft.kvision.html/-tag/get-attribute.html deleted file mode 100644 index 3897fe33..00000000 --- a/api/pl.treksoft.kvision.html/-tag/get-attribute.html +++ /dev/null @@ -1,20 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>Tag.getAttribute - kvision</title> -<link rel="stylesheet" href="../../../style.css"> -</HEAD> -<BODY> -<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.html</a> / <a href="index.html">Tag</a> / <a href="./get-attribute.html">getAttribute</a><br/> -<br/> -<h1>getAttribute</h1> -<a name="pl.treksoft.kvision.html.Tag$getAttribute(kotlin.String)"></a> -<code><span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> -<p>Returns the value of an additional attribute.</p> -<h3>Parameters</h3> -<p><a name="name"></a> -<code>name</code> - the name of the attribute</p> -<p><strong>Return</strong><br/> -the value of the attribute</p> -</BODY> -</HTML> diff --git a/api/pl.treksoft.kvision.html/-tag/get-sn-attrs.html b/api/pl.treksoft.kvision.html/-tag/get-sn-attrs.html deleted file mode 100644 index f116e024..00000000 --- a/api/pl.treksoft.kvision.html/-tag/get-sn-attrs.html +++ /dev/null @@ -1,18 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>Tag.getSnAttrs - kvision</title> -<link rel="stylesheet" href="../../../style.css"> -</HEAD> -<BODY> -<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.html</a> / <a href="index.html">Tag</a> / <a href="./get-sn-attrs.html">getSnAttrs</a><br/> -<br/> -<h1>getSnAttrs</h1> -<a name="pl.treksoft.kvision.html.Tag$getSnAttrs()"></a> -<code><span class="keyword">protected</span> <span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnAttrs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.core/-string-pair.html"><span class="identifier">StringPair</span></a><span class="symbol">></span></code> -<p>Overrides <a href="../../pl.treksoft.kvision.core/-widget/get-sn-attrs.html">Widget.getSnAttrs</a></p> -<p>Returns list of element attributes in the form of a List.</p> -<p><strong>Return</strong><br/> -list of element attributes</p> -</BODY> -</HTML> diff --git a/api/pl.treksoft.kvision.html/-tag/index.html b/api/pl.treksoft.kvision.html/-tag/index.html index b7a71dbb..105dfdca 100644 --- a/api/pl.treksoft.kvision.html/-tag/index.html +++ b/api/pl.treksoft.kvision.html/-tag/index.html @@ -36,13 +36,6 @@ </tr> <tr> <td> -<p><a href="attributes.html">attributes</a></p> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">attributes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html"><span class="identifier">MutableMap</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">></span></code></td> -</tr> -<tr> -<td> <p><a href="content.html">content</a></p> </td> <td> @@ -107,24 +100,6 @@ <tbody> <tr> <td> -<p><a href="get-attribute.html">getAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">getAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$getAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> -<p>Returns the value of an additional attribute.</p> -</td> -</tr> -<tr> -<td> -<p><a href="get-sn-attrs.html">getSnAttrs</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnAttrs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.core/-string-pair.html"><span class="identifier">StringPair</span></a><span class="symbol">></span></code> -<p>Returns list of element attributes in the form of a List.</p> -</td> -</tr> -<tr> -<td> <p><a href="get-sn-class.html">getSnClass</a></p> </td> <td> @@ -134,15 +109,6 @@ </tr> <tr> <td> -<p><a href="remove-attribute.html">removeAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Removes the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="render.html">render</a></p> </td> <td> @@ -152,15 +118,6 @@ </tr> <tr> <td> -<p><a href="set-attribute.html">setAttribute</a></p> -</td> -<td> -<code><span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Sets the value of additional attribute.</p> -</td> -</tr> -<tr> -<td> <p><a href="unary-plus.html">unaryPlus</a></p> </td> <td> diff --git a/api/pl.treksoft.kvision.html/-tag/remove-attribute.html b/api/pl.treksoft.kvision.html/-tag/remove-attribute.html deleted file mode 100644 index c917cc4e..00000000 --- a/api/pl.treksoft.kvision.html/-tag/remove-attribute.html +++ /dev/null @@ -1,18 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>Tag.removeAttribute - kvision</title> -<link rel="stylesheet" href="../../../style.css"> -</HEAD> -<BODY> -<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.html</a> / <a href="index.html">Tag</a> / <a href="./remove-attribute.html">removeAttribute</a><br/> -<br/> -<h1>removeAttribute</h1> -<a name="pl.treksoft.kvision.html.Tag$removeAttribute(kotlin.String)"></a> -<code><span class="keyword">fun </span><span class="identifier">removeAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$removeAttribute(kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Removes the value of additional attribute.</p> -<h3>Parameters</h3> -<p><a name="name"></a> -<code>name</code> - the name of the attribute</p> -</BODY> -</HTML> diff --git a/api/pl.treksoft.kvision.html/-tag/set-attribute.html b/api/pl.treksoft.kvision.html/-tag/set-attribute.html deleted file mode 100644 index b92aef7a..00000000 --- a/api/pl.treksoft.kvision.html/-tag/set-attribute.html +++ /dev/null @@ -1,20 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>Tag.setAttribute - kvision</title> -<link rel="stylesheet" href="../../../style.css"> -</HEAD> -<BODY> -<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.html</a> / <a href="index.html">Tag</a> / <a href="./set-attribute.html">setAttribute</a><br/> -<br/> -<h1>setAttribute</h1> -<a name="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)"></a> -<code><span class="keyword">fun </span><span class="identifier">setAttribute</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/name">name</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.html.Tag$setAttribute(kotlin.String, kotlin.String)/value">value</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> -<p>Sets the value of additional attribute.</p> -<h3>Parameters</h3> -<p><a name="name"></a> -<code>name</code> - the name of the attribute</p> -<p><a name="value"></a> -<code>value</code> - the value of the attribute</p> -</BODY> -</HTML> |