Widget.removeCssClass

Removes a style from @widget.

After this, the style of @widget will stop matching for @css_class.

class Widget
void
removeCssClass
(
string cssClass
)

Parameters

cssClass string

The style class to remove from @widget, without the leading '.' used for notation of style classes

Meta