0 Replies Latest reply on Apr 13, 2012 4:42 PM by jhaley

    Have rich calendar scroll page

    jhaley

      In regard to a rich calendar that is near the bottom of a page.  When the user clicks the icon that opens the popup the actual page length expands to accommodate the calendar.  But to see the whole calendar the user needs to scroll to the bottom of the page.  I want to use javascript to scroll the user to the bottom of the page, but I can't find a calendar event that well make this work.

       

      For example, the following won't work because it fires before the calendar expands the page.

      onexpand="window.scrollTo(0, document.body.scrollHeight);"