Searched refs:noColorImage (Results 1 – 6 of 6) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Editor.js | 995 Dialog.prototype.noColorImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/nocolor.png' : 'data:image/png;… method in Dialog 1524 backgroundButton.style.backgroundImage = 'url(\'' + Dialog.prototype.noColorImage + '\')';
|
H A D | Dialogs.js | 130 td.style.background = 'url(\'' + Dialog.prototype.noColorImage + '\')';
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Editor.js | 4731 …clrDiv.style.background = !pValue || pValue == 'none'? 'url(\'' + Dialog.prototype.noColorImage + … 4737 …clrDiv.style.background = color == 'none'? 'url(\'' + Dialog.prototype.noColorImage + '\')' : colo… 5369 btn.style.background = 'url(\'' + Dialog.prototype.noColorImage + '\')';
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2072 Dialog.prototype.noColorImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAA… 2088 …e.backgroundColor="",l.style.backgroundImage="url('"+Dialog.prototype.noColorImage+"')"):(l.style.… 3244 …noColorImage+"')";btn=mxUtils.button("",mxUtils.bind(q,function(g){this.editorUi.pickColor(d,funct… 3263 …:b.fill==mxConstants.NONE?d.style.background="url('"+Dialog.prototype.noColorImage+"')":d.style.ba…
|
H A D | app.min.js | 2106 Dialog.prototype.noColorImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAA… 2122 …e.backgroundColor="",l.style.backgroundImage="url('"+Dialog.prototype.noColorImage+"')"):(l.style.… 3680 …ll==a&&(a=d);if("none"==a)b.style.background="url('"+Dialog.prototype.noColorImage+"')";else if(nu… 10576 …noColorImage+"')";btn=mxUtils.button("",mxUtils.bind(q,function(l){this.editorUi.pickColor(c,funct… 10595 …:b.fill==mxConstants.NONE?c.style.background="url('"+Dialog.prototype.noColorImage+"')":c.style.ba…
|
H A D | viewer-static.min.js | 2072 Dialog.prototype.noColorImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAA… 2088 …e.backgroundColor="",l.style.backgroundImage="url('"+Dialog.prototype.noColorImage+"')"):(l.style.… 3244 …noColorImage+"')";btn=mxUtils.button("",mxUtils.bind(q,function(g){this.editorUi.pickColor(d,funct… 3263 …:b.fill==mxConstants.NONE?d.style.background="url('"+Dialog.prototype.noColorImage+"')":d.style.ba…
|