CQ.Util.build.... | Community
Skip to main content
New Member
October 16, 2015
Solved

CQ.Util.build....

  • October 16, 2015
  • 2 replies
  • 726 views

I try to build form with CQ.Util.build:

<script type="text/javascript"> CQ.Util.build({ "xtype":"panel", "border":false, "items":[ { "xtype":"richtext", "name":"someName", "rtePlugins": { "image": { "features":"*" } } } ], "renderTo":"<%= id %>_fields_wrap" }); </script>

..but now I can't drag drop images to editor from content finder. Who knows how can I to do it??

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 Sham_HC

rte id is missing. Refer working copy at https://forums.adobe.com/thread/948753

2 replies

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015

rte id is missing. Refer working copy at https://forums.adobe.com/thread/948753

pavel3Author
New Member
October 16, 2015

It doesn't work. I still can't drag drop images from cf.