This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
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.
Yes, I'm using Shell page only but don't know how to add this action in the page.
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.