XopusCanvas.getViewParam
This method can be used to get values from parameters that have been declared in the XSL.
The getViewParam method is available on the active Canvas, and can be accessed most easily through:
<xsl:param name="name" select="value"/>
Editor.Canvas.getActiveCanvas().getViewParam(“name”);
- Documentation
- › API
- › Global objects API
- › XopusCanvas.getViewParam
XopusCanvas.getViewParam( name : String) : Object
: String) : ObjectArguments
- name
- String. The name of the parameter to get from the canvas.
Return Value
History
| version | event |
|---|---|
| Xopus 3.2.6 | Introduction. |