public function start($attributes = array())
 {
     $attributes['south'] = false;
     $attributes['west'] = false;
     $this->afExtjs->setAddons(array('js' => array($this->afExtjs->getPluginsDir() . 'tabs/TabCloseMenu.js')));
     parent::start($attributes);
 }
 public function start($attributes = array())
 {
     $attributes['toolbar'] = false;
     $attributes['north'] = false;
     $attributes['west'] = false;
     parent::start($attributes);
 }
 public function start($attributes = array())
 {
     $attributes['toolbar'] = false;
     $attributes['north'] = false;
     $attributes['south'] = false;
     $attributes['west'] = false;
     $this->afExtjs->setAddons(array('js' => array($this->afExtjs->getPluginsDir() . 'codepress/Ext.ux.CodePress.js')));
     parent::start($attributes);
 }
 public function start($attributes = array())
 {
     $attributes['toolbar'] = false;
     $attributes['north'] = false;
     $attributes['west'] = false;
     $this->afExtjs->setAddons(array('css' => array($this->afExtjs->getPluginsDir() . 'layout-browser/Ext.ux.layout.CenterLayout.css'), 'js' => array($this->afExtjs->getPluginsDir() . 'layout-browser/Ext.ux.layout.CenterLayout.js')));
     $this->layout = 'ux.center';
     parent::start($attributes);
 }