gxp.CrumbPanel¶
-
class
gxp.CrumbPanel(config)¶ Panel that accommodates modal dialogs and displays their hierarchy as crumbs in tabs, from left to right. Clicking on a crumb left of the rightmost one will close all dialogs that are hosted in tabs on its right.
If a component has a
shortTitleconfigured, it will be used instead of thetitlein the crumb path.Components intended to be reused after being removed from this panel need the closeAction option set to “hide”, like an
Ext.Window.