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 add rtePlugins for Touch UI Rich Text in Dialog / Inplace Edit In AEM 6.2
Rich Text rtePlugins configurations for the inplace edit <rtePlugins jcr:primaryType="nt:unstructured"> <...
Colorpicker RTE plugin for Richtext
1. Create a clientlibs node (nodeTypecq:ClientLibraryFolder) under the root node of the project. e.g. /apps/training Assign the foll...
How to check AEM server runmode in Sightly/HTL Using server-side JavaScript
How to check AEM server runmode in Sightly/HTL Using Server-side JavaScript Server-side JavaScript "use strict"; use(f...
OSGi R7 annotations Examples AEM (Adobe Experience Manager)
OSGi component / service Configs String Config @AttributeDefinition( name = "String Property", ...
Can you please provide proper example?
ReplyDeleteHi Venkata,
ReplyDeleteCan we access hobbes api via nodejs?