Example #1
0
 protected function afterRender()
 {
     parent::afterRender();
     if ($this->isAjax()) {
         $this->payload->title = $this->title;
     }
     $this->template->title = $this->title;
 }
Example #2
0
 protected function startup()
 {
     $this->setDefaultSnippets(['content', 'title']);
     parent::startup();
 }