diff options
Diffstat (limited to 'api/pl.treksoft.kvision.core/-widget/remove-css-style.html')
-rw-r--r-- | api/pl.treksoft.kvision.core/-widget/remove-css-style.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.core/-widget/remove-css-style.html b/api/pl.treksoft.kvision.core/-widget/remove-css-style.html new file mode 100644 index 00000000..7581fb24 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-widget/remove-css-style.html @@ -0,0 +1,21 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Widget.removeCssStyle - 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-css-style.html">removeCssStyle</a><br/> +<br/> +<h1>removeCssStyle</h1> +<a name="pl.treksoft.kvision.core.Widget$removeCssStyle(pl.treksoft.kvision.core.Style)"></a> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">removeCssStyle</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$removeCssStyle(pl.treksoft.kvision.core.Style)/css">css</span><span class="symbol">:</span> <a href="../-style/index.html"><span class="identifier">Style</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-css-style.html">Component.removeCssStyle</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> |