Track Changes
Track Changes provided users with an easy-to-use interface for both viewing changes to a document and accepting/rejecting individual changes.
- Getting Started With Track Changes
- Menu and Toolbar Item List
- trackChanges Configuration Option
- setUserName Method
Commenting
The Commenting feature of EditLive! allows users to add comments to selections of text in a document. This feature integrates with the Track Changes feature by using the same usernames and colors to identify comments made within the document.
- Commenting
- <plugin> Configuration Element
Image Editing
Image Editing allows users to perform various image manipulation techniques on images in the document.
- Image Editing
- <images> Configuration Element
- <plugin> Configuration Element
Accessibility As You Type
Accessibility As You Type allows users to quickly identify and edit content that does not meet key web accessibility guidelines (such as the W3C Accssibility Compliance Guidelines and the United States Section 508 Accessibility Guidelines).
- Accessibility As You Type
- <plugin> Configuration Element
Accessibility Reports
Accessibility Reports reveal areas of content that are not compliant with key web accessibility guidelines (such as the W3C Accssibility Compliance Guidelines and the United States Section 508 Accessibility Guidelines) and directs users to where correction is needed. The accessibility report will give a short explanation of the errors and a recommendation as to how it should be corrected.
- Accessibility Compliance
- <plugin> Configuration Element
Table Accessibility
EditLive! features various table-specific functionalities which aid in the creation of accessible content.
- Table Accessibility
- <plugin> Configuration Element
Only some of the features available in Table Accessibility require an Enterprise Edition license. Please refer to the Menu and Toolbar Item List for more information.
Broken Hyperlink Report
The Broken Hyperlink Report allows users to verify that the hyperlinks in the EditLive! document are valid. In order to enable the Broken Hyperlink Report, you will need to perform the following:
- Add a <plugin> element named BrokenHyperlinkReport to your configuration file.
- Add the Broken Hyperlink Report menu item to your configuration file.
Template Browser
The Template Browser feature allows users to insert templates into any document they are editing with EditLive!. In order to enable the Template Browser, you will need to perform the following:
- Add a <plugin> element named templateBrowser to your configuration file.
- Add the Template Browser menu item to your configuration file. By default, this menu item will appear in the Insert menu.
Adding Templates
Sample templates are packaged by default with EditLive!. Because of this, you do not need to specify any templates to be able to use the Template Browser. However, if you would like users to have custom templates, you will need to add them to the <templates> element resident in your EditLive! Configuration File. Specifically, you will need to specify a name and a URL-encoded value attribute for each <template> element you wish to define as in the following example:
<editlive> ... <templates> <category name="Category 1"> <template name="Template 1" value="Template%201" /> </category> </templates> </editlive>
Equation Editing
Equation Editing provides users with an interface for creating and editing mathematical equations.
- Integrating the Equation Editor
- setUseMathML Method
- Equation Editor Menu and Toolbar Items
- <mathml> Configuration Element
Advanced APIs
The Swing SDK APIs are available to applet users as Advanced APIs. They provide developers with the ability to interact with the editor using Java code.