Search
PagedContainerNode.movePage Method
See Also
 





Moves a page to a new position in the page list.

Namespace: MindFusion.Diagramming
Assembly: PagedContainerNode.js

 Syntax

JavaScript  Copy Code

function movePage (newIndex, page)

 Parameters

newIndex

Number. The new index of the page.

page

ContainerPage. The page to move.

 See Also