cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 - How do I implement RichTextEditor?

former_member239819
Participant
0 Kudos

Not Sure if the Documenatation is out of Date, but the standard code for creating a new richtext editor returns

Cannot read property 'RichTextEditor' of undefined

It looks like this is because there is no sap.ui.richtexteditor in the list of included resources.

 var oRichTextEditor1 = new sap.ui.richtexteditor.RichTextEditor("myRTE1", {
        width:"100%", 
        height:"300px",
        showGroupClipboard:true,
        showGroupStructure:true,
        showGroupFont:true,
        showGroupInsert:true,
        showGroupLink:true,
        showGroupUndo:true,
        tooltip:"My RTE Tooltip"
        });

What are my other options for a RichText/WYSIWYG editor in SAPUI5 ?

Accepted Solutions (0)

Answers (1)

Answers (1)

iftah_peretz
Active Contributor
0 Kudos

Hi,

A lot of questions out there like this. Like this one.