Menu

#29 Event window scroll bar?

open-works-for-me
nobody
None
5
2006-08-07
2006-08-06
AuntyG
No

When inserting a large amout of text into the event
window it can't all be read on the event popup window
after submitting to the calendar. The only way to see
some more of the text is to make the popup window larger.
A scroll bar is not present to enable further viewing.
Not sure whether this is a bug or a new feature request?

Thx

Discussion

  • webinventor

    webinventor - 2006-08-07

    Logged In: YES
    user_id=1423751

    To add scrollbar to event popup window open index.html,
    find javascript code:

    var openWin = window.open
    (url,"VoteWin","left="+w_left+",top=30,scrollbars=no,menubar
    =no,height=450,width=600,resizable=yes,toolbar=no,location=n
    o,status=no");

    and replace "scrollbars=no" with "scrollbars=yes".

    Make the same changes in other pages (e.g., week.html) if
    it is necessary.

    Thanks,
    Alex

     
  • AuntyG

    AuntyG - 2006-08-07
    • status: open --> open-works-for-me
     
  • AuntyG

    AuntyG - 2006-08-07

    Logged In: YES
    user_id=1248039

    Works a treat ;o)
    So easy, can't believe I missed that myself ;o(

    Many thx Alex

     

Log in to post a comment.