Home
last modified time | relevance | path

Searched refs:ui (Results 26 – 50 of 292) sorted by relevance

12345678910>>...12

/plugin/diagramsnet/lib/plugins/
H A Dimport.js5 Draw.loadPlugin(function(ui) argument
7 var graph = ui.editor.graph;
160 ui.actions.addAction('importFreemind...', function()
166 if (ui.impFMFileInputElt == null)
194 ui.impFMFileInputElt = input;
197 ui.impFMFileInputElt.click();
202 ui.menubar.addMenu('Import', function(menu, parent)
204 ui.menus.addMenuItem(menu, 'importFreemind');
208 ui.menubar.container.insertBefore(ui.menubar.container.lastChild,
209 ui.menubar.container.lastChild.previousSibling.previousSibling.previousSibling);
H A Dprops.js4 Draw.loadPlugin(function(ui) { argument
15 var graph = ui.editor.graph;
17 if (!ui.editor.isChromelessView())
37 ui.actions.addAction('extractData...', function()
42 var menu = ui.menus.get('extras');
49 ui.menus.addMenuItems(menu, ['-', 'extractData'], parent);
86 if (!ui.editor.isChromelessView())
101 if (ui.editor.isChromelessView())
148 if (!ui.editor.isChromelessView())
165 if (!ui.editor.isChromelessView())
H A Dvoice.js14 Draw.loadPlugin(function(ui) { argument
29 if (ui.editor.isChromelessView())
93 function getOrCreateVoiceButton(ui) argument
95 if (ui.voiceButton == null)
114 ui.buttonContainer.insertBefore(ui.voiceButton, ui.buttonContainer.firstChild);
118 ui.buttonContainer.appendChild(ui.voiceButton);
122 return ui.voiceButton;
153 ui.setCurrentMenu(menu);
338 if (ui.menubar != null)
340 var menu = ui.menubar.addMenu('Voice', ui.menus.get('voice').funct);
[all …]
H A Dnumber.js4 Draw.loadPlugin(function(ui) { argument
17 var graph = ui.editor.graph;
106 var action = ui.actions.addAction('number...', function()
115 var menu = ui.menus.get((urlParams['sketch'] == '1') ? 'extras' : 'view');
122 ui.menus.addMenuItems(menu, ['-', 'number'], parent);
126 if (ui.getCurrentFile() != null)
H A Dexplore.js4 Draw.loadPlugin(function(ui) argument
12 var uiCreatePopupMenu = ui.menus.createPopupMenu;
13 ui.menus.createPopupMenu = function(menu, cell, evt)
17 var graph = ui.editor.graph;
30 var sourceGraph = ui.editor.graph;
351 ui.actions.addAction('exploreFromHere', function()
353 exploreFromHere(ui.editor.graph.getSelectionCell());
357 if (ui.editor.isChromelessView())
359 ui.editor.graph.click = function(me)
361 if (ui.editor.graph.model.isVertex(me.getCell()) &&
[all …]
/plugin/diagramsnet/lib/plugins/webcola/
H A Dwebcola.js4 Draw.loadPlugin(function(ui) argument
14 ui.actions.addAction('webColaLayout', function()
18 var graph = ui.editor.graph;
24 var menu = ui.menus.get('layout');
36 ui.menus.addMenuItems(menu, ['-', 'webColaLayout'], parent);
/plugin/diagramsnet/lib/js/diagramly/
H A DOneDriveFile.js5 OneDriveFile = function(ui, data, meta) argument
7 DrawioFile.call(this, ui, data);
77 this.ui.editor.graph.openLink(url);
213 return (this.ui.oneDrive != null) ? this.ui.oneDrive.user : null;
221 …this.ui.oneDrive.executeRequest(this.ui.oneDrive.getItemURL(this.getId()), mxUtils.bind(this, func…
239 this.ui.oneDrive.getFile(this.getId(), success, error);
279 var url = this.ui.oneDrive.getItemURL(this.getId());
289 error(this.ui.oneDrive.parseRequestText(req));
393 this.ui.oneDrive.saveFile(this, mxUtils.bind(this, function(meta, savedData)
501 this.ui.fileLoaded(file);
[all …]
H A DGitHubClient.js71 }), this.ui.timeout);
262 }), this.ui.timeout);
681 this.ui.spinner.stop();
724 var p = this.ui.getPngFileProperties(this.ui.fileNode);
901 this.ui.spinner.stop();
914 this.ui.hideDialog();
963 this.ui.spinner.stop();
1026 this.ui.hideDialog();
1102 this.ui.spinner.stop();
1203 this.ui.spinner.stop();
[all …]
H A DNotionClient.js80 this.ui.hideDialog();
92 var tokenDlg = new FilenameDialog(this.ui, '',
144 }), this.ui.timeout);
355 this.ui.spinner.stop();
367 this.ui.spinner.stop();
600 this.ui.spinner.stop();
610 this.ui.hideDialog();
665 this.ui.spinner.stop();
707 this.ui.hideDialog();
770 this.ui.spinner.stop();
[all …]
H A DDrawioFileSync.js13 this.ui = file.ui;
251 this.pusher = this.ui.getPusher();
324 this.ui.updateButtonContainer();
354 else if (this.ui.toolbarContainer != null)
925 }), this.ui.timeout);
1083 this.ui.diffPages(this.file.shadowPages,
1084 this.ui.pages) : null;
1113 var to = this.ui.hashValue(etag);
1177 var to = this.ui.hashValue(etag);
1265 }), this.ui.timeout);
[all …]
H A DTrelloFile.js5 TrelloFile = function(ui, data, meta) argument
7 DrawioFile.call(this, ui, data);
117 this.ui.trello.saveFile(this, mxUtils.bind(this, function(meta)
148 this.ui.pickFolder(App.MODE_TRELLO, mxUtils.bind(this, function(cardId)
150 this.ui.trello.insertFile(title, this.getData(), mxUtils.bind(this, function(file)
159 this.ui.fileLoaded(file);
H A DDriveClient.js28 this.ui = editorUi;
349 }), this.ui.timeout);
613 if (this.ui.stateArg != null && this.ui.stateArg.userId != null)
1864 var p = this.ui.getPngFileProperties(this.ui.fileNode);
2110 this.ui.spinner.stop();
2219 this.ui.spinner.stop();
2220 this.ui.handleError(e);
2343 this.ui.handleError(e);
2382 this.ui.showSplash();
2392 this.ui.spinner.stop();
[all …]
H A DGitLabClient.js198 }), this.ui.timeout);
625 this.ui.spinner.stop();
716 var p = this.ui.getPngFileProperties(this.ui.fileNode);
886 this.ui.spinner.stop();
899 this.ui.hideDialog();
947 this.ui.spinner.stop();
1010 this.ui.hideDialog();
1085 this.ui.spinner.stop();
1154 var spinner = this.ui.spinner;
1156 this.ui.spinner.stop();
[all …]
H A DGitLabFile.js5 GitLabFile = function(ui, data, meta) argument
7 GitHubFile.call(this, ui, data, meta);
9 this.peer = this.ui.gitLab;
23 this.ui.editor.graph.openLink(DRAWIO_GITLAB_URL + '/' +
H A DInit.js224 var ui = urlParams['ui'];
229 ui = 'sketch';
233 if (ui == null && isLocalStorage && typeof JSON !== 'undefined' && urlParams['lightbox'] != '1')
241 ui = JSON.parse(value).ui || null;
255 if (ui == null)
266 ui = 'sketch';
276 if (ui == 'sketch')
279 ui = 'min';
282 return ui;
H A DRemoteFile.js4 RemoteFile = function(ui, data, title) argument
6 DrawioFile.call(this, ui, data);
54 this.ui.setFileData(this.getData());
H A DOneDriveLibrary.js5 OneDriveLibrary = function(ui, data, meta) argument
7 OneDriveFile.call(this, ui, data, meta);
32 this.ui.oneDrive.saveFile(this, mxUtils.bind(this, function(resp)
H A DDriveLibrary.js5 DriveLibrary = function(ui, data, desc) argument
7 DriveFile.call(this, ui, data, desc);
32 this.ui.drive.saveFile(this, revision, mxUtils.bind(this, function(resp)
H A DNotionFile.js5 NotionFile = function(ui, data, meta) argument
7 DrawioFile.call(this, ui, data);
10 this.peer = this.ui.notion;
180 this.ui.pickFolder(this.getMode(), mxUtils.bind(this, function(folderId)
193 this.ui.fileLoaded(file);
/plugin/sequencediagram/bower_components/lodash/perf/asset/
H A Dperf-ui.js14 var ui = {}; variable
85 ui.buildPath = (function() {
96 ui.otherPath = (function() {
108 ui.urlParams = { 'build': build, 'other': other };
110 window.ui = ui;
/plugin/structcombolookup/
H A Dscript.js53 autocompleteselect: function( event, ui ) { argument
54 ui.item.option.selected = true;
56 item: ui.item.option
98 var matcher = new RegExp( $.ui.autocomplete.escapeRegex(request.term), "i" );
110 _removeIfInvalid: function( event, ui ) { argument
113 if ( ui.item ) {
/plugin/strata/
H A Dstyle.css74 .strata-container-table tr.filter.isFiltered, .strata-container.strata-ui-filter table tr.filter {
79 .strata-ui-sort-direction,
80 .strata-ui-eos ~ li .strata-ui-sort-direction,
85 .strata-ui-sort-direction[data-strata-sort-direction="asc"],
91 .strata-ui-sort-direction[data-strata-sort-direction="desc"],
123 .strata-ui-sort-direction {
132 .strata-ui-eos ~ li .strata-ui-sort-direction {
160 .strata-container ul.filter li.ui
[all...]
/plugin/davcal/
H A Dall.css16 #dw_davcal__edit .ui-dialog-content,
17 #dw_davcal__confirm .ui-dialog-content,
18 #dw_davcal__settings .ui-dialog-content, {
/plugin/bookcreator/
H A Dscript.js465 * @param ui
467 receivedFromOtherSelection: function (event, ui) { argument
468 let pageid = ui.item.attr('id').substr(4),
469 isAddAction = ui.item.parent().hasClass('selected'),
470 position = ui.item.index();
480 * @param ui
482 startSort: function(event, ui) { argument
483 ui.item.data("startindex", ui.item.index());
490 * @param ui
492 updateSort(event, ui) global() argument
502 stopSort(event, ui) global() argument
[all...]
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/
H A Dplugin.js59 editor.ui.addButton('same_header', {
65 editor.ui.addButton('lower_header', {
71 editor.ui.addButton('higher_header', {
77 editor.ui.addButton('none_header', {

12345678910>>...12