Hi, I have a component with a cq dialog with several tabs, they share
the same content so i separate them. This is one of the
tabs
I have a select with
cq-dialog-dropdown-showhide so I need to send a parameter in order to
call the JS function with a different name, otherwise it will show and
hide the options in the other tabs:
How do I send the parameters to this
other file in common, something like this:ANd how do I receive it?Thanks,