pdf docs in an album

Last post 10-11-2010, 12:45 AM by alexberger753. 2 replies.
Sort Posts: Previous Next
  •  10-10-2010, 4:41 AM 64374

    pdf docs in an album

    IIs there any way to diplay an Icon for say a pdf or doc.  I am using predominately the Gridview layout.  I understand I can add an image to the directory and it will appear in the gallery, but from there, can I trap the on click event of the image and use it to display (or load in a seperate window) the document?
  •  10-10-2010, 9:34 PM 64382 in reply to 64374

    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
  •  10-11-2010, 12:45 AM 64387 in reply to 64374

    Re: pdf docs in an album

View as RSS news feed in XML