예제 #1
0
 function init()
 {
     parent::init();
     $this->js(true)->tabs(array('cache' => false));
     $this->tab_template = $this->template->cloneRegion('tabs');
     $this->template->del('tabs');
 }
예제 #2
0
파일: jUItabs.php 프로젝트: easyconn/atk4
 function init()
 {
     parent::init();
     $this->tab_template = $this->template->cloneRegion('tabs');
     $this->template->del('tabs');
 }