How do I in my cq-dialog component add a option to the configurator add a tab?
thanks in advance
Solved! Go to Solution.
Views
Replies
Total Likes
Yes, In Touch UI , there is resourceType "granite/ui/components/foundation/include" which is equivalent of cq include of classic UI.
create node in aem that needs to be included in each dialog and include it on all components and you can use sling:order before to align it after some tab in your component.
Same as classic UI , there is path property whose value is equal to the path which you want to reuse. For ex: you want to reuse the dialog part "/apps/myproject/components/component1/content/items/tabs/items/advanced" then this is the value to be used for path property.
Hope this helps!
Yes, In Touch UI , there is resourceType "granite/ui/components/foundation/include" which is equivalent of cq include of classic UI.
create node in aem that needs to be included in each dialog and include it on all components and you can use sling:order before to align it after some tab in your component.
Same as classic UI , there is path property whose value is equal to the path which you want to reuse. For ex: you want to reuse the dialog part "/apps/myproject/components/component1/content/items/tabs/items/advanced" then this is the value to be used for path property.
Hope this helps!
Views
Likes
Replies