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