Searched refs:cancelLabel (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EditorUi.js | 4138 EditorUi.prototype.confirm = function(msg, okFn, cancelFn, okLabel, cancelLabel, closable) argument 4159 }, okLabel, cancelLabel, null, null, null, null, height); 15796 var ConfirmDialog = function(editorUi, message, okFn, cancelFn, okLabel, cancelLabel, argument 15829 var cancelBtn = mxUtils.button(cancelLabel || mxResources.get('cancel'), function()
|