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
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
Comment