EndecaOperationsfrom the archive1 min read

Endeca Experience Manager Rich Text Editor options


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>
&nbsp;</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 :-


Discussion (0)

Technical questions and architecture discussions

No comments yet. Have a question about this architecture pattern? Leave a response below.

Join the Discussion

Leave a comment

Comments are reviewed before they appear.