H | |
handlingResize, mxDivResizer | |
hasAttribute, mxCell | |
hasLayout, mxLayoutManager | |
hasScrollbars, mxUtils | |
hasValidState, mxCellMarker | |
HexagonPerimeter, mxPerimeter | |
hide | |
hideHandles | |
hideMenu, mxPopupMenu | |
hideProperties, mxEditor | |
hideSizers, mxVertexHandler | |
hideSubmenu, mxPopupMenu | |
hideTooltip, mxTooltipHandler | |
hitsSwimlaneContent, mxGraph | |
home, mxGraph | |
horizontalLayout, mxCompactTreeLayout | |
htmlEntities, mxUtils |
Returns true if the user object is an XML node that contains the given attribute.
mxCell.prototype.hasAttribute = function( name )
Returns true if the given cell has a layout.
mxLayoutManager.prototype.hasLayout = function( cell )
Returns true if the overflow CSS property of the given node is either scroll or auto.
hasScrollbars: function( node )
Returns true if validState is not null.
mxCellMarker.prototype.hasValidState = function()
Describes a hexagon perimeter.
HexagonPerimeter: function ( bounds, vertex, next, orthogonal )
Resets the state of the cell marker.
mxCellHighlight.prototype.hide = function()
Hides all current guides.
mxGuide.prototype.hide = function()
Hides the tooltip and resets the timer.
mxTooltipHandler.prototype.hide = function()
Hides the window.
mxWindow.prototype.hide = function()
Removes the menu and all submenus.
mxPopupMenu.prototype.hideMenu = function()
Hides the properties dialog.
mxEditor.prototype.hideProperties = function ()
Hides all sizers except.
mxVertexHandler.prototype.hideSizers = function()
Removes all submenus inside the given parent.
mxPopupMenu.prototype.hideSubmenu = function( parent )
Hides the tooltip.
mxTooltipHandler.prototype.hideTooltip = function()
Returns true if the given coordinate pair is inside the content are of the given swimlane.
mxGraph.prototype.hitsSwimlaneContent = function( swimlane, x, y )
Uses the root of the model as the root of the displayed cell hierarchy and selects the previous root.
mxGraph.prototype.home = function()
mxCompactTreeLayout.prototype.horizontalLayout = function( node, x0, y0, bounds )
Replaces characters (less than, greater than, newlines and quotes) with their HTML entities in the given string and returns the result.
htmlEntities: function( s, newline )