Using the API from script
A fundamental approach to accessing the API.
API Objects
The following objects are available in the Content Editor API. Please read each of their pages to find out more:
Editor- This objects represents the Xopus Editor itself.
IO- This objects provides methods for changing how Content Editor loads different files, such as the XML, XSL, and schema.
HTTPTools-
An object for accessing the server. It supports several methods for doing
GET,PUTandPOSTrequests.
Editor provides the most access to the DOM API, and also allows to add events to the API.