diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-04-04 13:10:28 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-04-04 13:10:28 +0200 |
commit | 8883419bfcec00947863741d48dbd89cc877615a (patch) | |
tree | 3bfaa51ceaae33abe2be84d1bcc6c772bec2fd59 /api/pl.treksoft.kvision.core/-widget/add-surrounding-css-class.html | |
parent | 7d18a562b285a7ae08f81ba6110637ea797e84f9 (diff) | |
download | kvision-8883419bfcec00947863741d48dbd89cc877615a.tar.gz kvision-8883419bfcec00947863741d48dbd89cc877615a.tar.bz2 kvision-8883419bfcec00947863741d48dbd89cc877615a.zip |
API documentation for KVision 0.0.32
Diffstat (limited to 'api/pl.treksoft.kvision.core/-widget/add-surrounding-css-class.html')
-rw-r--r-- | api/pl.treksoft.kvision.core/-widget/add-surrounding-css-class.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.core/-widget/add-surrounding-css-class.html b/api/pl.treksoft.kvision.core/-widget/add-surrounding-css-class.html index ddcf07ae..064e540a 100644 --- a/api/pl.treksoft.kvision.core/-widget/add-surrounding-css-class.html +++ b/api/pl.treksoft.kvision.core/-widget/add-surrounding-css-class.html @@ -17,5 +17,14 @@ <code>css</code> - CSS class name</p> <p><strong>Return</strong><br/> current component</p> +<a name="pl.treksoft.kvision.core.Widget$addSurroundingCssClass(pl.treksoft.kvision.core.Style)"></a> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">addSurroundingCssClass</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$addSurroundingCssClass(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/add-surrounding-css-class.html">Component.addSurroundingCssClass</a></p> +<p>Adds given style object to 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> |