Hello everybody!
I try to insert an image, witch could be open with dojox.image.lightbox into a TabContainer. The TabContainer works, but when I add my image:
<a dojoType="dojox.image.LightBox" group="grouped" title="mytitle" href="pathToImage"><img src="pathToImage" height="180px" width="240px" /></a>
The TabContainer doesn't work anymore. How could I fix that?
Best regards,
Fab