Dear friends, I have a quesiton about Velo and Editor X.
I am using Muli-State boxes well in Wix editor and switching them with this code
export function button2_click(event) {
$w("#multistatebox").changeState("box1");
}
export function button2_click(event) {
$w("#multistatebox").changeState("box2");
}
to switch boxes with button, it is great solution for speed up the website and avoid page switching. But ".changeState" is not working in Editor X. there is an arror.
I can not find such option in Editor X. .
Can you advise what can be the solution to reach the same result as with multi-state box with buttons, but in editor X?
Sincerely