Re: How to display Next/Previous buttons in LightBox Viewer

  •  02-02-2012, 6:11 AM

    Re: How to display Next/Previous buttons in LightBox Viewer

    Hi tlocke,
     
    1. Open file "CuteSoft_Client\Gallery\Viewer\LightBox\Code.js"
     
    2. Find section below and delete it
     
    var HidePrevNext=ToDelegate(this,function(){
    this.nextbtn.style.display="none"; 
    this.prevbtn.style.display="none";
    });
     
    Regards,
     
    Ken 
View Complete Thread