Searched refs:tabid (Results 1 – 5 of 5) sorted by relevance
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | pfcgui.js | 33 scrollDown: function(tabid, elttoscroll) argument 36 if (this.getTabId() != tabid) 39 if (!this.elttoscroll.get(tabid)) this.elttoscroll.set(tabid, Array()); 40 this.elttoscroll.get(tabid).push(elttoscroll); 45 var content = this.getChatContentFromTabId(tabid); 51 this.scrollpos.set(tabid, content.scrollTop); 54 isCreated: function(tabid) argument 63 return (indexOf(this.tabids, tabid) >= 0); 66 setTabById: function(tabid) argument 83 if (this.tabids[i] == tabid) [all …]
|
| D | pfcclient.js | 248 var tabid = param[0]; 250 this.gui.createTab(name, tabid, "ch"); 251 if (cmd != "join2" || this.gui.tabs.length == 1) this.gui.setTabById(tabid); 267 var tabid = param; 268 this.gui.removeTabById(tabid); 280 index = indexOf(this.privmsgids, tabid); 281 this.privmsgids = without(this.privmsgids, tabid); 291 var tabid = param[0]; 293 this.gui.createTab(name, tabid, "pv"); 294 if (cmd != "privmsg2" || this.gui.tabs.length == 1) this.gui.setTabById(tabid); [all …]
|
| /plugin/tabbox/ |
| D | syntax.php | 134 $tabid = 'tab__' . sectionID($name, $this->tabids); 140 $R->doc .= '<div class="tabboxtab" id="tab_'.$tabid.'">'.DOKU_LF; 143 …->startSectionEdit($pos, array('target' => 'section', 'name' => $name)) . '" id="' . $tabid . '">'; 145 … $level . ' class="hl '. $R->startSectionEdit($pos, 'section', $name) . '" id="' . $tabid . '">';
|
| D | script.js | 11 function tabboxopen($box, tabid) { argument 17 var $open = $box.find('#tab_'+tabid);
|
| /plugin/timetrack/ |
| D | helper.php | 731 foreach($tabs as $tabid => $tab) { 732 …$html .= '<li data-tabid="'.$tabid.'"><a href="#timetrack-tab-'.$tabid.'" '.($tabid===$currenttab?…
|