From 8883419bfcec00947863741d48dbd89cc877615a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 4 Apr 2019 13:10:28 +0200 Subject: API documentation for KVision 0.0.32 --- .../-style/remove-surrounding-css-class.html | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 api/pl.treksoft.kvision.core/-style/remove-surrounding-css-class.html (limited to 'api/pl.treksoft.kvision.core/-style/remove-surrounding-css-class.html') diff --git a/api/pl.treksoft.kvision.core/-style/remove-surrounding-css-class.html b/api/pl.treksoft.kvision.core/-style/remove-surrounding-css-class.html new file mode 100644 index 00000000..ce0ff0a8 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-style/remove-surrounding-css-class.html @@ -0,0 +1,30 @@ + + + +Style.removeSurroundingCssClass - kvision + + + +kvision / pl.treksoft.kvision.core / Style / removeSurroundingCssClass
+
+

removeSurroundingCssClass

+ +open fun removeSurroundingCssClass(css: String): Component +

Overrides Component.removeSurroundingCssClass

+

Removes given value from the set of CSS classes generated in html code of parent component.

+

Parameters

+

+css - CSS class name

+

Return
+current component

+ +open fun removeSurroundingCssClass(css: Style): Component +

Overrides Component.removeSurroundingCssClass

+

Removes given style object from the set of CSS classes generated in html code of parent component.

+

Parameters

+

+css - CSS style object

+

Return
+current component

+ + -- cgit