cq-dialog add tabs dynamically
How do I in my cq-dialog component add a option to the configurator add a tab?
thanks in advance
How do I in my cq-dialog component add a option to the configurator add a tab?
thanks in advance
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!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.