Search
TabbedDiagramView Methods
 


 Public Methods

  Name Description

AnimatedLayoutCompletedScript

Sets the name of a JavaScript function that should be invoked when an animated layout completes. (Inherited from DiagramView.)

CellTextEditedScript

Sets the name of a JavaScript function that should be invoked when the user edits the text of a table cell. (Inherited from DiagramView.)

CellTextEditingScript

Sets the name of a JavaScript function that should be invoked when the user starts to edit the text of a table cell. (Inherited from DiagramView.)

ClickedScript

Sets the name of a JavaScript function that should be invoked when the user clicks the diagram at a point where no items are located. (Inherited from DiagramView.)

ContainerChildAddedScript

Sets the name of a JavaScript function that should be invoked when a child node is added to a container. (Inherited from DiagramView.)

ContainerChildAddingScript

Sets the name of a JavaScript function that should be invoked before a child node is added to a container. (Inherited from DiagramView.)

ContainerChildRemovedScript

Sets the name of a JavaScript function that should be invoked when a child node is removed from a container. (Inherited from DiagramView.)

ContainerChildRemovingScript

Sets the name of a JavaScript function that should be invoked before a child node is removed from a container. (Inherited from DiagramView.)

ContainerFoldedScript

Sets the name of a JavaScript function that should be invoked when the user folds a container by clicking the arrow-up button in the container's caption area. (Inherited from DiagramView.)

ContainerUnfoldedScript

Sets the name of a JavaScript function that should be invoked when the user unfolds a container by clicking the arrow-down button in the container's caption area. (Inherited from DiagramView.)

ControlLoadedScript

Sets the name of a JavaScript function that should be invoked when the control is loaded on the client side. (Inherited from DiagramView.)

CreateEditControlScript

Sets the name of a JavaScript function that should be invoked when when the inplace-edit control is created. (Inherited from DiagramView.)

DataLoadedScript

Sets the name of a JavaScript function that should be invoked when the diagram data is loaded. (Inherited from DiagramView.)

DeserializeTagScript

Sets the name of a JavaScript function that should be invoked when the Tag or Id of a diagram item must be deserialized from XML format. (Inherited from DiagramView.)

DiagramToView

Overloaded. Transforms points from the document coordinate space to the client coordinate space. (Inherited from DiagramView.)

DrawAdjustmentHandlesScript

Sets the name of a JavaScript function that should be invoked when item’s adjustment handles must be custom drawn. (Inherited from DiagramView.)

EnterInplaceEditScript

Sets the name of a JavaScript function that should be invoked when when entering inplace-edit mode. (Inherited from DiagramView.)

FromJson

Overloaded.  

FromRequest

Creates an instance of TabbedDiagramView.

HeaderResizedScript

Sets the name of a JavaScript function that should be invoked when the user finished resizing a header. (Inherited from DiagramView.)

HeaderStartResizingScript

Sets the name of a JavaScript function that should be invoked when the user starts resizing a header. (Inherited from DiagramView.)

HitTestAdjustmentHandlesScript

Sets the name of a JavaScript function that should be invoked when custom hit testing of item’s adjustment handles must be performed. (Inherited from DiagramView.)

HyperlinkClickedScript

Sets the name of a JavaScript function that should be invoked when the user clicks a hyperlink inside a node. (Inherited from DiagramView.)

Init

Renders the TabbedDiagramView's initializing scripts on a web page under the specified function name.

InitializeLinkScript

Sets the name of a JavaScript function that should be invoked when the user starts drawing a new link, just after the DiagramLink instance is created. (Inherited from DiagramView.)

InitializeNodeScript

Sets the name of a JavaScript function that should be invoked when the user starts drawing a new node, just after the DiagramNode instance is created. (Inherited from DiagramView.)

ItemAddedScript

Sets the name of a JavaScript function that should be invoked when an item is added to the diagram. (Inherited from DiagramView.)

ItemRemovedScript

Sets the name of a JavaScript function that should be invoked when an item is removed from the diagram. (Inherited from DiagramView.)

LaneGridCellTextEditedScript

Sets the name of a JavaScript function that should be invoked hen the used edits the text of a grid cell. (Inherited from DiagramView.)

LeaveInplaceEditScript

Sets the name of a JavaScript function that should be invoked when when leaving inplace-edit mode. (Inherited from DiagramView.)

