2010-12-02 23:34:41 +00:00
|
|
|
<script>
|
2012-02-24 19:32:24 -04:00
|
|
|
if ( typeof parent != 'undefined' && typeof parent.parent != 'undefined') {
|
|
|
|
|
if ( typeof parent.parent.Ext != 'undefined') {
|
2011-02-24 14:39:11 +00:00
|
|
|
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>
|