Content Editor API
There are two types of API - DOM and global objects.
An introduction to customizing your XML editor with the API.
The API allows integrators to customize this XML editor. Customization ranges from configuring Content Editor to save documents to building custom user interfaces on top of Content Editor .
The Content Editor API can be accessed in several ways:
The configuration can contain javascript elements that reference script files. Then these script files will be executed when the canvas is activated.
XSL Stylesheets can output HTML event handlers that can access the Content Editor API. See How to use events and How to use the API for more information.
Through the global configuration script in: xopus/config/config.js This script will be executed when Content Editor is started and before any document is loaded.