Searched refs:cancelLabel (Results 1 – 2 of 2) sorted by relevance
| /plugin/visualindex/script/ |
| H A D | toolbar.js | 38 const cancelLabel = i18n.toolbar_cancel || 'Annuler'; 136 text: cancelLabel,
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| 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()
|