Documentation Center

XopusCanvas.setActiveView

Description

Set the active view for this Canvas. The view is identified by name or by index.

Syntax

XopusCanvas .setActiveView (view : String|Number)

Arguments

view
String|Number. The view name or the index of the view for this Canvas. The names are defined in the configuration files, in the view element of the pipeline. Default name for the WYSIWYG view is defaultView, default name for the XML source is xmlView.