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