Home
last modified time | relevance | path

Searched refs:cancelLabel (Results 1 – 2 of 2) sorted by relevance

/plugin/visualindex/script/
H A Dtoolbar.js38 const cancelLabel = i18n.toolbar_cancel || 'Annuler';
136 text: cancelLabel,
/plugin/diagramsnet/lib/js/diagramly/
DEditorUi.js4138 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()