Is there a way to disbale this select panel option ?
Can it be disabled based on a condition/scerario?
Solved! Go to Solution.
Views
Replies
Total Likes
@Manu_Mathew_ PFB suggestion for this implementation:
Second way is to create a customs tabs component similar to column control and within the tabs component create the parsys as per the selection from the user.
The hide and show for the active tab can be easily achieved with the custom css.
Thanks
@Manu_Mathew_ : This is coming as part of the accordion core component as well. So if you really wanted to hide the "select panel" try to do it from custom clientlibs based on your logic
This is actually a custom component, but inherits the core components - tabs.
Is there any AEM property way to do so or any recommonded way to do it, or custom js to cherry pic that perticular panel and manupulate is the only option?
@Manu_Mathew_ Even you hide using the custom clientlibs, the same functionality can be achieved via the screen
And this functionality was added specifically so that the dependency to author the ordering of the tabs can be done by the authors and developers do not have to make the changes from the CRDLE Lite.
Can you elaborate more on the use case, why you need to disable the functionality.
Thanks
@ShaileshBassi Consider we have a counter to set the number of items say 3 and the parsys is displayed side by side, say left, center and right, and based on tab selection , we can hide and show respective tab panels.Here since we can see the parsys split in a single row , it need not have select panel.
@Manu_Mathew_ PFB suggestion for this implementation:
Second way is to create a customs tabs component similar to column control and within the tabs component create the parsys as per the selection from the user.
The hide and show for the active tab can be easily achieved with the custom css.
Thanks