Announcement

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

    DateChooser

    Hi,

    I'm trying to change the MouseOver on the dateChooser to another language.
    Ive done this with the following properties :

    Date.shortDayNames
    Date.shortMonthNames
    DateChooser.addProperties({todayButtonTitle: "xxxx"});
    DateChooser.addProperties({cancelButtonTitle: "xxxx"});

    Is there a similar propertie to set the mouse over message ?

    Thanks!


    Lou

    #2
    Hi Lou
    You're referring to the "Show Date Chooser" text that pops up when the user hovers over the date item's picker button, right?

    This can currently be set via the following code
    Code:
    isc.DateItem.changeDefaults("pickerIconProperties", {prompt:"Custom prompt"});
    We'll be sure to make customizing this prompt easier and document it in the future -thanks for bringing it to our attention.

    By the way - you may also want to check out the i18nMessages documentation - this has a list of strings that may be customized for localizing SmartClient applications.

    Comment


      #3
      Exactly,

      Thanks a lot!!!!


      Lou

      Comment

      Working...
      X