Moves a page to a new position in the page list.
Namespace: MindFusion.Diagramming
Assembly: PagedContainerNode.js
SyntaxJavaScript
Copy Code
|
|---|
function movePage (newIndex, page) |
Number. The new index of the page.
ContainerPage. The page to move.
See Also