« Return to Thread: Calender Control

Re: Calender Control

by Janko Mivsek :: Rate this Message:

Reply to Author | View in Thread

Hi Rob,

This should be already solved in Aida 5.6, look at

        WebStyle>>calendarLangJAvascript

which should call calendarLangEnglish instead of calendarLangSlovenian,
as was the case in previous versions.

I hope this helps
Janko

Rob Rothwell wrote:

> When I hover over the the Calendar Control  created using the
> WebElement>>addDateInputFieldAspect:for: method, I get the Slovenian
> "Select Date" tooltip "Izberite datum."
>
> The only place this appears to exist is in
> WebStyle>>calendarLangSlovenian (Calendar._TT["SEL_DATE"] = "Izberite
> datum";).  The seemingly correct description is in
> WebStyle>>calendarLangEnglish (Calendar._TT["SEL_DATE"] = "Select
> date";), and the control itself is being properly displayed in English.
>
> Any ideas where to look to correct this?  Unfortunately, I am not even a
> Javascript or CSS novice, so I have a much harder time finding things
> like this...
>
> Rob Rothwell
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Aida mailing list
> Aida@...
> http://lists.aidaweb.si/mailman/listinfo/aida

--
Janko Mivšek
AIDA/Web
Smalltalk Web Application Server
http://www.aidaweb.si
_______________________________________________
Aida mailing list
Aida@...
http://lists.aidaweb.si/mailman/listinfo/aida

 « Return to Thread: Calender Control