top of page

Add a Title

Add a Title
Published Date
{postDate}
Tags
0 Comments
Views
Share Post

Comment

successMessage

errorMessage

Add a Title

Add a Title

Add paragraph text. Click “Edit Text” to update the font, size and more. To change and reuse text themes, go to Site Styles.

No comments yet. Be the first to comment!"
01 //
NEWS & UPDATES

Related Posts

Category

{publishedDate}

{postTitle}

{postParagraph}

Start Now
Category

{publishedDate}

{postTitle}

{postParagraph}

Start Now
Category

{publishedDate}

{postTitle}

{postParagraph}

Start Now


Add a lightbox to your site

Add elements you wish to display

Connect the elements to your dataset


 

import wixWindow from 'wix-window';

$w.onReady(function () {
    $w("#repeater9").onItemReady(($w, data) => {
        $w("#triggerButton").onClick(() => {
            wixWindow.openLightbox("Christmas Lightbox", data._id)
        })
    })
});

Lightbox Code
import wixWindow from 'wix-window';
import wixData from 'wix-data';
$w.onReady(function () {
    let dataID = wixWindow.lightbox.getContext();
    console.log(dataID)
    $w("#dataset1").setFilter(wixData.filter().eq("_id", dataID));

});

Have fun!

Comments


bottom of page