MindFusion.Diagramming for JavaScript
Añada a su aplicación diagramas independientes de las plataformas.
Publicado por MindFusion Group
Distribuido por ComponentSource desde 2003
Precios desde: US$ 441.00 Versión: 4.9 NUEVO Actualizado: Apr 28, 2026
Released: Sep 25, 2025
PagedContainerNode 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 organized 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.ContainerPage.minimumDistance property specifies minimum allowed distance of link segments from nodes. The preferredDistance property specifies distance of first or last link bend from associated node. PatternRouter includes several predefined patterns designed to create consistent-looking paths, and allows creation of custom patterns. Custom patterns can be defined as sequence of RouteStep objects specifying whether the path advances by relative or absolute distance, or changes direction.CompositeRouter class lets you chain link routers (objects implementing the Router interface) so that a link passes through the sequence until it gets routed successfully. Diagram's default router is now set to a CompositeRouter instance containing a PatternRouter and Router sequence. This applies the several standard pattern paths when possible, and otherwise routes links using a simple cost-minimizing router.Diagram.linkRouter changed from Router to CompositeRouter instance.