E | |
ease, mxMorphing | |
edge, mxCell | |
EDGE_SELECTION_COLOR, mxConstants | |
EDGE_SELECTION_STROKEWIDTH, mxConstants | |
edgeLabelsMovable, mxGraph | |
edgeMapper | |
edgeRouting, mxCompactTreeLayout | |
edges | |
edgesSet | |
edgeState, mxConnectionHandler | |
edgeStyle | |
EDGESTYLE_ELBOW, mxConstants | |
EDGESTYLE_ENTITY_RELATION, mxConstants | |
EDGESTYLE_LOOP, mxConstants | |
EDGESTYLE_ORTHOGONAL, mxConstants | |
EDGESTYLE_SEGMENT, mxConstants | |
EDGESTYLE_SIDETOSIDE, mxConstants | |
EDGESTYLE_TOPTOBOTTOM, mxConstants | |
EDITING_STARTED, mxEvent | |
EDITING_STOPPED, mxEvent | |
editingCell, mxCellEditor | |
editor | |
ELBOW_HORIZONTAL, mxConstants | |
ELBOW_VERTICAL, mxConstants | |
element, mxDragSource | |
elements, mxCodec | |
emptyLabelText, mxCellEditor | |
enabled | |
encodeDefaults, mxCodec | |
END_EDIT, mxEvent | |
END_UPDATE, mxEvent | |
endingUpdate, mxGraphModel | |
enterStopsCellEditing, mxGraph | |
ENTITY_SEGMENT, mxConstants | |
error | |
errorImage, mxUtils | |
errorResource, mxUtils | |
ESCAPE, mxEvent | |
escapeCancelsEditing, mxCellEditor | |
escapeEnabled, mxGraph | |
escapePostData, mxEditor | |
eventListeners, mxEventSource | |
eventsEnabled, mxEventSource | |
eventSource, mxEventSource | |
evt, mxMouseEvent | |
exclude, mxObjectCodec | |
EXECUTE, mxEvent | |
EXECUTED, mxEvent | |
expandedImage, mxGraph | |
exportEnabled, mxGraph | |
extendParents, mxGraph | |
extendParentsOnAdd, mxGraph | |
extension, mxResources |
Ease-off for movement towards the given vector.
mxMorphing.prototype.ease
Specifies whether the cell is an edge.
mxCell.prototype.edge
Defines the color to be used for the selection border of edges.
EDGE_SELECTION_COLOR: '#00FF00'
Defines the strokewidth to be used for edge selections.
EDGE_SELECTION_STROKEWIDTH: 1
Specifies the return value for edges in isLabelMovable.
mxGraph.prototype.edgeLabelsMovable
Map from graph edges to internal model edges
mxGraphHierarchyModel.prototype.edgeMapper
Map from graph edges to internal model edges
mxSwimlaneModel.prototype.edgeMapper
Whether or not to apply the internal tree edge routing.
mxCompactTreeLayout.prototype.edgeRouting
Holds the edges.
mxCell.prototype.edges
The graph edge(s) this object represents.
mxGraphHierarchyEdge.prototype.edges
Optional mxCellState that represents the preview edge while the handler is active.
mxConnectionHandler.prototype.edgeState
The style to apply between cell layers to edge segments.
mxHierarchicalLayout.prototype.edgeStyle
The style to apply between cell layers to edge segments.
mxHierarchicalLayout.prototype.edgeStyle
Name of the elbow edge style.
EDGESTYLE_ELBOW: 'elbowEdgeStyle'
Name of the entity relation edge style.
EDGESTYLE_ENTITY_RELATION: 'entityRelationEdgeStyle'
Name of the loop edge style.
EDGESTYLE_LOOP: 'loopEdgeStyle'
Name of the generic orthogonal edge style.
EDGESTYLE_ORTHOGONAL: 'orthogonalEdgeStyle'
Name of the generic segment edge style.
EDGESTYLE_SEGMENT: 'segmentEdgeStyle'
Name of the side to side edge style.
EDGESTYLE_SIDETOSIDE: 'sideToSideEdgeStyle'
Name of the top to bottom edge style.
EDGESTYLE_TOPTOBOTTOM: 'topToBottomEdgeStyle'
Specifies the event name for editingStarted.
EDITING_STARTED: 'editingStarted'
Specifies the event name for editingStopped.
EDITING_STOPPED: 'editingStopped'
Reference to the mxCell that is currently being edited.
mxCellEditor.prototype.editingCell
Reference to the enclosing mxEditor.
mxDefaultKeyHandler.prototype.editor
Reference to the enclosing mxEditor.
mxDefaultToolbar.prototype.editor
Constant for elbow horizontal.
ELBOW_HORIZONTAL: 'horizontal'
Constant for elbow vertical.
ELBOW_VERTICAL: 'vertical'
Reference to the DOM node which was made draggable.
mxDragSource.prototype.element
Lookup table for resolving IDs to elements.
mxCodec.prototype.elements
Text to be displayed for empty labels.
mxCellEditor.prototype.emptyLabelText
Specifies if event handling is enabled.
mxAutoSaveManager.prototype.enabled
Specifies if the marker is enabled.
mxCellMarker.prototype.enabled
Specifies if events are handled.
mxConnectionHandler.prototype.enabled
Specifies if events are handled.
mxConstraintHandler.prototype.enabled
Specifies if this drag source is enabled.
mxDragSource.prototype.enabled
Specifies the return value for isEnabled.
mxGraph.prototype.enabled
Specifies if events are handled.
mxGraphHandler.prototype.enabled
Specifies if events are handled.
mxKeyHandler.prototype.enabled
Specifies if event handling is enabled.
mxLayoutManager.prototype.enabled
Specifies if events are handled.
mxOutline.prototype.enabled
Specifies if events are handled.
mxPopupMenu.prototype.enabled
Specifies if events are handled.
mxRubberband.prototype.enabled
Specifies if events are handled.
mxSelectionCellsHandler.prototype.enabled
Specifies if event handling is enabled.
mxSwimlaneManager.prototype.enabled
Specifies if events are handled.
mxToolbar.prototype.enabled
Specifies if events are handled.
mxTooltipHandler.prototype.enabled
Specifies if the converter is enabled.
mxUrlConverter.prototype.enabled
Specifies if default values should be encoded.
mxCodec.prototype.encodeDefaults
Specifies the event name for endEdit.
END_EDIT: 'endEdit'
Specifies the event name for endUpdate.
END_UPDATE: 'endUpdate'
True if the program flow is currently inside endUpdate.
mxGraphModel.prototype.endingUpdate
If true, pressing the enter key without pressing control or shift will stop editing and accept the new value.
mxGraph.prototype.enterStopsCellEditing
Defines the length of the horizontal segment of an Entity Relation.
ENTITY_SEGMENT: 30
Holds the current validation error while connections are being created.
mxConnectionHandler.prototype.error
Holds the current validation error while a connection is being changed.
mxEdgeHandler.prototype.error
Defines the image used for error dialogs.
errorImage: mxClient.imageBasePath + '/error.gif'
Specifies the resource key for the title of the error window.
errorResource: ( mxClient. language ! = 'none' ) ? 'error' : ''
Specifies the event name for escape.
ESCAPE: 'escape'
If true, pressing the escape key will stop editing and not accept the new value.
mxCellEditor.prototype.escapeCancelsEditing
Specifies if mxKeyHandler should invoke escape when the escape key is pressed.
mxGraph.prototype.escapeEnabled
Specifies if the data in the post request for saving a diagram should be converted using encodeURIComponent.
mxEditor.prototype.escapePostData
Holds the event names and associated listeners in an array.
mxEventSource.prototype.eventListeners
Specifies if events can be fired.
mxEventSource.prototype.eventsEnabled
Optional source for events.
mxEventSource.prototype.eventSource
Holds the inner event object.
mxMouseEvent.prototype.evt
Array containing the variable names that should be ignored by the codec.
mxObjectCodec.prototype.exclude
Specifies the event name for execute.
EXECUTE: 'execute'
Specifies the event name for executed.
EXECUTED: 'executed'
Specifies the mxImage to indicate a expanded state.
mxGraph.prototype.expandedImage
Specifies the return value for canExportCell.
mxGraph.prototype.exportEnabled
Specifies if a parent should contain the child bounds after a resize of the child.
mxGraph.prototype.extendParents
Specifies if parents should be extended according to the extendParents switch if cells are added.
mxGraph.prototype.extendParentsOnAdd
Specifies the extension used for language files.
extension: mxResourceExtension