Home
last modified time | relevance | path

Searched refs:ignoreExisting (Results 1 – 3 of 3) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js4928 EditorUi.prototype.showImageDialog = function(title, value, fn, ignoreExisting) argument
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js4573 var ImageDialog = function(editorUi, title, initialValue, fn, ignoreExisting, convertDataUri) argument
4684 var geo = (ignoreExisting) ? null : graph.getModel().getGeometry(graph.getSelectionCell());
H A DEditorUi.js3765 EditorUi.prototype.showImageDialog = function(title, value, fn, ignoreExisting, convertDataUri) argument
3768 var dlg = new ImageDialog(this, title, value, fn, ignoreExisting, convertDataUri);