Populating the Lightbox with Data

Hi all,

Sorry this may be a simple question.

I have a JSON string which has all of my data that I have stored in the database.

I just want to know how to populate the Lightbox form with the data that I have got in this JSON string?

What is the scheduler command and the parameters that need to be passed?

Thanks!

Sorry, I have found this out.

Close thread please.

Hello,
Would you share the solution, please? I have the same question but I didn’t found the answer.
Thanks

Not quite sure about the original solution, but scheduler shows the properties of event in the lightbox, so you can create event and show lightbox for it as

var id = scheduler.addEvent( json_object );
scheduler.showLightbox(id);