Пример #1
0
 protected function processInternal()
 {
     parent::processInternal();
     $pager = $this->ui->getWidget('pager');
     $pager->process();
     $this->ui->getWidget('search_disclosure')->open = !$this->hasState();
 }
Пример #2
0
 protected function processInternal()
 {
     parent::processInternal();
     $this->ui->getWidget('pager')->process();
     if ($this->hasSearch()) {
         $this->ui->getWidget('search_frame')->open = true;
     }
 }
Пример #3
0
 protected function processInternal()
 {
     parent::processInternal();
     $pager = $this->ui->getWidget('pager');
     $pager->process();
     if ($pager->getCurrentPage() > 0) {
         $disclosure = $this->ui->getWidget('search_disclosure');
         $disclosure->open = false;
     }
 }
Пример #4
0
 protected function processInternal()
 {
     parent::processInternal();
     $pager = $this->ui->getWidget('pager');
     $pager->process();
 }