Searched refs:tabHeight (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 774 FolderShape.prototype.tabHeight = 20; method in FolderShape 783 … = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'tabHeight', this.tabHeight)))); 6104 …(bounds.height, mxUtils.getValue(this.state.style, 'tabHeight', FolderShape.prototype.tabHeight))); 6606 … = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'tabHeight', this.tabHeight))));
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 11327 var tabHeight = ""; 11335 tabHeight = currStyle.split("tabHeight=").join(""); 11344 } })(tabHeight, "")) { 11345 tabHeight = "20"; 11347 var tH = parseFloat(tabHeight);
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2716 …gisterShape("switch",m);mxUtils.extend(n,mxCylinder);n.prototype.tabWidth=60;n.prototype.tabHeight= 2717 …ax(0,Math.min(e,parseFloat(mxUtils.getValue(this.style,"tabHeight",this.tabHeight))));var z=mxUtil… 2893 ….min(b.height,mxUtils.getValue(this.state.style,"tabHeight",n.prototype.tabHeight)));mxUtils.getVa… 2894 …&(f=b.width-f);this.state.style.tabWidth=Math.round(f);this.state.style.tabHeight=Math.round(Math.… 2919 …ax(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"tabHeight",this.tabHeight))));"left"==mxUt…
|
H A D | viewer-static.min.js | 2716 …gisterShape("switch",m);mxUtils.extend(n,mxCylinder);n.prototype.tabWidth=60;n.prototype.tabHeight= 2717 …ax(0,Math.min(e,parseFloat(mxUtils.getValue(this.style,"tabHeight",this.tabHeight))));var z=mxUtil… 2893 ….min(b.height,mxUtils.getValue(this.state.style,"tabHeight",n.prototype.tabHeight)));mxUtils.getVa… 2894 …&(f=b.width-f);this.state.style.tabWidth=Math.round(f);this.state.style.tabHeight=Math.round(Math.… 2919 …ax(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"tabHeight",this.tabHeight))));"left"==mxUt…
|
H A D | app.min.js | 3262 …ch",n);mxUtils.extend(p,mxCylinder);p.prototype.tabWidth=60;p.prototype.tabHeight=20;p.prototype.t… 3263 …ax(0,Math.min(e,parseFloat(mxUtils.getValue(this.style,"tabHeight",this.tabHeight))));var r=mxUtil… 3439 ….min(a.height,mxUtils.getValue(this.state.style,"tabHeight",p.prototype.tabHeight)));mxUtils.getVa… 3440 …&(c=a.width-c);this.state.style.tabWidth=Math.round(c);this.state.style.tabHeight=Math.round(Math.… 3465 "tabHeight",this.tabHeight))));"left"==mxUtils.getValue(this.style,"tabPosition",this.tabPosition)?…
|