Exemple #1
0
 function render()
 {
     if (!$this->is_active) {
         return;
     }
     return parent::render();
 }
Exemple #2
0
 function init()
 {
     parent::init();
     $this->js(true)->univ()->moreInfoTrigger();
 }