Re: Get Image name from Image Gallery

  •  12-02-2013, 2:39 AM

    Re: Get Image name from Image Gallery

    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. 

     

    1. img.onclick = ToDelegate(thisfunction () {  
    2.     //photo.Title  
    3.     //photo.CategoryID  
    4.     //photo.Url  
    5.        //photo.Thumbnail  
    6.     this.Browser.ShowViewer(div.dngphoto);  
    7. });  
     

    Regards,

     

    ken 

View Complete Thread