Hello, I have a Dijit Lightbox on a page, and its working perfect (well close enough.. the close button does not work in IE)
Then I created a Dojo Tab, and it is also working perfect.
Then I put the lightbox page, in the tab, and it also worked perfect.
But then I made the lightbox tab content only load when clicked, and it showed my page ok. But the Dijit lightbox did not work. Clicking the image, just opens the image.
Given I know my code works outside of the tab when called by itself, and inside the tab, when called on load, does anyone know if it should work inside a tab when called on clicking the tab?
Thanks gggggggg