cf.workflowedit.theLeftPanel.add(cf.workfloweditHiddenPanel.theGrid); cf.workflowedit.thePopUpWindow.add(cf.workflowedit.theLeftPanel); cf.workflowedit.thePopUpWindow.add(cf.workflowedit.thePanel); cf.workflowedit.thePopUpWindow.doLayout(); cf.workflowedit.thePopUpWindow.show(); cf.workflowedit.theLoadingMask.hide(); } }); }, initLeftNavi: function () { <?php $settings = SystemSetting::getShowPositionInMail(); ?> this.theLeftPanel = new Ext.Panel({ title: '<?php echo __('Current Position',null,'workflowmanagement'); ?>', region: 'west', split: true, width: 280, hidden: <?php echo $settings['hidden']; ?>, collapsed:true, collapsible: <?php echo $settings['collapsible']; ?>, margins:'3 0 3 3', cmargins:'3 3 3 3' }); },