Searched refs:okFn (Results 1 – 3 of 3) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | EditorUi.js | 5031 EditorUi.prototype.confirm = function(msg, okFn, cancelFn) argument 5035 if (okFn != null) 5037 okFn();
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EditorUi.js | 4138 EditorUi.prototype.confirm = function(msg, okFn, cancelFn, okLabel, cancelLabel, closable) argument 4147 if (okFn != null) 4149 okFn(); 15796 var ConfirmDialog = function(editorUi, message, okFn, cancelFn, okLabel, cancelLabel, argument 15858 if (okFn != null) 15860 okFn(cb.checked);
|
H A D | Dialogs.js | 9868 var CustomDialog = function(editorUi, content, okFn, cancelFn, okButtonText, helpLink, buttonsConte… argument 9922 if (okFn != null) 9924 var okRet = okFn(); 11859 function AspectDialog(editorUi, pageId, layerIds, okFn, cancelFn) argument 11910 okFn({pageId: this.selectedPage, layerIds: Object.keys(this.selectedLayers)});
|