controller->user->user_id; $this->app->setConf('tabview.'.$_GET['app'].$_GET['ctl'].$_GET['act'].$this->object_name.'.'.$finder_aliasname,implode(',',(array) $_POST['tab_name'])); header('Content-Type:text/jcmd; charset=utf-8'); echo '{success:"'.app::get('desktop')->_('设置成功').'"}'; }else{ // 编辑 $tabview = $this->app->getConf('tabview.'.$_GET['app'].$_GET['ctl'].$_GET['act'].$this->object_name.'.'.$finder_aliasname.'.'.$this->controller->user->user_id); $in_use = explode(',', $tabview); foreach ($in_use as $key => $value) { if ($value === '') { unset($in_use[$key]); } } $all_tab = $this->get_views(); $domid = $this->ui->new_dom_id(); $html = '