Exemplo n.º 1
0
 /**
  * initView
  *
  * @return void
  */
 protected function initView()
 {
     parent::initView();
     $this->widgetParams[self::PARAM_FORM_PARAMS]->appendValue($this->getFormDefaultParams());
 }
Exemplo n.º 2
0
 /**
  * getDefaultParams
  *
  * @return array
  */
 protected function getDefaultParams()
 {
     return parent::getDefaultParams() + array('mode' => 'search');
 }