Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Is there any way to navigate Calendar to specfic date with a method call?

    Smart GWT 4.0d (SmartClient Version: v9.0d_2013-06-17/PowerEdition Deployment (built 2013-06-17))

    We are using Calendar and Timeline controls at the same time. When user change tabs we would like to synchronize the views (go to the same date on the other control as well).

    It was very easy to navigate the timeline calling setTimelineRange(startDate, endDate) and we are looking something similar for Calendar.

    Please advise. Thanks.

    #2
    Is this for a "day" view? If so, just calendar.setChosenDate(newDate)

    Comment


      #3
      In fact, that will most likely work as expected in all views

      Comment


        #4
        Oh, yes, thank you. It works for all perfectly!

        (and sorry for the trivial question - I tried to search the docs, but not for the word chosen)

        Comment

        Working...
        X