N | |
notify | |
O | |
offset, mxCompactTreeLayout | |
onEncode, mxRootChangeCodec | |
onInit | |
open | |
order, mxCellRenderer | |
orderCells, mxGraph | |
orderEdge, mxCellRenderer | |
OrthConnector, mxEdgeStyle | |
outline, mxOutline |
Sends out the specified XML to urlNotify and fires a notify event.
mxSession.prototype.notify = function( xml, onLoad, onError )
Hook to notify any listeners of the changes after an undo or redo has been carried out.
mxUndoableEdit.prototype.notify = function()
mxCompactTreeLayout.prototype.offset = function( p1, p2, a1, a2, b1, b2 )
Opens the specified file synchronously and parses it using readGraphModel.
mxEditor.prototype.open = function ( filename )
Shows the print preview window.
mxPrintPreview.prototype.open = function( css )
Opens the specified file from the local filesystem and returns the contents of the file as a string.
open: function( filename )
Orders the DOM node of the shape for the given state according to the position of the corresponding cell in the graph model.
mxCellRenderer.prototype.order = function( state )
Moves the given cells to the front or back.
mxGraph.prototype.orderCells = function( back, cells )
Orders the DOM node of the shape for the given edge’s state according to the mxGraph.keepEdgesInBackground and mxGraph.keepEdgesInBackground rules.
mxCellRenderer.prototype.orderEdge = function( state )
Implements a local orthogonal router between the given cells.
OrthConnector: function( state, source, target, points, result )