aboutsummaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.core/-widget/remove-attribute.html
blob: bd43215d426d502a1efbed9a82c795f5e8dc8610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.core</a>&nbsp;/&nbsp;<a href="index.html">Widget</a>&nbsp;/&nbsp;<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>&nbsp;<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>