T | |
table, mxForm | |
tapAndHoldDelay, mxConnectionHandler | |
tapAndHoldEnabled, mxConnectionHandler | |
tapAndHoldInProgress, mxConnectionHandler | |
tapAndHoldTolerance, mxConnectionHandler | |
tapAndHoldValid, mxConnectionHandler | |
target | |
TARGET_HIGHLIGHT_COLOR, mxConstants | |
targetConnectImage, mxConnectionHandler | |
targetPoint, mxGeometry | |
tasks, mxEditor | |
tasksResource, mxEditor | |
tasksTop, mxEditor | |
tasksWindowImage, mxEditor | |
temp, mxGraphAbstractHierarchyCell | |
temperature, mxFastOrganicLayout | |
template, mxObjectCodec | |
templates, mxEditor | |
terminalDistance, mxCellState | |
text, mxCellState | |
textarea, mxCellEditor | |
textEnabled | |
textNode, mxCellEditor | |
thread, mxAnimation | |
tightenToSource | |
timerAutoScroll, mxGraph | |
title | |
TOGGLE_CELLS, mxEvent | |
tolerance | |
toolbar | |
tooltip, mxCellOverlay | |
TOOLTIP_VERTICAL_OFFSET, mxConstants | |
TRACE, mxLog | |
translate | |
TRANSLATE, mxEvent | |
TRANSLATE_CONTROL_POINTS, mxGeometry | |
traverseAncestors, mxHierarchicalLayout | |
trigger, mxCellEditor | |
type, mxMultiplicity | |
typeError, mxMultiplicity | |
U | |
UNDO, mxEvent | |
undoManager, mxEditor | |
undone, mxUndoableEdit | |
UNGROUP_CELLS, mxEvent | |
UP, mxEvent | |
UPDATE_CELL_SIZE, mxEvent | |
updateCursor, mxGraphHandler | |
updateDefaultMode, mxToolbar | |
updateHandler, mxLayoutManager | |
updateLevel, mxGraphModel | |
updateOnPan, mxOutline | |
updateStyle, mxGraphView | |
updatingSelectionResource, mxGraphSelectionModel | |
url, mxXmlRequest | |
urlHelp, mxEditor | |
urlImage, mxEditor | |
urlInit | |
urlNotify | |
urlPoll | |
urlPost, mxEditor | |
useBoundingBox, mxGraphLayout | |
useGrid, mxPanningHandler | |
useInputOrigin, mxFastOrganicLayout | |
useLeftButtonForPanning, mxPanningHandler | |
useLeftButtonForPopup, mxPopupMenu | |
usePopupTrigger, mxPanningHandler | |
username, mxXmlRequest | |
useScrollbarsForPanning, mxGraph |
Holds the DOM node that represents the table.
mxForm.prototype.table
Specifies the time for a tap and hold.
mxConnectionHandler.prototype.tapAndHoldDelay
Specifies if tap and hold should be used for starting connections on touch-based devices.
mxConnectionHandler.prototype.tapAndHoldEnabled
True if the timer for tap and hold events is running.
mxConnectionHandler.prototype.tapAndHoldInProgress
Specifies the tolerance for a tap and hold.
mxConnectionHandler.prototype.tapAndHoldTolerance
True as long as the timer is running and the touch events stay within the given tapAndHoldTolerance.
mxConnectionHandler.prototype.tapAndHoldValid
Reference to the target terminal.
mxCell.prototype.target
The node this edge targets
mxGraphHierarchyEdge.prototype.target
Reference to the target DOM, that is, the DOM node where the key event listeners are installed.
mxKeyHandler.prototype.target
Specifies if the connect icon should be centered on the target state while connections are being previewed.
mxConnectionHandler.prototype.targetConnectImage
Defines the target mxPoint of the edge.
mxGeometry.prototype.targetPoint
Holds the mxWindow created in showTasks.
mxEditor.prototype.tasks
Specifies the resource key for the tasks window title.
mxEditor.prototype.tasksResource
Specifies the top coordinate of the tasks window in pixels.
mxEditor.prototype.tasksTop
Icon for the tasks window.
mxEditor.prototype.tasksWindowImage
Temporary variable for general use.
mxGraphAbstractHierarchyCell.prototype.temp
Temperature to limit displacement at later stages of layout.
mxFastOrganicLayout.prototype.temperature
Holds the template object associated with this codec.
mxObjectCodec.prototype.template
Maps from names to protoype cells to be used in the toolbar for inserting new cells into the diagram.
mxEditor.prototype.templates
Caches the distance between the end points for an edge.
mxCellState.prototype.terminalDistance
Holds the mxText that represents the label of the cell.
mxCellState.prototype.text
Holds the input textarea.
mxCellEditor.prototype.textarea
Specifies if text output should be enabled.
var textEnabled
Specifies if text output should be enabled.
var textEnabled
Reference to the label DOM node that has been hidden.
mxCellEditor.prototype.textNode
Reference to the thread while the animation is running.
mxAnimation.prototype.thread
Whether or not to tighten the assigned ranks of vertices up towards the source cells.
mxGraphHierarchyModel.prototype.tightenToSource
Whether or not to tighten the assigned ranks of vertices up towards the source cells.
mxHierarchicalLayout.prototype.tightenToSource
Specifies if timer-based autoscrolling should be used via mxPanningManager.
mxGraph.prototype.timerAutoScroll
Holds the title of the preview window.
mxPrintPreview.prototype.title
Reference to the DOM node (TD) that contains the title.
mxWindow.prototype.title
Optional tolerance for hit-detection in getHandleForEvent.
mxEdgeHandler.prototype.tolerance
Tolerance for a move to be handled as a single click.
mxGraph.prototype.tolerance
Optional tolerance for hit-detection in getHandleForEvent.
mxVertexHandler.prototype.tolerance
Holds the internal mxToolbar.
mxDefaultToolbar.prototype.toolbar
Holds a mxDefaultToolbar for displaying the toolbar.
mxEditor.prototype.toolbar
Holds the optional string to be used as the tooltip.
mxCellOverlay.prototype.tooltip
mxPoint that specifies the current translation.
mxGraphView.prototype.translate
mxPoint that specifies the translation of the complete path.
mxPath.prototype.translate
Global switch to translate the points in translate.
mxGeometry.prototype.TRANSLATE_CONTROL_POINTS
Whether or not to navigate edges whose terminal vertices have different parents but are in the same ancestry chain
mxHierarchicalLayout.prototype.traverseAncestors
Reference to the event that was used to start editing.
mxCellEditor.prototype.trigger
Defines the type of the source or target terminal.
mxMultiplicity.prototype.type
Holds the localized error message to be displayed if the type of the neighbor for a connection does not match the rule.
mxMultiplicity.prototype.typeError
Holds an mxUndoManager for the command history.
mxEditor.prototype.undoManager
Specifies if this edit has been undone.
mxUndoableEdit.prototype.undone
Specifies if a move cursor should be shown if the mouse is ove a movable cell.
mxGraphHandler.prototype.updateCursor
Boolean indicating if the default mode should be the last selected switch mode or the first inserted switch mode.
mxToolbar.prototype.updateDefaultMode
Holds the function that handles the endUpdate event.
mxLayoutManager.prototype.updateHandler
Counter for the depth of nested transactions.
mxGraphModel.prototype.updateLevel
Specifies if update should be called for mxEvent.PAN in the source graph.
mxOutline.prototype.updateOnPan
Specifies if the style should be updated in each validation step.
mxGraphView.prototype.updateStyle
Specifies the resource key for the status message while the selection is being updated.
mxGraphSelectionModel.prototype.updatingSelectionResource
Holds the target URL of the request.
mxXmlRequest.prototype.url
Specifies the URL to be used for the contents of the Online Help window.
mxEditor.prototype.urlHelp
Specifies the URL to be used for creating a bitmap of the graph in the image action.
mxEditor.prototype.urlImage
Specifies the URL to be used for initializing the session.
mxEditor.prototype.urlInit
URL to initialize the session.
mxSession.prototype.urlInit
Specifies the URL to be used for notifying the backend in the session.
mxEditor.prototype.urlNotify
URL to send changes to the backend.
mxSession.prototype.urlNotify
Specifies the URL to be used for polling in the session.
mxEditor.prototype.urlPoll
URL for polling the backend.
mxSession.prototype.urlPoll
Specifies the URL to be used for posting the diagram to a backend in save.
mxEditor.prototype.urlPost
Boolean indicating if the bounding box of the label should be used if its available.
mxGraphLayout.prototype.useBoundingBox
Specifies if the panning steps should be aligned to the grid size.
mxPanningHandler.prototype.useGrid
Specifies if the top left corner of the input cells should be the origin of the layout result.
mxFastOrganicLayout.prototype.useInputOrigin
Specifies if panning should be active for the left mouse button.
mxPanningHandler.prototype.useLeftButtonForPanning
Specifies if popupmenus should be activated by clicking the left mouse button.
mxPopupMenu.prototype.useLeftButtonForPopup
Specifies if the isPopupTrigger should also be used for panning.
mxPanningHandler.prototype.usePopupTrigger
Specifies the username to be used for authentication.
mxXmlRequest.prototype.username
Specifies if scrollbars should be used for panning in panGraph if any scrollbars are available.
mxGraph.prototype.useScrollbarsForPanning