Пример #1
0
 public function getPartialParams()
 {
     $ret = parent::getPartialParams();
     $up = Kwf_Config::getValue('application.uniquePrefix');
     if ($up) {
         $up = $up . '-';
     }
     $ret['tpl'] = '<div class="' . $up . 'kwfViewAjaxItem">{content}</div>' . "\n";
     return $ret;
 }
Пример #2
0
 public function getPartialParams()
 {
     $ret = parent::getPartialParams();
     $ret['tpl'] = '<div class="kwfViewAjaxItem {id}">{content}</div>' . "\n";
     return $ret;
 }