I have another application which has the event id and I want to have a href link to click that will open up the calendar and the lightbox for the event id that was clicked from my external page. I can not find any info about what to pass in.
I edited my jsp to take an optional eventid. Now I am popping up my custom lightbox, however no values are being populated. The event is displayed on my calendar so the data should be there.
my custom box lightbox is being called and opened however nothing is being passed into the setValues function to populate the lightbox.
I am getting the alert obj is undefined
[code] function setValues(obj) {
var inputs = document.body.getElementsByTagName(‘input’);