ICEfaces
  1. ICEfaces
  2. ICE-8644

ace:dateTimeEntry - Add a way to change the calendar icon title tooltip

    Details

    • Assignee Priority:
      P1

      Description


      With the current ace:dateTimeEntry using the calendar icon, when a user hovers over the icon a title tooltip is shown. This tool tip just contains three dots (...). There is currently no way to change this title to something more meaningful. With the JQuery plugin there is a buttonText option which is not available as a component attribute.

        Activity

        Migration created issue -
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #32148 Wed Nov 14 10:41:24 MST 2012 yip.ng ICE-8644: ace:dateTimeEntry - Add a way to change the calendar icon title tooltip.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #32149 Wed Nov 14 10:52:27 MST 2012 yip.ng ICE-8644: ace:dateTimeEntry - Add a way to change the calendar icon title tooltip.
        Files Changed
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryMeta.java
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #32153 Wed Nov 14 14:04:59 MST 2012 yip.ng ICE-8644: ace:dateTimeEntry - Add a way to change the calendar icon title tooltip.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/ui/jquery-ui.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/ui/readme.txt
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #32154 Wed Nov 14 14:05:34 MST 2012 yip.ng ICE-8644: ace:dateTimeEntry - Add a way to change the calendar icon title tooltip.
        Files Changed
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryMeta.java
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/resources/icefaces.ace/jquery/ui/readme.txt
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/resources/icefaces.ace/jquery/ui/jquery-ui.js
        Hide
        yip.ng added a comment - - edited

        From Ken:
        Yip, some explanation for what was actually changed in the JIRA would be useful.
        Yip, can you make the defaultValue "" instead of the useless "..." ?
        (Restricted to icesoft-internal-developers group)

        Show
        yip.ng added a comment - - edited From Ken: Yip, some explanation for what was actually changed in the JIRA would be useful. Yip, can you make the defaultValue "" instead of the useless "..." ? (Restricted to icesoft-internal-developers group)
        Migration made changes -
        Field Original Value New Value
        Reporter Migration [ remote ] Arran Mccullough [ arran.mccullough ]
        Migration made changes -
        Assignee yip.ng [ yip.ng ]
        Fix Version/s EE-3.2.0.GA [ 10332 ]
        Priority Major [ 3 ] Minor [ 4 ]
        Assignee Priority P1 [ 10010 ]
        Migration made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Hide
        yip.ng added a comment - - edited

        Added buttonText attribute to expose jQuery UI datepicker buttonText option. Set default to "" instead of "..."

        Some better explanation:

        Modified: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\jquery\ui\jquery-ui.js
        Modified: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\jquery\ui\readme.txt
        Modified: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\src\org\icefaces\ace\component\datetimeentry\DateTimeEntryMeta.java
        Completed: At revision: 32153

        Modified: C:\svn\ossrepo\icefaces3\branches\icefaces-3.0.x-maintenance\icefaces\ace\component\resources\icefaces.ace\jquery\ui\jquery-ui.js
        Modified: C:\svn\ossrepo\icefaces3\branches\icefaces-3.0.x-maintenance\icefaces\ace\component\resources\icefaces.ace\jquery\ui\readme.txt
        Modified: C:\svn\ossrepo\icefaces3\branches\icefaces-3.0.x-maintenance\icefaces\ace\component\src\org\icefaces\ace\component\datetimeentry\DateTimeEntryMeta.java
        Completed: At revision: 32154

        Show
        yip.ng added a comment - - edited Added buttonText attribute to expose jQuery UI datepicker buttonText option. Set default to "" instead of "..." Some better explanation: see description of this JIRA see http://api.jqueryui.com/datepicker/#option-buttonText see TLD (attached screenshot-01.png) Modified: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\jquery\ui\jquery-ui.js Modified: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\resources\icefaces.ace\jquery\ui\readme.txt Modified: C:\svn\ossrepo\icefaces3\trunk\icefaces\ace\component\src\org\icefaces\ace\component\datetimeentry\DateTimeEntryMeta.java Completed: At revision: 32153 Modified: C:\svn\ossrepo\icefaces3\branches\icefaces-3.0.x-maintenance\icefaces\ace\component\resources\icefaces.ace\jquery\ui\jquery-ui.js Modified: C:\svn\ossrepo\icefaces3\branches\icefaces-3.0.x-maintenance\icefaces\ace\component\resources\icefaces.ace\jquery\ui\readme.txt Modified: C:\svn\ossrepo\icefaces3\branches\icefaces-3.0.x-maintenance\icefaces\ace\component\src\org\icefaces\ace\component\datetimeentry\DateTimeEntryMeta.java Completed: At revision: 32154
        Migration made changes -
        Attachment screenshot-01.png [ 14931 ]
        Migration made changes -
        Fix Version/s 3.3 [ 10370 ]
        Ken Fyten made changes -
        Fix Version/s EE-3.2.0.BETA [ 10573 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

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

            Dates

            • Created:
              Updated:
              Resolved: