[Seaside] Seaside 2.6 Example?

Todd Blanchard tblanchard at mac.com
Wed Jan 25 22:49:22 CET 2006


 
You could include a subclass of WAComponent called WACanvasComponent and let people subclass that if they want the canvas I suppose.  Of course, this is trivial to do...

On Wednesday, January 25, 2006, at 02:17PM, Avi Bryant <avi.bryant at gmail.com> wrote:

>
>On Jan 25, 2006, at 12:16 PM, Rick Zaccone wrote:
>>
>> Wouldn't it make more sense if WAPresenter>>rendererClass was  
>> defined as
>>
>> WAPresenter>>rendererClass
>>     ^WARenderCanvas
>>
>> I thought that the thrust in Seaside 2.6 was to use a Canvas.  Why  
>> is WAHtmlRenderer the default?
>
>For backwards compatibility.  But if people are willing to add
>
>rendererClass
>   ^ WAHtmlRenderer
>
>to all of their existing classes in order to update to 2.6, I'm more  
>than happy to switch it.
>
>Avi
>_______________________________________________
>Seaside mailing list
>Seaside at lists.squeakfoundation.org
>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the Seaside mailing list