A container that can arrange its children in pages.
Namespace: MindFusion.Diagramming
Assembly: PagedContainerNode.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
RemarksPagedContainerNode is a ContainerNode subclass that organizes its child nodes into a collection of pages, represented by ContainerPage objects. This allows for the creation of more orgainzed diagrams where nodes can be grouped into logical views within a single container. Only the nodes belonging to the currently active page, specified by currentPage property, are rendered and participate in user interactions.
Navigation between pages is handled by scroll arrows in the caption bar, allowing users to cycle through the pages sequentially. For faster access, users can also double-click the container's caption to open an in-place combo box listing available page titles, enabling direct navigation to any page. The node's text automatically displays the title of newly activated ContainerPage.
Inheritance HierarchyMindFusion.Diagramming.DiagramItem
MindFusion.Diagramming.DiagramNode
MindFusion.Diagramming.CaptionedNode
MindFusion.Diagramming.ContainerNode
MindFusion.Diagramming.PagedContainerNode
See Also