Searched refs:tabids (Results 1 – 2 of 2) sorted by relevance
15 this.tabids = Array();63 return (indexOf(this.tabids, tabid) >= 0);79 for (var i=0; i<this.tabids.length; i++)83 if (this.tabids[i] == tabid)182 var tabpos = indexOf(this.tabids, tabid);184 this.tabids = without(this.tabids, this.tabids[tabpos]);189 if (this.tabids[tabpos])190 this.setTabById(this.tabids[tabpos]);220 this.tabids.push(tabid);341 var tabpos = indexOf(this.tabids, tabid);[all …]
15 protected $tabids = array(); variable in syntax_plugin_tabbox134 $tabid = 'tab__' . sectionID($name, $this->tabids);