diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-11-26 19:53:45 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-11-26 19:53:45 +0100 |
commit | 9d35bb1e3d8186228cc409faa6d681624f20e9cd (patch) | |
tree | 977ddd6d85bee11306baeefcd2676e595029b53b /api/pl.treksoft.kvision.core/-component/remove-surrounding-css-style.html | |
parent | 76c1fff00042ff1b5d524ee414dc6d28f7658c69 (diff) | |
download | kvision-9d35bb1e3d8186228cc409faa6d681624f20e9cd.tar.gz kvision-9d35bb1e3d8186228cc409faa6d681624f20e9cd.tar.bz2 kvision-9d35bb1e3d8186228cc409faa6d681624f20e9cd.zip |
API documentation for KVision 2.4.0
Diffstat (limited to 'api/pl.treksoft.kvision.core/-component/remove-surrounding-css-style.html')
-rw-r--r-- | api/pl.treksoft.kvision.core/-component/remove-surrounding-css-style.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.core/-component/remove-surrounding-css-style.html b/api/pl.treksoft.kvision.core/-component/remove-surrounding-css-style.html new file mode 100644 index 00000000..b5e94e7f --- /dev/null +++ b/api/pl.treksoft.kvision.core/-component/remove-surrounding-css-style.html @@ -0,0 +1,20 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Component.removeSurroundingCssStyle - 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">Component</a> / <a href="./remove-surrounding-css-style.html">removeSurroundingCssStyle</a><br/> +<br/> +<h1>removeSurroundingCssStyle</h1> +<a name="pl.treksoft.kvision.core.Component$removeSurroundingCssStyle(pl.treksoft.kvision.core.Style)"></a> +<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">removeSurroundingCssStyle</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Component$removeSurroundingCssStyle(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">Component</span></a></code> +<p>Removes given style object from the set of CSS classes generated in html code of parent 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> |