90%
top of page

Add a Title

Add a Title
Published Date
Published Date
Tags
0 Comments
Views
Share Post

Comment

successMessage

errorMessage

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.

Add a Title

No comments yet. Be the first to comment!"

Related Posts

Start Now
Start Now

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

Add a Title

Start Now
Start Now

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

Add a Title

Start Now
Start Now

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

Add a Title

  • Writer: @lan Design
    @lan Design
  • Dec 29, 2023
  • 1 min read

Updated: Nov 29, 2024



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