ATG Content Administration includes a propertyView 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 propertyView 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 propertyView. The default attributes of this item are shown as an example in the section propertyView.

Because the output of the editor is an HTML fragment, it omits <html> and <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 suppress display of HTML tags on the page:

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

 
loading table of contents...