Widget.removeCssClass
void removeCssClass(string cssClass)Removes a style from widget.
After this, the style of widget will stop matching for css_class.
Parameters
cssClass | The style class to remove from widget, without the leading '.' used for notation of style classes |