예제 #1
0
 public function beforeRender()
 {
     parent::beforeRender();
     $this->template->editingUser = $this->editedUser != NULL;
     if ($this->isAjax()) {
         $this->invalidateControl('userContent');
     }
 }
예제 #2
0
 public function beforeRender()
 {
     parent::beforeRender();
     /** list of available filters for select */
     $this->template->filters = $this->filters;
 }
예제 #3
0
 public function beforeRender()
 {
     parent::beforeRender();
     //$this->template->cssVariables = $this->cssVariables;
     $this->template->allCssVariables = $this->allCssVariables;
 }