Hi,
is there a way to put html code inside dialog?
For example i need a green div as first element of the dialog
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Take a look at Source Edit plugin available in Richext
Views
Replies
Total Likes
Hi,
Take a look at Source Edit plugin available in Richext
Views
Replies
Total Likes
Look into building a CQ dialog that uses this xtype:
https://docs.adobe.com/docs/en/cq/5-6/widgets-api/index.html?class=CQ.Ext.form.HtmlEditor
Hope this helps
Views
Replies
Total Likes
I want to insert a bootstrap plugin inside the dialog.
So i need a real html code and not an editor or a rte plugin
Views
Replies
Total Likes
I seems you need to create custom component
Can you please elaborate more on " insert a bootstrap plugin inside the dialog."
Views
Replies
Total Likes
The only way to use JavaScript frameworks in AEM dialogs is to build a custom xtype. Then you can use JS code and make use of the JS plug-in.
Views
Replies
Total Likes
I need to use this plugin: http://mjolnic.com/fontawesome-iconpicker/
The js script is not a problem but i need to force some html rows inside the dialog
Views
Replies
Total Likes
Take a look at OOTB Icon picker https://adobe-consulting-services.github.io/acs-aem-commons/features/icon-picker.html
Views
Replies
Total Likes