Home
last modified time | relevance | path

Searched refs:btnLabel (Results 1 – 5 of 5) sorted by relevance

/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js889 ui.showLinkDialog = function(value, btnLabel, fn) argument
891 var dlg = new LinkDialog(this, value, btnLabel, fn, true);
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js1796 var LinkDialog = function(editorUi, initialValue, btnLabel, fn) argument
1884 var mainBtn = mxUtils.button(btnLabel, function()
H A DEditorUi.js4960 EditorUi.prototype.showLinkDialog = function(value, btnLabel, fn) argument
4962 var dlg = new LinkDialog(this, value, btnLabel, fn);
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js5637 EditorUi.prototype.showHtmlDialog = function(btnLabel, helpLink, publicUrl, fn) argument
5750 }), null, btnLabel, helpLink);
5939 …EditorUi.prototype.showRemoteExportDialog = function(btnLabel, helpLink, callback, hideInclude, sh… argument
5993 }), null, btnLabel, helpLink);
6000 EditorUi.prototype.showExportDialog = function(title, embedOption, btnLabel, helpLink, callback, argument
6218 }), null, btnLabel, helpLink);
13654 EditorUi.prototype.showLinkDialog = function(value, btnLabel, fn, showNewWindowOption, linkTarget) argument
13656 var dlg = new LinkDialog(this, value, btnLabel, fn, true, showNewWindowOption, linkTarget);
H A DDialogs.js3961 var CreateDialog = function(editorUi, title, createFn, cancelFn, dlgTitle, btnLabel, overrideExtens… argument
4473 var createBtn = mxUtils.button(btnLabel || mxResources.get('create'), function()
4941 var LinkDialog = function(editorUi, initialValue, btnLabel, fn, showPages, showNewWindowOption, lin… argument
5098 var mainBtn = mxUtils.button(btnLabel, function()