Show:

Widget extension, which can be used to add cssClass support to the base Widget class, through the Base.build method.

Index

Properties

Attributes

Methods

_afterCssClassChange

(
  • event
)
protected

Fires after the value of the cssClass attribute change.

Parameters:

_uiSetCssClass

(
  • newVal
  • prevVal
)
protected

Applies the CSS classes to the boundingBox and contentBox.

Parameters:

  • newVal String
  • prevVal String

initializer

(
  • config
)
protected

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.

Attributes

cssClass

String

CSS class to be automatically added to the boundingBox.