Announcement

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

    MiniDateRangeItem without relative dates

    Hi,

    Is it possible to remove relative dates from MiniDateRangeItem? When a pickerIcon is clicked and a DateRangeDialog is opened I would like to get DateItem components on that dialog instead of RelativeDateItem components.
    I am using Smart GWT 2.5 Power Edition.

    #2
    Anyone?
    Yes or no would be enough.

    Comment


      #3
      Try to call:

      setAttribute("allowRelativeDates", Boolean.FALSE);

      on the MiniDateRangeItem instance.

      Comment

      Working...
      X