ATG Content Administration includes a property view that displays a Java applet you can use to edit HTML pages with the WYSIWYG HTML editor EditLive!. The output is an HTML fragment that can be included in a page. The property view is set up to appear automatically when users edit any property of type big string.

To configure the editor for custom asset properties, create appropriate view mapping items that include the WYSIWYG HTML Editor property view. The default attributes of this item are shown as an example in the section Property Views.

Note that, because the output of the editor is a fragment rather than a full HTML page, it does not include <html> or <body> tags. If the asset is an HTML content item that is propagated to the file system, and it is then accessed directly from a browser instead of being included in another page, you might have to add <html> or <body> tags as a post-edit or through the Code tab of the editor.

When displaying on a page the value of a property that uses the WYSIWYG editor, use the valueishtml directive to avoid having HTML tags appear on the page:

<dsp:valueof valueishtml="true" param="element.data">

 
loading table of contents...