Variable Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 ABSOLUTE_LINE_HEIGHT, mxConstants
 absoluteOffset, mxCellState
 absolutePoints, mxCellState
 actions, mxEditor
 ACTIVATE, mxEvent
 ADD, mxEvent
 ADD_CELLS, mxEvent
 ADD_OVERLAY, mxEvent
 ADD_VERTEX, mxEvent
 addEnabled
 AFTER_ADD_VERTEX, mxEvent
 aliases, mxCodecRegistry
 align
 ALIGN_BOTTOM, mxConstants
 ALIGN_CELLS, mxEvent
 ALIGN_CENTER, mxConstants
 ALIGN_LEFT, mxConstants
 ALIGN_MIDDLE, mxConstants
 ALIGN_RIGHT, mxConstants
 ALIGN_TOP, mxConstants
 alignRanks, mxCompactTreeLayout
 allowAutoPanning, mxGraph
 allowDanglingEdges, mxGraph
 allowedToRun, mxFastOrganicLayout
 allowEval
 allowGaps, mxStackLayout
 allowHandleBoundsCheck
 allowLivePreview, mxGraphHandler
 allowLoops, mxGraph
 allowNegativeCoordinates, mxGraph
 alreadyConnectedResource, mxGraph
 alt, mxImageBundle
 alternateBounds, mxGeometry
 alternateEdgeStyle, mxGraph
 angleOffset, mxRadialTreeLayout
 antiAlias
 ARROW_BLOCK, mxConstants
 ARROW_BLOCK_THIN, mxConstants
 ARROW_CLASSIC, mxConstants
 ARROW_CLASSIC_THIN, mxConstants
 ARROW_DIAMOND, mxConstants
 ARROW_DIAMOND_THIN, mxConstants
 ARROW_OPEN, mxConstants
 ARROW_OPEN_THIN, mxConstants
 ARROW_OVAL, mxConstants
 ARROW_SIZE, mxConstants
 ARROW_SPACING, mxConstants
 ARROW_WIDTH, mxConstants
 askZoomResource, mxEditor
 aspect, mxStencil
 async, mxXmlRequest
 attr, mxMultiplicity
 autoExpand, mxPopupMenu
 autoExtend, mxGraph
 autoOrigin, mxPrintPreview
 autoRadius, mxRadialTreeLayout
 autoSaveDelay, mxAutoSaveManager
 autoSaveThreshold, mxAutoSaveManager
 autoSaveThrottle, mxAutoSaveManager
 autoscroll, mxDragSource
 autoScroll, mxGraph
 autoSize, mxCellEditor
 autoSizeCells, mxGraph
 autoSizeCellsOnAdd, mxGraph
