Endeca Provides RichTextEditor to format html content and provide preview functionality to view cartridge content. This preview does not provide flexibility to preview complete page.
Behavior :
Additional HTML <p> Tags gets created when modifying OOTB Rich Text Editor.
<p>
</p>
<p>
Sometimes it delete span tag if its empty.
The HTML tags cause UI layout issues on the front-facing web site. Oracle does not have any solution yet except delete additional tag manually.
Solution :
Most of business users verify content as part of complete page in staging environment and editor preview does not required. In this case, StringEditor can be used as text area to paste complete HTML.
<editors:StringEditor propertyName="Color" label="Color Name" width="600" height="200"/>
Find out screen shot below :-
No comments
Post a Comment
Note: Only a member of this blog may post a comment.