Beispiel #1
0
 public function indexAction()
 {
     parent::indexAction();
     $this->view->assign(Kwc_Admin::getInstance($this->_getParam('class'))->getExtConfig());
     $this->view->baseParams = array('id' => $this->_getParam('componentId'), 'componentId' => $this->_getParam('componentId'));
     if ($this->getRequest()->module == 'component_test' && isset($this->view->controllerUrl)) {
         $this->view->controllerUrl = str_replace('/admin/component/edit/', '/kwf/componentedittest/' . Kwf_Component_Data_Root::getComponentClass() . '/', $this->view->controllerUrl);
     }
 }
 public function indexAction()
 {
     parent::indexAction();
     $this->view->assetsPackage = new Kwf_Assets_Package_TestPackage('Kwf_Form_FileUpload');
     $this->view->viewport = 'Kwf.Test.Viewport';
 }
Beispiel #3
0
 public function indexAction()
 {
     parent::indexAction();
     $this->view->xtype = 'kwf.autoformex';
 }
 public function indexAction()
 {
     parent::indexAction();
     $this->view->xtype = 'kwf.component.clearCache';
 }
 public function indexAction()
 {
     $this->view->assetsPackage = new Kwf_Assets_Package_TestPackage('Kwf_AutoForm');
     $this->view->viewport = 'Kwf.Test.Viewport';
     parent::indexAction();
 }
 public function indexAction()
 {
     parent::indexAction();
     $this->view->xtype = 'kwf.import';
 }