diff options
Diffstat (limited to 'api/pl.treksoft.kvision.core/-component/remove-css-class.html')
-rw-r--r-- | api/pl.treksoft.kvision.core/-component/remove-css-class.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/pl.treksoft.kvision.core/-component/remove-css-class.html b/api/pl.treksoft.kvision.core/-component/remove-css-class.html index ccd69681..4a876b41 100644 --- a/api/pl.treksoft.kvision.core/-component/remove-css-class.html +++ b/api/pl.treksoft.kvision.core/-component/remove-css-class.html @@ -8,7 +8,7 @@ <a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">Component</a> / <a href="./remove-css-class.html">removeCssClass</a><br/> <br/> <h1>removeCssClass</h1> -<a name="pl.treksoft.kvision.core.Component$removeCssClass(kotlin.String)"></a> +(js) <a name="pl.treksoft.kvision.core.Component$removeCssClass(kotlin.String)"></a> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">removeCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$removeCssClass(kotlin.String)/css">css</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">Component</span></a></code> <p>Removes given value from the set of CSS classes generated in html code of current component.</p> <h3>Parameters</h3> |