Hi narendrabadu,
1. Please open file "\CuteSoft_Client\Gallery\Layout\Classic\Code.js"
2. Find section below
img.onclick=ToDelegate(this,function()
{
this.Browser.ShowViewer(div.dngphoto);
});
3. The sectin above is the image click event, you can get the image info in it.
- img.onclick = ToDelegate(this, function () {
-
-
-
-
- this.Browser.ShowViewer(div.dngphoto);
- });
Regards,
ken