A.WidgetCssClass Class
Module: aui-widget-cssclass
Widget extension, which can be used to add cssClass support to the base Widget class, through the Base.build method.
Methods
_afterCssClassChange
(
protected
-
event
Fires after the value of the cssClass attribute change.
Parameters:
-
event
EventFacade
_uiSetCssClass
(
protected
-
newVal
-
prevVal
Applies the CSS classes to the boundingBox
and contentBox
.
Parameters:
-
newVal
String -
prevVal
String
initializer
(
protected
-
config
Construction logic executed during Component instantiation. Lifecycle.
Parameters:
-
config
Object
Properties
ATTRS
Object
static
Static property used to define the default attribute configuration for the Component.
CSS_CLASS_CONTENT_SUFFIX
String
static
Static property used to define the default suffix for cssClass attribute
value applied on contentBox
node.