[Seaside] Usage of Canvas' #select and #labels

Philippe Marschall philippe.marschall at gmail.com
Sat Apr 7 15:00:50 UTC 2007


2007/4/7, stephane ducasse <stephane.ducasse at free.fr>:
> > (noone needs Traits in real applications anyway)
>
> Indeed :)
>
> could you gave us some classes with duplication...
> we are making another study on traits

(WAAnchorTag)
WACollectionTag
WACompound
(WAFileUploadTag)
WAFormInputTag
WAOptionTag
WASubmitButtonTag
WAImageButtonTag

#on:of: and #callback: (and #selected to a certain extent). You'll
probably find more if you digg more.

Then there is the whole attribute story highlighted several times by Lukas.

iCal/vCard is similar where a component type can have different
properties which can not be modeled very well with inheritance.
(that would even be a use for stateful Traits)

Then there is Audrioscrobbler (which acutally uses Traits). Where you
have different kinds of charts like
- top albums
- top artists
and weekly versions of each like
- weekly top albums
- weekly top artists

Philippe

> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the Seaside mailing list