LinkClickedScript

Sets the name of a JavaScript function that should be invoked when the users clicks a link. (Inherited from DiagramView.)

LinkCreatedScript

Sets the name of a JavaScript function that should be invoked when the user draws a new link. (Inherited from DiagramView.)

LinkCreatingScript

Sets the name of a JavaScript function that should be invoked while the user is drawing a new link. (Inherited from DiagramView.)

LinkDeletedScript

Sets the name of a JavaScript function that should be invoked when a link is deleted, either programmatically or by the user. (Inherited from DiagramView.)

LinkDeletingScript

Sets the name of a JavaScript function that should be invoked when the user tries to delete a link. (Inherited from DiagramView.)

LinkDeselectedScript

Sets the name of a JavaScript function that should be invoked when a link is deselected, either programmatically or by the user. (Inherited from DiagramView.)

LinkDoubleClickedScript

Sets the name of a JavaScript function that should be invoked when the users double-clicks a link. (Inherited from DiagramView.)

LinkModifiedScript

Sets the name of a JavaScript function that should be invoked when the user moves any control point of a link. (Inherited from DiagramView.)

LinkModifyingScript

Sets the name of a JavaScript function that should be invoked while the user is modifying a link. (Inherited from DiagramView.)

LinkPastedScript

Sets the name of a JavaScript function that should be invoked when a diagram link is pasted from clipboard. (Inherited from DiagramView.)

LinkPointedScript

Sets the name of a JavaScript function that should be invoked when the mouse pointer hovers over a link. (Inherited from DiagramView.)

LinkSelectedScript

Sets the name of a JavaScript function that should be invoked when a link is selected, either programmatically or by the user. (Inherited from DiagramView.)

LinkSelectingScript

Sets the name of a JavaScript function that should be invoked when the user tries to select a link. (Inherited from DiagramView.)

LinkTextEditedScript

Sets the name of a JavaScript function that should be invoked when the user edits the text of a link. (Inherited from DiagramView.)

LinkTextEditingScript

Sets the name of a JavaScript function that should be invoked when the user starts to edit the text of a link. (Inherited from DiagramView.)

LoadFromJson

Overloaded.   (Inherited from DiagramView.)

MouseWheelScript

Sets the name of a JavaScript function that should be invoked when the user rotates the mouse wheel while the cursor is positioned over the diagram surface. (Inherited from DiagramView.)

NodeClickedScript

Sets the name of a JavaScript function that should be invoked when the users clicks a node. (Inherited from DiagramView.)

NodeCreatedScript

Sets the name of a JavaScript function that should be invoked when the user draws a new node. (Inherited from DiagramView.)

NodeCreatingScript

Sets the name of a JavaScript function that should be invoked while the user is drawing a new node. (Inherited from DiagramView.)

NodeDeletedScript

Sets the name of a JavaScript function that should be invoked when a node is deleted, either programmatically or by the user. (Inherited from DiagramView.)

NodeDeletingScript

Sets the name of a JavaScript function that should be invoked when the user tries to delete a node. (Inherited from DiagramView.)

NodeDeselectedScript

Sets the name of a JavaScript function that should be invoked when a node is deselected, either programmatically or by the user. (Inherited from DiagramView.)

NodeDomCreatedScript

Sets the name of a JavaScript function that should be invoked when the content of a ControlNode is added to the page DOM. (Inherited from DiagramView.)

NodeDoubleClickedScript

Sets the name of a JavaScript function that should be invoked when the users double-clicks a node. (Inherited from DiagramView.)

NodeModifiedScript

Sets the name of a JavaScript function that should be invoked when the user moves or resizes a node. (Inherited from DiagramView.)

NodeModifyingScript

Sets the name of a JavaScript function that should be invoked while the user is moving or resizing a node. (Inherited from DiagramView.)

NodePastedScript

Sets the name of a JavaScript function that should be invoked when a diagram node is pasted from clipboard. (Inherited from DiagramView.)

NodePointedScript

Sets the name of a JavaScript function that should be invoked when the mouse pointer hovers over a node. (Inherited from DiagramView.)

NodeSelectedScript

Sets the name of a JavaScript function that should be invoked when a node is selected, either programmatically or by the user. (Inherited from DiagramView.)

