Expand my Community achievements bar.

SOLVED

Create a new screen as like site admin/dam page in AEM

Avatar

Level 3

I need to create new screen as like site admin/dam page in AEM.

I have designed most of the parts except user management. PFA the screen shot. When I click on ‘User Admin’ tab, It should display the existing user management screen.  Nothing new on this. So I am just referring AEM’s useradmin xtype.

For this I have created all the necessary node under ‘/apps/wcm/core/content’ and created a widget with xtype useradmin under cq:widgetCollection node. But it is not working. It is working when I switch into siteadmin xtype.

I have gone through useradmin.js, It has logic like it only it renders all things into ‘CQ’ ID

"renderTo":"CQ"

I am not sure whether I am in correct direction.  Could anyone suggest me how to display existing useradmin page under “User Admin” tab.

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 10

Here is a GEMS session on how to extend the AEM UI:

http://dev.day.com/content/ddc/en/gems/user-interface-customization-for-aem-6.html

This is applicable for AEM 6. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Here is a GEMS session on how to extend the AEM UI:

http://dev.day.com/content/ddc/en/gems/user-interface-customization-for-aem-6.html

This is applicable for AEM 6.