[Seaside] newbie question..

Wilkes Joiner wilkesjoiner at gmail.com
Sun Dec 25 17:59:52 CET 2005


I have a tutorial that should get you build classes pretty quickly:

http://wilkesjoiner.com/SqueakIntro.html

Hope this helps,
Wilkes

On 12/25/05, Philippe Marschall <philippe.marschall at gmail.com> wrote:
> > WAComponent subclass: #HelloWorldComponent
> >         instanceVariableNames: ''
> >         classVariableNames: ''
> >         poolDictionaries: ''
> >         category: 'SCSeasideTutorial'
> This basically says, create a subclass of WAComponent named
> HelloWorldComponent in the category SCSeasideTutorial. Yes you can do
> that but evaluating the code in the Workspace but you generally want
> to do this in a browser.
>
> >  renderContentOn: html
> >         html text: 'Hello world'
>
> That's actually a method you need to create, in your
> HelloWorldComponent class. Not code you need to evalualte.
>
> Are you familiar with Smalltalk/Squeak (know how to create classes and
> methods) or shall I quickly run you through it?
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the Seaside mailing list