Lines Matching +defs:image +defs:value
585 EditorUi.prototype.setMathEnabled = function(value) argument
595 EditorUi.prototype.isMathEnabled = function(value) argument
3765 EditorUi.prototype.showImageDialog = function(title, value, fn, ignoreExisting, convertDataUri) argument
3778 apply = (apply != null) ? apply : mxUtils.bind(this, function(image, failed) argument
5295 var dlg2 = new FilenameDialog(this, editUrl, mxResources.get('ok'), function(value) argument
6394 EditorUi.prototype.createEmbedSvg = function(fit, shadow, image, lightbox, edit, layers, fn) argument
10208 EditorUi.prototype.setSketchMode = function(value) argument
10232 EditorUi.prototype.setPagesVisible = function(value) argument
10249 EditorUi.prototype.setInlineFullscreen = function(value) argument
10274 EditorUi.prototype.doSetSketchMode = function(value) argument
10281 function setStyle(style, key, value) argument
11859 (data.okKey != null) ? mxResources.get(data.okKey) : data.ok, function(value) argument
11863 parent.postMessage(JSON.stringify({event: 'prompt', value: value, message: data}), '*'); property
13654 EditorUi.prototype.showLinkDialog = function(value, btnLabel, fn, showNewWindowOption, linkTarget) argument
14374 this.getDatabaseItem('.drawioMigrated3', mxUtils.bind(this, function(value) argument
14952 EditorUi.prototype.writeGraphModelToPng = function(data, type, key, value, error) argument