Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
ASP.Net Image Gallery
»
Re: How to display Next/Previous buttons in LightBox Viewer
Re: How to display Next/Previous buttons in LightBox Viewer
02-02-2012, 6:11 AM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: How to display Next/Previous buttons in LightBox Viewer
Reply
Quote
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