示例#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');
 }