Lines Matching +defs:page +defs:title
148 EditorUi.prototype.insertPage = function(page, index) argument
153 Sidebar.prototype.searchEntries = function(searchTerms, count, page, success, error) argument
158 …Sidebar.prototype.insertSearchHint = function(div, searchTerm, count, page, results, len, more, te… 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
772 'page': mxResources.get('page'), 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