top of page

Hobbies & Pastimes

Repeater: #repeater1

Funky Title

coffee-mug-1493946797.jpg

Text: #htmlWithEmailLink

                     

Contact us for more information                                                                                       stcroppe@gmail.com                                                                           

                 

Funky Title

coffee-mug-1493946797.jpg

Text: #htmlWithEmailLink

                     

Contact us for more information                                                                                       stcroppe@gmail.com                                                                           

                 

Funky Title

coffee-mug-1493946797.jpg

Text: #htmlWithEmailLink

                     

Contact us for more information                                                                                       stcroppe@gmail.com                                                                           

                 

Funky Title

coffee-mug-1493946797.jpg

Text: #htmlWithEmailLink

                     

Contact us for more information                                                                                       stcroppe@gmail.com                                                                           

                 

<---- hover here to see the data collection

Screenshot 2018-08-22 at 12.40.24.png

// For full API documentation, including code examples, visit http://wix.to/94BuAAs

 

$w.onReady(function () {

 

   $w('#dataset1').onReady(() => {

        // Wait for the data set to become ready before populating repeater

        $w('#repeater1').forEachItem(($itemScope, itemData, index) => {

 

            // We use the same email link for each repeater item

            $itemScope('#htmlWithEmailLink').html =

                '<div>\

                     <p>Contact us for more information\

                         <b>\

                             <a href="mailto: stcroppe@gmail.com">\

                                 stcroppe@gmail.com\

                             </a>\

                         </b>\

                     </p>\

                 </div>';

        });

    });

});

 

// Helper functions to make page info display  in a fun way!

 

export function dataSetIcon_mouseIn(event, $w) {

    //Show data set used

    $w('#dataCollection').show();

    $w('#hoverPrompt').hide();

}



 

export function dataSetIcon_mouseOut(event, $w) {

  //Hide data collection image

    $w('#dataCollection').hide();

    $w('#hoverPrompt').show();

}

Page Code

Screenshot 2018-08-22 at 12.42.47.png
bottom of page