Searched refs:okLabel (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 15854 var okBtn = mxUtils.button(okLabel || mxResources.get('ok'), function()
|