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 --- .../-widget/remove-surrounding-css-class.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'api/pl.treksoft.kvision.core/-widget/remove-surrounding-css-class.html') diff --git a/api/pl.treksoft.kvision.core/-widget/remove-surrounding-css-class.html b/api/pl.treksoft.kvision.core/-widget/remove-surrounding-css-class.html index c2997166..158fcb08 100644 --- a/api/pl.treksoft.kvision.core/-widget/remove-surrounding-css-class.html +++ b/api/pl.treksoft.kvision.core/-widget/remove-surrounding-css-class.html @@ -17,5 +17,14 @@ css - CSS class name

Return
current component

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

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