2010-12-02 23:34:41 +00:00
|
|
|
<script>
|
2011-02-24 14:39:11 +00:00
|
|
|
if( typeof parent != 'undefined' ){
|
|
|
|
|
if( typeof parent.parent != 'undefined' ){
|
|
|
|
|
var debugPanel = parent.parent.Ext.getCmp('debugPanel');
|
2010-12-02 23:34:41 +00:00
|
|
|
|
2011-02-24 14:39:11 +00:00
|
|
|
debugPanel.show();
|
|
|
|
|
debugPanel.ownerCt.doLayout();
|
|
|
|
|
debugPanel.expand();
|
2010-12-02 23:34:41 +00:00
|
|
|
|
2011-02-24 14:39:11 +00:00
|
|
|
parent.parent.propStore.load();
|
|
|
|
|
parent.parent.triggerStore.load();
|
|
|
|
|
}
|
|
|
|
|
}
|
2010-12-02 23:34:41 +00:00
|
|
|
</script>
|