Lines Matching refs:Sidebar

7 function Sidebar(editorUi, container)  class
92 Sidebar.prototype.init = function()
130 Sidebar.prototype.collapsedImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/collapsed.gif' : 'data:image…
135 Sidebar.prototype.expandedImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/expanded.gif' : 'data:image/g…
140 Sidebar.prototype.searchImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/search.png' : 'data:image/png;b…
145 Sidebar.prototype.enableTooltips = true;
150 Sidebar.prototype.tooltipBorder = 16;
155 Sidebar.prototype.tooltipDelay = 300;
160 Sidebar.prototype.dropTargetDelay = 200;
165 Sidebar.prototype.gearImage = STENCIL_PATH + '/clipart/Gear_128x128.png';
170 Sidebar.prototype.thumbWidth = 42;
175 Sidebar.prototype.thumbHeight = 42;
180 Sidebar.prototype.minThumbStrokeWidth = 1;
185 Sidebar.prototype.thumbAntiAlias = false;
190 Sidebar.prototype.thumbPadding = (document.documentMode >= 5) ? 2 : 3;
195 Sidebar.prototype.thumbBorder = 2;
202 Sidebar.prototype.thumbPadding = (document.documentMode >= 5) ? 0 : 1;
203 Sidebar.prototype.thumbBorder = 1;
204 Sidebar.prototype.thumbWidth = 32;
205 Sidebar.prototype.thumbHeight = 30;
206 Sidebar.prototype.minThumbStrokeWidth = 1.3;
207 Sidebar.prototype.thumbAntiAlias = true;
213 Sidebar.prototype.sidebarTitleSize = 8;
218 Sidebar.prototype.sidebarTitles = false;
223 Sidebar.prototype.tooltipTitles = true;
228 Sidebar.prototype.maxTooltipWidth = 400;
233 Sidebar.prototype.maxTooltipHeight = 400;
240 Sidebar.prototype.addStencilsToIndex = true;
245 Sidebar.prototype.defaultImageWidth = 80;
250 Sidebar.prototype.defaultImageHeight = 80;
255 Sidebar.prototype.tooltipMouseDown = null;
260 Sidebar.prototype.getTooltipOffset = function(elt, bounds)
276 Sidebar.prototype.createTooltip = function(elt, cells, w, h, title, showLabel, off, maxSize, mouseD…
500 Sidebar.prototype.showTooltip = function(elt, cells, w, h, title, showLabel)
534 Sidebar.prototype.hideTooltip = function()
554 Sidebar.prototype.addDataEntry = function(tags, width, height, title, data)
565 Sidebar.prototype.addEntries = function(images)
612 Sidebar.prototype.setCurrentSearchEntryLibrary = function(id, lib)
620 Sidebar.prototype.addEntry = function(tags, fn)
668 Sidebar.prototype.addEntryForTag = function(tag, fn)
687 Sidebar.prototype.searchEntries = function(searchTerms, count, page, success, error)
750 Sidebar.prototype.filterTags = function(tags)
778 Sidebar.prototype.cloneCell = function(cell, value)
793 Sidebar.prototype.showPopupMenuForEntry = function(elt, libs, evt)
801 Sidebar.prototype.addSearchPalette = function(expand)
842 cross.setAttribute('src', Sidebar.prototype.searchImage);
907 cross.setAttribute('src', Sidebar.prototype.searchImage);
1062 cross.setAttribute('src', Sidebar.prototype.searchImage);
1127 Sidebar.prototype.insertSearchHint = function(div, searchTerm, count, page, results, len, more, ter…
1145 Sidebar.prototype.addGeneralPalette = function(expand)
1322 Sidebar.prototype.addMiscPalette = function(expand)
1440 Sidebar.prototype.addAdvancedPalette = function(expand)
1450 Sidebar.prototype.addBasicPalette = function(dir)
1467 Sidebar.prototype.createAdvancedShapes = function()
1528 Sidebar.prototype.createAdvancedShapes = function()
1589 Sidebar.prototype.addBasicPalette = function(dir)
1606 Sidebar.prototype.addUmlPalette = function(expand)
2043 Sidebar.prototype.createTitle = function(label)
2056 Sidebar.prototype.createThumb = function(cells, width, height, parent, title, showLabel, showTitle)
2129 Sidebar.prototype.createSection = function(title)
2151 Sidebar.prototype.createItem = function(cells, title, showLabel, showTitle, width, height, allowCel…
2218 Sidebar.prototype.updateShapes = function(source, targets)
2291 Sidebar.prototype.createDropHandler = function(cells, allowSplit, allowCellsInserted, bounds)
2410 Sidebar.prototype.createDragPreview = function(width, height)
2423 Sidebar.prototype.dropAndConnect = function(source, targets, direction, dropCellIndex, evt)
2599 Sidebar.prototype.getDropAndConnectGeometry = function(source, target, direction, targets)
2753 Sidebar.prototype.isDropStyleEnabled = function(cells, firstVertex)
2774 Sidebar.prototype.isDropStyleTargetIgnored = function(state)
2783 Sidebar.prototype.createDragSource = function(elt, dropHandler, preview, cells, bounds)
3473 Sidebar.prototype.itemClicked = function(cells, ds, evt, elt)
3520 Sidebar.prototype.addClickHandler = function(elt, ds, cells)
3583 Sidebar.prototype.createVertexTemplateEntry = function(style, width, height, value, title, showLabe…
3601 Sidebar.prototype.createVertexTemplate = function(style, width, height, value, title, showLabel, sh…
3612 Sidebar.prototype.createVertexTemplateFromData = function(data, width, height, title, showLabel, sh…
3628 Sidebar.prototype.createVertexTemplateFromCells = function(cells, width, height, title, showLabel, …
3638 Sidebar.prototype.createEdgeTemplateEntry = function(style, width, height, value, title, showLabel,…
3651 Sidebar.prototype.createEdgeTemplate = function(style, width, height, value, title, showLabel, allo…
3665 Sidebar.prototype.createEdgeTemplateFromCells = function(cells, width, height, title, showLabel, al…
3673 Sidebar.prototype.addPaletteFunctions = function(id, title, expanded, fns)
3687 Sidebar.prototype.addPalette = function(id, title, expanded, onInit)
3729 Sidebar.prototype.addFoldingHandler = function(title, content, funct)
3802 Sidebar.prototype.removePalette = function(id)
3824 Sidebar.prototype.addImagePalette = function(id, title, prefix, postfix, items, titles, tags)
3851 Sidebar.prototype.getTagsForStencil = function(packageName, stencilName, moreTags)
3873 Sidebar.prototype.addStencilPalette = function(id, title, stencilFile, style, ignore, onInit, scale…
3947 Sidebar.prototype.destroy = function()