ICEfaces
  1. ICEfaces
  2. ICE-7059

Add option to multi-month dateTimeEntry to specify which month to display leftmost

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-2.0.0.GA, 2.0.2
    • Fix Version/s: 2.1-Beta, 3.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      *
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial

      Description

      From ICE-6875:

      When displaying >1 month in the calendar view, provide a new attribute to specify which months should be displayed. For example, make it possible to have it so that three months displays last, current, next month left to right. Two months displays current, next month left to right. Alternatively, three months displays this month, next month, and the month after that, etc.

      The suggested mechanism is as follows:

      - add a new attribute called something like 'leftMonthOffset' which would accept an integer value. This would specify a zero-based offset indicating which month should be displayed in the leftmost position in the popup calendar, relative to the date value.

      For example:

      monthsToDisplay = 3
      leftMonthOffset = -5

      This config would open the popup with the left-most month being date - 5 months, with the middle month slot being date - 4 months, and the right most slot being date - 3 months.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #26452 Fri Nov 18 11:53:10 MST 2011 ken.fyten ICE-7059 - Add option to multi-month dateTimeEntry to specify which month to display leftmost
        ICE-6875 - Add ace:dateTimeEntry enhancements, incl. support for jquery calendar and ThemeRoller styling.
        ICE-6970 Adopted Apache 2.0 license source-code headers for ACE source-code.
        Files Changed
        Commit graph DEL /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datetimeentry/calendar.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntry.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryMeta.java
        Commit graph DEL /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/skins
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datetimeentry/datetimeentry.js
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/event/DateSelectEvent.java
        Commit graph DEL /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datetimeentry/container.css
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datetimeentry/calendar_icon_disabled.png
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryUtils.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryRenderer.java
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryHandler.java
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datetimeentry/calendar_icon.png

          People

          • Assignee:
            yip.ng
            Reporter:
            yip.ng
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: