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.



6) And manage and rename state boxes like repeater



 7) Add the code -> open code corvid  terminal and past the following code and changes the accordingly

 8) code =>

$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

Popular posts from this blog

Culture Interactive Project Research

Bootstrap /Flex-Boxs / Grids