Re: start dotnetgallery in auto expend mode

  •  12-09-2011, 9:36 AM

    Re: start dotnetgallery in auto expend mode

    Hi bazzag,
     
    1. Open file  "uteSoft_Client\Gallery\Layout\SlideShow\Code.js"
     
    2. Find section below 
     
    GalleryLayout.prototype.DrawUI=function _GalleryLayout_DrawUI()
     
    3. Add the line below into the first line of the method above 
     
    this._autoexpend=true;
     
    Regards,
     
    Ken 
View Complete Thread