NodeSelectingScript

Sets the name of a JavaScript function that should be invoked when the user tries to select a node. (Inherited from DiagramView.)

NodeTextEditedScript

Sets the name of a JavaScript function that should be invoked when the user edits the text of a node. (Inherited from DiagramView.)

NodeTextEditingScript

Sets the name of a JavaScript function that should be invoked when the user starts to edit the text of a node. (Inherited from DiagramView.)

PageAddedScript

Sets the name of a JavaScript function that should be invoked when the a page has been added to a TabbedDiagramView control.

PageAddingScript

Sets the name of a JavaScript function that should be invoked before a page is added to a TabbedDiagramView control.

PageChangedScript

Sets the name of a JavaScript function that should be invoked when the selected page in a TabbedDiagramView control has changed.

PageChangingScript

Sets the name of a JavaScript function that should be invoked before the selected page in a TabbedDiagramView control is changed.

PageRemovedScript

Sets the name of a JavaScript function that should be invoked when the a page has been removed from a TabbedDiagramView control.

PageRemovingScript

Sets the name of a JavaScript function that should be invoked before a page is removed from a TabbedDiagramView control.

RegisterConverters

Registers custom converters used for custom item types serialization. (Inherited from DiagramView.)

RegisterItemType

Overloaded.   (Inherited from DiagramView.)

RegisterSession

Overloaded.   (Inherited from DiagramView.)

Render

Renders the DiagramView on a web page. (Inherited from DiagramView.)

RepaintScript

Sets the name of a JavaScript function that should be invoked when the diagram has been repainted. (Inherited from DiagramView.)

SaveToJson

Serializes the TabbedDiagramView's data to JSON.

SelectionChangedScript

Sets the name of a JavaScript function that should be invoked when the diagram selection has changed. (Inherited from DiagramView.)

SelectionModifyingScript

Sets the name of a JavaScript function that should be invoked while the user is moving or resizing multiple items. (Inherited from DiagramView.)

SerializeTagScript

Sets the name of a JavaScript function that should be invoked when the Tag or Id of a diagram item must be serialized in XML format. (Inherited from DiagramView.)

SetAddScriptReferences

Sets a value indicating whether the control should render references to the client scripts. (Inherited from DiagramView.)

SetAllowInplaceEdit

Sets a value indicating whether in-place editing of the text of objects is enabled. (Inherited from DiagramView.)

SetAllowReorder

Sets a value indicating whether tabs can be rearranged interactively.

SetAutoScroll

Sets a value indicating whether auto scrolling of the document area is enabled. (Inherited from DiagramView.)

SetBehavior

Sets a value indicating how the control responds to user actions. (Inherited from DiagramView.)

SetCustomLinkType

Sets the type of a MindFusion.Diagramming.DiagramLink derived class whose instance should be created when a user starts drawing. (Inherited from DiagramView.)

SetCustomNodeType

Sets the type of a MindFusion.Diagramming.DiagramNode derived class whose instance should be created when a user starts drawing. (Inherited from DiagramView.)

SetDelKeyAction

Sets a value indicating the action that should be performed when the user hits the Del key. (Inherited from DiagramView.)

SetEnabled

Sets a value indicating whether handling of mouse events is enabled. (Inherited from DiagramView.)

SetEnableMultiTouch

Sets a value indicating whethr the control handles DOM pointer events to implement multi-touch interactions, such as zooming, node rotation or simultaneous drawing of multiple diagram items. (Inherited from DiagramView.)

SetFallbackContent

Sets the HTML to be rendered as the canvas' fallback content. (Inherited from DiagramView.)

SetHeight

Sets the height of the view. (Inherited from DiagramView.)

SetMagnifierEnabled

Sets a value indicating whether the magnifier tool is currently enabled. (Inherited from DiagramView.)

SetMagnifierFactor

Sets the zoom factor of the magnifier tool. (Inherited from DiagramView.)

SetMagnifierFrameColor

Sets the color of the magnifier frame. (Inherited from DiagramView.)

SetMagnifierFrameThickness

Sets the thickness of the magnifier frame, expressed in pixels. (Inherited from DiagramView.)

SetMagnifierHeight

Sets the height of the magnifier tool, expressed in pixels. (Inherited from DiagramView.)

SetMagnifierSecondaryFrameColor

