Re: pdf docs in an album

  •  10-10-2010, 9:34 PM

    Re: pdf docs in an album

    Hi davenel,
     
    Please open file  "CuteSoft_Client\Gallery\Layout\GridShow\Code.js"
     
    Find section below, it is the onClick event of the image, you can change it you need.
     
    div.onclick=ToDelegate(this,function()
        {
            //this.ShowPhoto(photo);
            this.Browser.ShowViewer(photo);
            tt.Close();
        })
     
    Regards,
     
    Ken
View Complete Thread