aboutsummaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.core/-style/remove-css-class.html
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.core/-style/remove-css-class.html')
-rw-r--r--api/pl.treksoft.kvision.core/-style/remove-css-class.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.core/-style/remove-css-class.html b/api/pl.treksoft.kvision.core/-style/remove-css-class.html
new file mode 100644
index 00000000..a0b1b166
--- /dev/null
+++ b/api/pl.treksoft.kvision.core/-style/remove-css-class.html
@@ -0,0 +1,30 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Style.removeCssClass - 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">Style</a>&nbsp;/&nbsp;<a href="./remove-css-class.html">removeCssClass</a><br/>
+<br/>
+<h1>removeCssClass</h1>
+<a name="pl.treksoft.kvision.core.Style$removeCssClass(kotlin.String)"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">removeCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Style$removeCssClass(kotlin.String)/css">css</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="../-component/index.html"><span class="identifier">Component</span></a></code>
+<p>Overrides <a href="../-component/remove-css-class.html">Component.removeCssClass</a></p>
+<p>Removes given value from the set of CSS classes generated in html code of current component.</p>
+<h3>Parameters</h3>
+<p><a name="css"></a>
+<code>css</code> - CSS class name</p>
+<p><strong>Return</strong><br/>
+current component</p>
+<a name="pl.treksoft.kvision.core.Style$removeCssClass(pl.treksoft.kvision.core.Style)"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">removeCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Style$removeCssClass(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span>&nbsp;<a href="index.html"><span class="identifier">Style</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../-component/index.html"><span class="identifier">Component</span></a></code>
+<p>Overrides <a href="../-component/remove-css-class.html">Component.removeCssClass</a></p>
+<p>Removes given style object from the set of CSS classes generated in html code of current component.</p>
+<h3>Parameters</h3>
+<p><a name="css"></a>
+<code>css</code> - CSS style object</p>
+<p><strong>Return</strong><br/>
+current component</p>
+</BODY>
+</HTML>