Search
DiagramPage Class
Remarks See Also
 





Represents a single page in a DiagramDocument object.

Namespace: MindFusion.Diagramming
File: DiagramPage.js

 Syntax

JavaScript  Copy Code

// class
DiagramPage.prototype = {}

 Remarks

DiagramPage is derived from Diagram and only adds a few properties, so any code that processes Diagram objects will work with DiagramPage objects too. A DiagramDocument forwards each event raised by its pages, giving you a chance to use the same handler for events raised by different pages. If a page should implement distinct user interaction or validation logic, it is also possible to attach handlers to the Diagram events inherited by DiagramPage.

 Inheritance Hierarchy

MindFusion.Diagramming.DiagramBase
    MindFusion.Diagramming.Diagram
        MindFusion.Diagramming.DiagramPage

 See Also