Searched refs:btn3 (Results 1 – 3 of 3) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
D | Editor.js | 1103 var btn3 = mxUtils.button(buttonText3, function() 1111 btn3.className = 'geBtn'; 1112 btns.appendChild(btn3);
|
D | EditorUi.js | 4313 EditorUi.prototype.showError = function(title, msg, btn, fn, retry, btn2, fn2, btn3, fn3, w, h, hid… argument 4316 fn, retry, btn2, fn2, hide, btn3, fn3);
|
/plugin/diagramsnet/lib/js/diagramly/ |
D | EditorUi.js | 4086 var btn3 = null; 4091 btn3 = mxResources.get('help'); 4100 btn3 = mxResources.get('contactOwner'); 4102 msg += mxUtils.htmlEntities(' (' + btn3 + ': ' + e.ownerEmail + ')'); 4110 this.showError(title, msg, btn, fn, retry, null, null, btn3, fn3,
|