ABSOLUTE_LINE_HEIGHT: false
Specifies if absolute line heights should be used (px) in CSS.
mxCellState.prototype.absoluteOffset
mxPoint that holds the absolute offset.
mxCellState.prototype.absolutePoints
Holds an array of mxPoints that represent the absolute points of an edge.
mxEditor.prototype.actions
Maps from actionnames to actions, which are functions taking the editor and the cell as arguments.
ACTIVATE: 'activate'
Specifies the event name for activate.
ADD: 'add'
Specifies the event name for add.
ADD_CELLS: 'addCells'
Specifies the event name for addCells.
ADD_OVERLAY: 'addOverlay'
Specifies the event name for addOverlay.
ADD_VERTEX: 'addVertex'
Specifies the event name for addVertex.
mxEdgeHandler.prototype.addEnabled
Specifies if adding bends by shift-click is enabled.
mxSwimlaneManager.prototype.addEnabled
Specifies if newly added cells should be resized to match the size of their existing siblings.
AFTER_ADD_VERTEX: 'afterAddVertex'
Specifies the event name for afterAddVertex.
aliases: []
Maps from classnames to codecnames.
mxCellEditor.prototype.align
Holds the current temporary horizontal alignment for the cell style.
mxCellOverlay.prototype.align
Holds the horizontal alignment for the overlay.
ALIGN_BOTTOM: 'bottom'
Constant for bottom vertical alignment.
ALIGN_CELLS: 'alignCells'
Specifies the event name for alignCells.
ALIGN_CENTER: 'center'
Constant for center horizontal alignment.
ALIGN_LEFT: 'left'
Constant for left horizontal alignment.
ALIGN_MIDDLE: 'middle'
Constant for middle vertical alignment.
ALIGN_RIGHT: 'right'
Constant for right horizontal alignment.
ALIGN_TOP: 'top'
Constant for top vertical alignment.
mxCompactTreeLayout.prototype.alignRanks
Whether or not the tops of cells in each rank should be aligned across the rank
mxGraph.prototype.allowAutoPanning
Specifies if panning via panGraph should be allowed to implement autoscroll if no scrollbars are available in scrollPointToVisible.
mxGraph.prototype.allowDanglingEdges
Specifies if edges with disconnected terminals are allowed in the graph.
mxFastOrganicLayout.prototype.allowedToRun
Boolean flag that specifies if the layout is allowed to run.
mxDefaultToolbarCodec.allowEval
Static global switch that specifies if the use of eval is allowed for evaluating text content.
mxGraphView.prototype.allowEval
Specifies if string values in cell styles should be evaluated using mxUtils.eval.
mxObjectCodec.allowEval
Static global switch that specifies if expressions in arrays are allowed.
mxStylesheetCodec.allowEval
Static global switch that specifies if the use of eval is allowed for evaluating text content.
mxStackLayout.prototype.allowGaps
If gaps should be allowed in the stack.
mxEdgeHandler.prototype.allowHandleBoundsCheck
Specifies if the bounds of handles should be used for hit-detection in IE Default is true.
mxVertexHandler.prototype.allowHandleBoundsCheck
Specifies if the bounds of handles should be used for hit-detection in IE or if tolerance > 0.
mxGraphHandler.prototype.allowLivePreview
If live preview is allowed on this system.
mxGraph.prototype.allowLoops
Specifies if loops (aka self-references) are allowed.
mxGraph.prototype.allowNegativeCoordinates
Specifies if negative coordinates for vertices are allowed.
mxGraph.prototype.alreadyConnectedResource
Specifies the resource key for the error message to be displayed in non-multigraphs when two vertices are already connected.
mxImageBundle.prototype.alt
Specifies if the fallback representation should be returned.
mxGeometry.prototype.alternateBounds
Stores alternate values for x, y, width and height in a rectangle.
mxGraph.prototype.alternateEdgeStyle
Specifies the alternate edge style to be used if the main control point on an edge is being doubleclicked.
mxRadialTreeLayout.prototype.angleOffset
The initial offset to compute the angle position.
mxCellRenderer.prototype.antiAlias
Anti-aliasing option for new shapes.
mxShape.prototype.antiAlias
Rendering hint for configuring the canvas.
ARROW_BLOCK: 'block'
Constant for block arrow markers.
ARROW_BLOCK_THIN: 'blockThin'
Constant for thin block arrow markers.
ARROW_CLASSIC: 'classic'
Constant for classic arrow markers.
ARROW_CLASSIC_THIN: 'classicThin'
Constant for thin classic arrow markers.
ARROW_DIAMOND: 'diamond'
Constant for diamond arrow markers.
ARROW_DIAMOND_THIN: 'diamondThin'
Constant for thin diamond arrow markers.
ARROW_OPEN: 'open'
Constant for open arrow markers.
ARROW_OPEN_THIN: 'openThin'
Constant for thin open arrow markers.
ARROW_OVAL: 'oval'
Constant for oval arrow markers.
ARROW_SIZE: 30
Defines the size of the arrowhead in the arrow shape.
ARROW_SPACING: 0
Defines the spacing between the arrow shape and its terminals.
ARROW_WIDTH: 30
Defines the width of the arrow shape.
mxEditor.prototype.askZoomResource
Specifies the resource key for the zoom dialog.
mxStencil.prototype.aspect
Holds the aspect of the shape.
mxXmlRequest.prototype.async
Boolean indicating if the request is asynchronous.
mxMultiplicity.prototype.attr
Optional string that specifies the attributename to be passed to mxUtils.isNode to check if the rule applies to a cell.
mxPopupMenu.prototype.autoExpand
Specifies if submenus should be expanded on mouseover.
mxGraph.prototype.autoExtend
Specifies if the size of the graph should be automatically extended if the mouse goes near the container edge while dragging.
mxPrintPreview.prototype.autoOrigin
Specifies if the origin should be automatically computed based on the top, left corner of the actual diagram contents.
mxRadialTreeLayout.prototype.autoRadius
Specifies if the radios should be computed automatically
mxAutoSaveManager.prototype.autoSaveDelay
Minimum amount of seconds between two consecutive autosaves.
mxAutoSaveManager.prototype.autoSaveThreshold
Minimum amount of ignored changes before an autosave.
mxAutoSaveManager.prototype.autoSaveThrottle
Minimum amount of seconds between two consecutive autosaves triggered by more than autoSaveThreshhold changes within a timespan of less than autoSaveDelay seconds.
mxDragSource.prototype.autoscroll
Specifies if the graph should scroll automatically.
mxGraph.prototype.autoScroll
Specifies if the graph should automatically scroll if the mouse goes near the container edge while dragging.
mxCellEditor.prototype.autoSize
Specifies if the textarea should be resized while the text is being edited.
mxGraph.prototype.autoSizeCells
Specifies if the graph should automatically update the cell size after an edit.
mxGraph.prototype.autoSizeCellsOnAdd
Specifies if autoSize style should be applied when cells are added.
Close