ASP.NET Pack Programmer's Guide
Diagram.replay Method
See Also
 





Replays a sequence of recorded mouse and keyboard events created by record and stopRecording methods.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

function replay (recording, timer, [savedState])

 Parameters

recording

An array of event records returned by stopRecording.

timer

true to replay records using a timer, preserving their original relative timing, or false to replay them immediately.

savedState
Optional.

A diagram JSON string that should be loaded before replaying recorded events.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace