Searched refs:createControlTab (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Pages.js | 1374 var temp = this.createControlTab(4, ' ❮ '); 1381 var temp2 = this.createControlTab(4, ' ❯'); 1471 EditorUi.prototype.createControlTab = function(paddingTop, html, hoverEnabled) method in EditorUi 1493 var tab = this.createControlTab(3, '<div class="geSprite geSprite-dots"></div>', hoverEnabled); 1599 var tab = this.createControlTab(4, '<div class="geSprite geSprite-plus"></div>');
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 11979 …createControlTab(4," ❮ ");n.style.position="absolute";n.style.right=this.editor.c… 11984 EditorUi.prototype.createControlTab=function(b,e,d){d=this.createTab(null!=d?d:!0);d.style.lineHeig… 11985 EditorUi.prototype.createPageMenuTab=function(b){b=this.createControlTab(3,'<div class="geSprite ge… 11989 EditorUi.prototype.createPageInsertTab=function(){var b=this.createControlTab(4,'<div class="geSpri…
|