appendXML

Adds a sectionof OGLML code to the panel identified by the Container ID parameter. The OGLML is added duringruntime and does not affect the .grid file.

The appendXML functionis supported withinthe <abs> tag only.

Syntax

ogscript.appendXML (container ID, XML snippet);

Parameters

Parameter

Type

Required

Description

container ID

String

Yes

ID of the container to append to. Valid only in <abs/> containers.

XML snippet

String (XML object)

Yes

XML code to append

Returns

N/A

Example

Coming Soon.