public function indexAction()
 {
     $this->view->assetsPackage = new Kwf_Assets_Package_TestPackage('Kwf_AutoTree');
     $this->view->viewport = 'Kwf.Test.Viewport';
     parent::indexAction();
 }
Ejemplo n.º 2
0
 public function indexAction()
 {
     parent::indexAction();
     $this->view->apply(Kwc_Admin::getInstance($this->_getParam('class'))->getExtConfig());
 }