Searched refs:createTab (Results 1 – 4 of 4) sorted by relevance
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | pfcgui.js | 206 createTab: function(name, tabid, type) method in pfcGui
|
H A D | pfcclient.js | 250 this.gui.createTab(name, tabid, "ch"); 293 this.gui.createTab(name, tabid, "pv");
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Pages.js | 1428 EditorUi.prototype.createTab = function(hoverEnabled) method in EditorUi 1473 var tab = this.createTab((hoverEnabled != null) ? hoverEnabled : true); 1622 var tab = this.createTab(hoverEnabled);
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 11982 EditorUi.prototype.createTab=function(b){var e=document.createElement("div");e.style.display="inlin… 11984 EditorUi.prototype.createControlTab=function(b,e,d){d=this.createTab(null!=d?d:!0);d.style.lineHeig… 11990 EditorUi.prototype.createTabForPage=function(b,e,d,c){d=this.createTab(d);var g=b.getName()||mxReso…
|