Expand my Community achievements bar.

SOLVED

CQ.Util.build....

Avatar

Level 1

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??

1 Accepted Solution

Avatar

Correct answer by
Level 10
2 Replies

Avatar

Correct answer by
Level 10

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

Avatar

Level 1

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