Lines Matching +defs:div +defs:title
158 …Sidebar.prototype.insertSearchHint = function(div, searchTerm, count, page, results, len, more, te… argument
282 DiagramFormatPanel.prototype.addViewerOptions = function(div) argument
346 var opts = [{value: 'top', title: mxResources.get('top')}, property
347 {value: 'inline', title: mxResources.get('embed')}, property
348 {value: 'hidden', title: mxResources.get('hidden')}] property
382 var opts = [{value: 'auto', title: mxResources.get('automatic')}, property
383 {value: 'blank', title: mxResources.get('openInNewWindow')}, property
384 {value: 'self', title: mxResources.get('openInThisWindow')}] property
1164 …var customLibsEntry = libs.length > 0? [{title : mxResources.get('customLib'), entries : libs}] : … property
1380 EmbedFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument
1581 EmbedFile.prototype.rename = function(title, success, error) argument