Adobe CQ5/AEM (Adobe Experience Manager )
How to open component dialog through Javascript in Touch UI AEM/Adobe CQ5
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);
2 comments:
Pradeep... Chrish
5 May 2017 at 11:57
Can you please provide proper example?
Reply
Delete
Replies
Reply
Pradeep... Chrish
5 May 2017 at 22:10
Hi Venkata,
Can we access hobbes api via nodejs?
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
How to Load TouchUI dialog Specific Clientlibs
How to Load TouchUI dialog Specific Clientlibs For touch UI dialog we can load specific client libs by using extraClientlibs property t...
How To Change Default Admin Password
1 . Open the welcome screen.(http://localhost:7402/projects.html). 2. Click on the Tools. You will get below screen. ...
How to refresh component through Javascript in Touch UI AEM/Adobe CQ5
How to refresh component through Javascript in Touch UI All the editable will store at Granite.author.store You can find editables f...
How to Convert classic UI (based on ExtJS) Dialog Touch-optimized UI (based on Granite UI/CoralUI).
Dialog Conversion Tool The dialog conversion tool is provided to help you extend existing components that only have a dialog defined fo...
How to Exclude Child Pages Of A Page When Creating A Package in AEM/CQ5 Package
Open package manager http://localhost:5632/crx/packmgr/index.jsp Click on the crate packge Enter package name ,versi...
Can you please provide proper example?
ReplyDeleteHi Venkata,
ReplyDeleteCan we access hobbes api via nodejs?