Home
last modified time | relevance | path

Searched refs:ui (Results 51 – 75 of 292) sorted by relevance

12345678910>>...12

/plugin/ckgedit/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', {
/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubFile.js5 GitHubFile = function(ui, data, meta) argument
7 DrawioFile.call(this, ui, data);
10 this.peer = this.ui.gitHub;
24 this.ui.editor.graph.openLink('https://github.com/' +
307 this.ui.pickFolder(this.getMode(), mxUtils.bind(this, function(folderId)
320 this.ui.fileLoaded(file);
H A DPages.js81 this.ui = ui;
107 this.ui = ui;
117 this.ui.pages.splice(this.newIndex, 0, this.ui.pages.splice(this.oldIndex, 1)[0]);
138 this.ui = ui;
146 this.ui.updatePageRoot(page);
166 var editor = this.ui.editor;
194 page = this.ui.currentPage;
255 this.ui.pages.splice(tmp, 1);
1849 obj.ui = dec.ui;
1873 obj.ui = dec.ui;
[all …]
H A DDriveComment.js23 this.file.ui.drive.executeRequest(
40 this.file.ui.drive.executeRequest(
57 this.file.ui.drive.executeRequest(
H A DNotionLibrary.js5 NotionLibrary = function(ui, data, meta) argument
7 NotionFile.call(this, ui, data, meta);
H A DGitLabLibrary.js5 GitLabLibrary = function(ui, data, meta) argument
7 GitLabFile.call(this, ui, data, meta);
H A DTrelloLibrary.js5 TrelloLibrary = function(ui, data, meta) argument
7 TrelloFile.call(this, ui, data, meta);
H A DGitHubLibrary.js5 GitHubLibrary = function(ui, data, meta) argument
7 GitHubFile.call(this, ui, data, meta);
H A DEmbedFile.js5 EmbedFile = function(ui, data, desc) argument
7 DrawioFile.call(this, ui, data);
H A DP2PCollab.js1 function P2PCollab(ui) argument
8 var graph = ui.editor.graph;
22 var user = ui.getCurrentUser();
102 var container = ui.diagramContainer;
112 var file = ui.getCurrentFile();
H A DDropboxLibrary.js5 DropboxLibrary = function(ui, data, stat) argument
7 DropboxFile.call(this, ui, data, stat);
H A DDesktopLibrary.js5 DesktopLibrary = function(ui, data, fileObj) argument
7 LocalLibrary.call(this, ui, data, fileObj.name);
H A DLocalLibrary.js11 LocalLibrary = function(ui, data, title) argument
13 LocalFile.call(this, ui, data, title);
/plugin/s5reloaded/ui/thesis/
H A DLEEME.txt12 s5-ultraviolet/ui/default/pretty.css
18 /ui/default/pics
23 /ui/default/pics
/plugin/geonav/
H A Dstyle.css34 #sample-ui {
41 .ui-input-button {
45 .ui-input-field {
/plugin/bureaucracy-au/script/
H A Duser.js57 if (event.keyCode === jQuery.ui.keyCode.TAB &&
78 select: function (event, ui) { argument
83 terms.push(ui.item.value);
/plugin/bureaucracyau/script/
H A Duser.js57 if (event.keyCode === jQuery.ui.keyCode.TAB &&
78 select: function (event, ui) { argument
83 terms.push(ui.item.value);
/plugin/bureaucracy/script/
H A Duser.js57 if (event.keyCode === jQuery.ui.keyCode.TAB &&
78 select: function (event, ui) { argument
83 terms.push(ui.item.value);
/plugin/bez/scripts/
H A Dtask.js155 .addClass( "custom-inviteUsersCombobox-input ui-widget ui-widget-content ui-state-default ui-corner-left" )
163 "ui-tooltip": "ui-state-highlight"
168 autocompleteselect: function( event, ui ) { argument
169 ui.item.option.selected = true;
171 item: ui.item.option
190 primary: "ui
227 AnonymousFunction0148ca621300( event, ui ) global() argument
[all...]
H A Dthread.js212 .addClass( "custom-inviteUsersCombobox-input ui-widget ui-widget-content ui-state-default ui-corner-left" )
220 "ui-tooltip": "ui-state-highlight"
225 autocompleteselect: function( event, ui ) { argument
226 ui.item.option.selected = true;
228 item: ui.item.option
247 primary: "ui
284 AnonymousFunction950f0c871500( event, ui ) global() argument
[all...]
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js113 var ui = this.editorUi;
114 var editor = ui.editor;
447 var ui = this.editorUi;
710 var ui = this.editorUi;
1776 ui.handleError(e);
1795 ui.handleError(e);
1814 ui.handleError(e);
1837 ui.handleError(e);
1856 ui.handleError(e);
1875 ui.handleError(e);
[all …]
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js10 Draw.loadPlugin(function(ui) argument
12 if (ui.editor.isChromelessView())
20 var graph = ui.editor.graph;
46 var uiCreatePopupMenu = ui.menus.createPopupMenu;
792 ui.actions.get('selectParent').funct();
836 var editorUiOnKeyDown = ui.onKeyDown;
838 ui.onKeyDown = function(evt)
872 if (ui.hoverIcons != null)
1112 ui.hoverIcons.reset();
1247 var sb = ui.sidebar;
[all …]
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc33 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
34 editor.ui.addButton( 'Footnotes',
77 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html
81 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html#constructor
85 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.textarea.html
90 …// http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.labeledElement.html#constructor
105 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.textInput.html
164 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html
168 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html#constructor
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc33 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
34 editor.ui.addButton( 'Footnotes',
77 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html
81 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html#constructor
85 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.textarea.html
90 …// http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.labeledElement.html#constructor
105 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.textInput.html
164 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html
168 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.html.html#constructor
/plugin/data-au/
H A Dscript.js101 if (event.keyCode === jQuery.ui.keyCode.TAB &&
130 select: function (event, ui) { argument
135 terms.push(ui.item.value);

12345678910>>...12