[Seaside] localizing html dateInput and other widgets

Avi Bryant avi.bryant at gmail.com
Tue May 24 21:07:00 CEST 2005


On 5/23/05, Guenther Schmidt <gue.schmidt at web.de> wrote:
> Hi,
> 
> I have the feeling, that when I want to localize, for instance, html dateInput, I will have to subclass WAHTMLRenderer so that it then will use another subclass of that dateInput Widget class.

Well, #dateInputWithValue:callback on WAHtmlRenderer doesn't use a
widget class at all, it does everything inside that method.  So, yes,
you could subclass and override, or just add a #europeanDateInput...
method, or not use it at all.

Certainly, there's a need for good localization support for Seaside. 
It's been on my todo list for quite a while... :/

Avi


More information about the Seaside mailing list