I'm extending AEM Tools menu to create a custom Cloud Service. When I click on it, it opens a blank page with the title as below:
The problem is that there is no Save button on the page and I don't know how to implement it. I want it as below:
Solved! Go to Solution.
Views
Replies
Total Likes
I got the solution. I changed the sling:resourceType to granite/ui/components/shell/propertiespage and in added formId in that node which adds the Cancel and Save button automatically for the page.
Hi @nikita24tailor ,
The actual content of the page seems missing here, you can add sling:resourceType for rendering script or use Granite UI Components.
For more details please refer: https://aem4beginner.blogspot.com/create-custom-aem-menu-tools-with
Hope that helps!
Regards,
Santosh
I have not added any content for now. I just want the Save button on the right top most which comes on most of the windows.
Hi,
You need to extend from the shell page to add action, this will be supertype of your component
/libs/granite/ui/components/shell/page/page.jsp
Yes, I'm using Shell page only but don't know how to add this action in the page.
Hi,
Please below example https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/ui.apps/src/main/content/jc...
I got the solution. I changed the sling:resourceType to granite/ui/components/shell/propertiespage and in added formId in that node which adds the Cancel and Save button automatically for the page.
Views
Likes
Replies