Use the rich text element
You use the rich text element to enter and format text.The rich text editors used by Web Content Manager are supplied by other vendors. For information about using the rich text editor, see the user documentation supplied by the specific rich text editor vendor.
Basic Web Content Manager tags can be used in rich text elements. For example, the following tags can be used in Rich Text elements:
- [component name="test"]
- [element type="content" context="current" key="body"]
Highlighting of rich text elements are not enabled by default. To enable this support, ensure that server administrator adds the following property to the WCM WCMConfigService service:
- Property name: wcm.enableWCMTagHighlighting
- Value: true
The following tag formats are invalid:
- The use of single quotes around attribute values.
- [Component name='example']
- [Component name='example' start='<a href="' end=' ">link</a>']
- [Component name='example' start='<img src="' end=' "/>']
- The use of double quotes inside attribute values.
- [Component name="example" start="<a href="" end="">link</a>"]
- [Component name="example" start="<img src="" end=""/>"]
- Embedding tags inside other HTML tags.
- <a href='[Component name="example"]'>link</a>
- <img src='[Component name="example"]'/>
Parent
Create a rich text component
Previous
Specify a location for the rich text component
Previous
Rich text component properties
Previous
Inserting an image in an element
Inserting a link in an element
Set service configuration properties
December 14, 2011
Apr 1, 2011 1:26:17 PM
});