ICEfaces
  1. ICEfaces
  2. ICE-10795

ace:dateTimeEntry does not support locale for time slider

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.3, 4.0
    • Fix Version/s: 4.1
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      all plattforms, java 6,7,8

      Description

      Using ace:dateTimeEntry it is not possible to render correct language for time slider. - See more at: http://www.icesoft.org/JForum/posts/list/22995.page#sthash.GOyffvI7.dpuf

        Activity

        Hide
        Wolfgang Lumetsberger added a comment -

        We allready found a solution, by adding variables to location in java script like in tutorial:
        http://www.icesoft.org/wiki/display/ICE/DateTimeEntry+Locale
        hourText, minuteText ...
        Maybe the documentation should get adapted to mention all possible attributes

        Show
        Wolfgang Lumetsberger added a comment - We allready found a solution, by adding variables to location in java script like in tutorial: http://www.icesoft.org/wiki/display/ICE/DateTimeEntry+Locale hourText, minuteText ... Maybe the documentation should get adapted to mention all possible attributes
        Hide
        Judy Guglielmin added a comment -

        There is an existing tutorial for this type of support:-
        http://www.icesoft.org/wiki/display/ICE/DateTimeEntry+Locale
        The wiki page has been updated to reflect this added source of information.

        Show
        Judy Guglielmin added a comment - There is an existing tutorial for this type of support:- http://www.icesoft.org/wiki/display/ICE/DateTimeEntry+Locale The wiki page has been updated to reflect this added source of information.
        Hide
        Judy Guglielmin added a comment -

        cannot provide values for changing locales within the source code, so only way to do this is with the js objects defining the supported objects. For a list of these objects for the timeEntry, see the tutorial already listed using ice.ace.locales and add these to the indexed locale:-
        currentText: 'Maintenant',
        closeText: 'Termine',
        amNames: ['AM', 'A'],
        pmNames: ['PM', 'P'],
        timeFormat: 'HH:mm',
        timeSuffix: '',
        timeOnlyTitle: 'Choisir le Temps',
        timeText: 'Temps',
        hourText: 'Heure',
        minuteText: 'Minute',
        secondText: 'Second',
        millisecText: 'Millisecond',
        timezoneText: 'Fuseau Horaire'

        Show
        Judy Guglielmin added a comment - cannot provide values for changing locales within the source code, so only way to do this is with the js objects defining the supported objects. For a list of these objects for the timeEntry, see the tutorial already listed using ice.ace.locales and add these to the indexed locale:- currentText: 'Maintenant', closeText: 'Termine', amNames: ['AM', 'A'] , pmNames: ['PM', 'P'] , timeFormat: 'HH:mm', timeSuffix: '', timeOnlyTitle: 'Choisir le Temps', timeText: 'Temps', hourText: 'Heure', minuteText: 'Minute', secondText: 'Second', millisecText: 'Millisecond', timezoneText: 'Fuseau Horaire'

          People

          • Assignee:
            Judy Guglielmin
            Reporter:
            Wolfgang Lumetsberger
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: