Is it possible to do a dmx-class to toggle multiple class at once?

Hi!

I have tab-panes elements from bootstrap that I use with dmx-class instead of bootstrap system.

I use a query manager and select which pane is open depending on a parameter in the url (that way my user can refresh the page or sent the link to a colleague and when landing on the page the same pane will be open for both).

For that to happen I need to check with dmx-class:active and dmx-class:show on panes.

But as they have the same condition I’m wondering if it’s possible to do either sometihng like that dmx-class:[active, show] and have only one condition or something I don’t even see right now?

You can set multiple class toggles on same element. But each dmx-class can have just one class.

yeah sure that the whole point

Use wappler variables and manage the values accordingly