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