Image plugin of RTE plugin ( rich text xtype) is not working, when used in custom widget. | Community
Skip to main content
New Participant
October 16, 2015
Solved

Image plugin of RTE plugin ( rich text xtype) is not working, when used in custom widget.

  • October 16, 2015
  • 2 replies
  • 654 views

The image plugin work well only on firefox when used as dialog widget with xtype rich text . It doesn't work on chrome/IE. However when I try to use it in my custom widget as below I am unable to drop the image even on firefox.


//Object to disable the indent and outdent features

richPlugins = ({
"image": ({features:'*'}),
"table":({features:'*'}),
"misctools": ({features:["specialchars","sourceedit"]}),
"findreplace": ({features:["find","replace"]}),
"lists": ({features:['ordered','unordered']})
});
 
 
this.answerField = new CQ.form.RichText({
hideLabel: true,
rtePlugins: richPlugins,
width:'100%'
});
this.add(this.answerField);

 
Rest of the plugins work well. Please suggest.
Thanks

Divya

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

Please open a ticket here: http://helpx.adobe.com/marketing-cloud/experience-manager.html

2 replies

Sham_HC
New Participant
October 16, 2015

What is the javascript error in the console?

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015