Switching Tab in wix
Multi State Boxes
STEPS:-
1) First of all please on development mode in wix.
2) Click the + ( add) icon.
3) Select and click interactive
4) And select and drag and drop Boxes -> Multi state boxes.
$w.onReady(function () {$w('#add button id').onClick(() => {$w('#add state box id').changeState("add box name edited");});$w('#next button id').onClick(() => {$w('#add state box id').changeState("add box name");});});
Comments
Post a Comment