Sets the secondary color of the magnifier frame. (Inherited from DiagramView.)

SetMagnifierShading

Sets a value indicating whether to enhance the effect of a magnifier lense by using a gradient shading. (Inherited from DiagramView.)

SetMagnifierShape

Sets the shape of the magnifier tool. (Inherited from DiagramView.)

SetMagnifierWidth

Sets the width of the magnifier tool, expressed in pixels. (Inherited from DiagramView.)

SetMaxJsonLength

Sets the maximum length of JSON strings that are accepted by internal JavaScriptSerializer instances. (Inherited from DiagramView.)

SetMinVisibleFontSize

Sets a threshold value that hides text if scaled font sizes become smaller. (Inherited from DiagramView.)

SetModificationStart

Sets how users can start modifying diagram items. (Inherited from DiagramView.)

SetMouseWheelAction

Sets a value indicating what action to perform when users rotate the mouse wheel. (Inherited from DiagramView.)

SetMultiTouchDraw

Sets a value indicating whether the control allows drawing multiple items simultaneously. (Inherited from DiagramView.)

SetMultiTouchModify

Sets a value indicating whether multi-touch modifications are enabled. (Inherited from DiagramView.)

SetMultiTouchZoom

Sets a value indicating whether multi-touch zoom is enabled. (Inherited from DiagramView.)

SetRecursionLimit

Sets the limit for constraining the number of object levels to process by internal JavaScriptSerializer instances. (Inherited from DiagramView.)

SetScrollLeft

Sets the view's X scroll position. (Inherited from DiagramView.)

SetScrollTop

Sets the view's Y scroll position. (Inherited from DiagramView.)

SetShowAddButton

Sets a value indicating whether to display the 'Add Tab' button.

SetShowNavigationButtons

Sets a value indicating whether to show tab navigation buttons.

SetShowScrolbars

Sets a value indicating whether the scrollbars are visible. (Inherited from DiagramView.)

SetShowTabCloseButtons

Sets a value indicating whether to display a close button for each tab.

SetTabAlignment

Sets the tab alignment.

SetTabsSize

Sets the height of the tab strip.

SetTooltipDelay

Sets the delay before a tooltip is shown. (Inherited from DiagramView.)

SetVirtualScroll

Sets a value indicating whether virtual scroll mode is enabled. (Inherited from DiagramView.)

SetWidth

Sets the width of the view. (Inherited from DiagramView.)

SetZoomFactor

Sets the zoom of the view. (Inherited from DiagramView.)

SizeChangedScript

Sets the name of a JavaScript function that should be invoked when the size of the diagram canvas has changed. (Inherited from DiagramView.)

TableColumnResizedScript

Sets the name of a JavaScript function that should be invoked when the user finishes resizing a column in a table interactively. (Inherited from DiagramView.)

TableColumnResizingScript

Sets the name of a JavaScript function that should be invoked when the user resizes a column in a table interactively. (Inherited from DiagramView.)

TableRowResizedScript

Sets the name of a JavaScript function that should be invoked when the user finishes resizing a row in a table interactively. (Inherited from DiagramView.)

TableRowResizingScript

Sets the name of a JavaScript function that should be invoked when the user resizes a row in a table interactively. (Inherited from DiagramView.)

ToJson

Serializes the DiagramView's data to JSON.

ToJson

Serializes the DiagramView's data to JSON. (Inherited from DiagramView.)

TreeCollapsedScript

Sets the name of a JavaScript function that should be invoked when a user collapses a tree branch by clicking the [+] button of an Expandable node. (Inherited from DiagramView.)

TreeExpandedScript

Sets the name of a JavaScript function that should be invoked when a user expands a tree branch by clicking the [+] button of an Expandable node. (Inherited from DiagramView.)

TreeItemTextEditedScript

Sets the name of a JavaScript function that should be invoked when the user edits the text of a tree view item. (Inherited from DiagramView.)

TreeItemTextEditingScript

Sets the name of a JavaScript function that should be invoked when the user starts to edit the text of a tree view item. (Inherited from DiagramView.)

ViewToDiagram

Overloaded.   (Inherited from DiagramView.)

 Protected Methods

  Name Description

GetAttributes

  (Inherited from DiagramView.)

LoadViewProps

 

SaveViewProps

 

 See Also