Edit Description Window - I need Scrollbars in that window.

Last post 08-14-2008, 10:55 PM by coverboy. 2 replies.
Sort Posts: Previous Next
  •  08-14-2008, 2:46 AM 42957

    Edit Description Window - I need Scrollbars in that window.

    Hi...Adam.
    I'm a registered user for DotNetGallery.
     
    First of All, your product is really cool..
     
    My Question is, How and I show up scrollbars in "Edit Description" Window.
     
    I edited /DotNetGallery_Files/imageinfo.aspx .
     
    var OxOfdbf=["newWin","toolbar=no,width=",",height=","\x --> to
    var OxOfdbf=["newWin","scrollbars=yes, toolbar=no,width=",",height=","\x
     
    But It simply didn't work.
     
     
    as you see above Screen Capture Image,
     
    I can't Click "Navigate Button" "1,2,3..Next..."
     
    So, Let me know how to use Scrollbars.
     
    Thanks in advance.
  •  08-14-2008, 12:07 PM 42970 in reply to 42957

    Re: Edit Description Window - I need Scrollbars in that window.

    coverboy,
     
    Thanks for the nice comments about dotnetgallery.
     
    Please open editdescription.aspx and add the following code:
     

     <body>
      <div style="overflow: auto; width: 100%; height: 450px;">
    ...
      </div>
     </body>

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  08-14-2008, 10:55 PM 42990 in reply to 42970

    Re: Edit Description Window - I need Scrollbars in that window.

    Hi..Adam..
     
    I edited "editdescription.aspx" . However, it didn't work.
    I don't know why...some guess is CSS Conflict..
     
    Anyway, I editied "imageinfo.aspx" as you wrote.
     
    It works. Thanks for your quick reply.
View as RSS news feed in XML