diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-06-23 14:12:10 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-06-23 14:12:10 +0200 |
commit | bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b (patch) | |
tree | 5fe76e243d94095bf2368122acb21db84a693aef /api/pl.treksoft.kvision.core/-widget/remove-attribute.html | |
parent | a8ff23c5e58394c21e2e7c2a4880302b43b60dfd (diff) | |
download | kvision-bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b.tar.gz kvision-bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b.tar.bz2 kvision-bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b.zip |
API documentation for KVision 0.0.37
Diffstat (limited to 'api/pl.treksoft.kvision.core/-widget/remove-attribute.html')
-rw-r--r-- | api/pl.treksoft.kvision.core/-widget/remove-attribute.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.core/-widget/remove-attribute.html b/api/pl.treksoft.kvision.core/-widget/remove-attribute.html new file mode 100644 index 00000000..bd43215d --- /dev/null +++ b/api/pl.treksoft.kvision.core/-widget/remove-attribute.html @@ -0,0 +1,19 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Widget.removeAttribute - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">Widget</a> / <a href="./remove-attribute.html">removeAttribute</a><br/> +<br/> +<h1>removeAttribute</h1> +<a name="pl.treksoft.kvision.core.Widget$removeAttribute(kotlin.String)"></a> +<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="index.html"><span class="identifier">Widget</span></a></code> +<p>Overrides <a href="../-component/remove-attribute.html">Component.removeAttribute</a></p> +<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> |