Package: | Ext.layout |
Defined In: | ContainerLayout.js |
Class: | ContainerLayout |
Subclasses: | AnchorLayout, BorderLayout, ColumnLayout, FitLayout, TableLayout |
Extends: | Object |
Property | Defined By | |
---|---|---|
activeItem : Ext.Component
A reference to the Ext.Component that is active. For example,
if(myPanel.layout.activeItem.id == 'item-1') { ... }....
A reference to the Ext.Component that is active. For example,
if(myPanel.layout.activeItem.id == 'item-1') { ... }. activeItem only applies to layout styles that can
display items one at a time (like Ext.layout.Accordion, Ext.layout.CardLayout
and Ext.layout.FitLayout). Read-only. Related to Ext.Container.activeItem.
|
ContainerLayout |