Layout
A helper class used by Containers which renders child widgets to their contentElement. It also adds the Container's itemCls class to child items.
Subclasses may modify the way child widgets are rendered, or may offer APIs for manipulating the child widgets.
The Card layout class offers slide-in, slide-out animation of multiple child widgets. TabPanel uses Card layout.
Configs
2
Configs
2containerCls: String
The CSS class which should be added to the owning Container's. contentElement.
itemCls: String
The CSS class which should be added to the encapsulating element of child items.
Properties
1
Properties
1The owning Widget.