Home
last modified time | relevance | path

Searched refs:tabids (Results 1 – 2 of 2) sorted by relevance

/plugin/freechat/phpfreechat/data/public/js/
Dpfcgui.js15 this.tabids = Array();
63 return (indexOf(this.tabids, tabid) >= 0);
79 for (var i=0; i<this.tabids.length; i++)
81 var tabtitle = $('pfc_channel_title'+this.tabids[i]);
82 var tabcontent = $('pfc_channel_content'+this.tabids[i]);
83 if (this.tabids[i] == tabid)
182 var tabpos = indexOf(this.tabids, tabid);
184 this.tabids = without(this.tabids, this.tabids[tabpos]);
187 tabpos = indexOf(this.tabids, this.getTabId());
189 if (this.tabids[tabpos])
[all …]
/plugin/tabbox/
Dsyntax.php15 protected $tabids = array(); variable in syntax_plugin_tabbox
134 $tabid = 'tab__' . sectionID($name, $this->tabids);