Searched refs:createVertexTemplate (Results 1 – 8 of 8) sorted by relevance
/plugin/diagramsnet/lib/plugins/ |
H A D | p1.js | 13 …content.appendChild(ui.sidebar.createVertexTemplate('shape=image;image=http://download.esolia.net.… 14 …content.appendChild(ui.sidebar.createVertexTemplate('text;spacingTop=-5;fontFamily=Courier New;fon… 15 …content.appendChild(ui.sidebar.createVertexTemplate('rounded=1;whiteSpace=wrap;gradientColor=none;… 16 …content.appendChild(ui.sidebar.createVertexTemplate('curved=1;strokeColor=#004C99;endArrow=oval;en…
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Minimal.js | 2153 …addElt(ui.sidebar.createVertexTemplate('text;strokeColor=none;fillColor=none;html=1;align=center;v… 2156 … addElt(ui.sidebar.createVertexTemplate('shape=note;whiteSpace=wrap;html=1;backgroundOutline=1;' + 2160 addElt(ui.sidebar.createVertexTemplate('rounded=0;whiteSpace=wrap;html=1;', 160, 80, 2163 addElt(ui.sidebar.createVertexTemplate('ellipse;whiteSpace=wrap;html=1;', 160, 100,
|
H A D | EditorUi.js | 3666 content.appendChild(this.sidebar.createVertexTemplate(s + 'image=' +
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Sidebar.js | 591 return this.createVertexTemplate(s + 'image=' + 3594 return this.createVertexTemplate(style, width, height, value, title, showLabel, showTitle); 3601 Sidebar.prototype.createVertexTemplate = function(style, width, height, value, title, showLabel, sh… method in Sidebar 3936 …content.appendChild(this.createVertexTemplate('shape=' + packageName + stencilName.toLowerCase() +…
|
/plugin/diagramsnet/lib/js/diagramly/sidebar/ |
H A D | Sidebar.js | 1264 return this.createVertexTemplate('shape=image;html=1;verticalAlign=top;' +
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 2371 …ageAspect=0;";"fixed"==a.aspect&&(c+="aspect=fixed;");return this.createVertexTemplate(c+"image="+… 2545 …ils.bind(this,function(){return this.createVertexTemplate(a,b,d,e,c,f,k)}))};Sidebar.prototype.cre… 2557 …(b,d,g,f,h){(null==c||0>mxUtils.indexOf(c,d))&&a.appendChild(this.createVertexTemplate("shape="+b+… 3817 function(a,b){c.push(mxUtils.bind(this,function(){return this.createVertexTemplate("shape=image;htm… 10780 …fixed"==d.aspect&&(l+="aspect=fixed;");c.appendChild(this.sidebar.createVertexTemplate(l+"image="+… 12139 …in="2px 0px";O.appendChild(b);mxUtils.br(O);return b};d(m.sidebar.createVertexTemplate("text;strok… 12140 …createVertexTemplate("shape=note;whiteSpace=wrap;html=1;backgroundOutline=1;fontColor=#000000;dark… 12141 …Resources.get("rectangle")+" ("+Editor.ctrlKey+"+K)");d(m.sidebar.createVertexTemplate("ellipse;wh…
|
H A D | viewer.min.js | 3448 …fixed"==f.aspect&&(g+="aspect=fixed;");c.appendChild(this.sidebar.createVertexTemplate(g+"image="+…
|
H A D | viewer-static.min.js | 3448 …fixed"==f.aspect&&(g+="aspect=fixed;");c.appendChild(this.sidebar.createVertexTemplate(g+"image="+…
|