Home
last modified time | relevance | path

Searched refs:tabid (Results 1 – 5 of 5) sorted by relevance

/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcgui.js39 if (!this.elttoscroll.get(tabid)) this.elttoscroll.set(tabid, Array());
54 isCreated: function(tabid) argument
66 setTabById: function(tabid) argument
114 this.scrollDown(tabid,this.elttoscroll.get(tabid)[i]);
119 this.unnotifyTab(tabid);
212 if(tabid == '') return;
220 this.tabids.push(tabid);
235 a1.pfc_tabid = tabid;
256 a2.pfc_tabid = tabid;
294 return tabid;
[all …]
H A Dpfcclient.js248 var tabid = param[0];
267 var tabid = param;
268 this.gui.removeTabById(tabid);
291 var tabid = param[0];
297 this.privmsgids.push(tabid);
422 var tabid = this.gui.getTabId();
651 var tabid = this.gui.getTabId();
982 var tabid = recipientid;
984 this.gui.notifyTab(tabid);
1005 var tabid = recipientid;
[all …]
/plugin/tabbox/
H A Dsyntax.php134 $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 . '">';
H A Dscript.js11 function tabboxopen($box, tabid) { argument
17 var $open = $box.find('#tab_'+tabid);
/plugin/timetrack/
H A Dhelper.php731 foreach($tabs as $tabid => $tab) {
732 …$html .= '<li data-tabid="'.$tabid.'"><a href="#timetrack-tab-'.$tabid.'" '.($tabid===$currenttab?…