AEM4BEGINNER blog is for Beginners who are interested in learning Adobe Experience Manager (AEM) aka Adobe CQ5 from basics. The Information provided in this blog is for learning and testing purposes only. Here, I have posted the information which I know or gathered from different sources.
How to open component dialog through Javascript in AEM Touch UI
1) You need to get the editable of the component which you want to open dialog var cmpEditables = Granite.author.store.find("<component content node path"); var cmp = cmpEditables[0]; 2)Pass the editable to the execute method Granite.author.EditorFrame.editableToolbar.config.actions.CONFIGURE.execute(cmp);
Byaem4beginner
No comments:
Post a Comment
If you have any doubts or questions, please let us know.
No comments:
Post a Comment
If you have any doubts or questions, please let us know.