kvision / pl.treksoft.kvision.core / Component / removeSurroundingCssClass

removeSurroundingCssClass

abstract fun removeSurroundingCssClass(css: String): Component

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

Parameters

css - CSS class name

Return
current component

abstract fun removeSurroundingCssClass(css: Style): Component

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