[Seaside] RE: [GOODIE] HTML Builder

Stephen Pair spair@advantive.com
Wed, 5 Jun 2002 09:06:41 -0400


Isn't a lot of this capability already available with the current HTML
parse nodes in Scamper?  If not, couldn't you just enhance the HTML
generation capabilities of the Scamper HTML parser classes?

- Stephen=20

> -----Original Message-----
> From: squeak-dev-admin@lists.squeakfoundation.org=20
> [mailto:squeak-dev-admin@lists.squeakfoundation.org] On=20
> Behalf Of goran.hultgren@bluefish.se
> Sent: Wednesday, June 05, 2002 9:21 AM
> To: squeak-dev@lists.squeakfoundation.org
> Cc: seaside@lists.squeakfoundation.org
> Subject: Re: [GOODIE] HTML Builder
>=20
>=20
> Hi all!
>=20
> Avi Bryant <avi@beta4.com> wrote:
> > This is just a quick offshoot of some ideas I'm playing with for=20
> > Seaside. It pulls DNU tricks to allow easy embedding of html within=20
> > smalltalk code (as opposed to SSP, which is the other way around). =20
> > For example,
> >=20
> > h :=3D HTMLBuilder new.
> [SNIP]
>=20
> Hey! This looks very similar to stuff I have in HttpView! :-)=20
> But without the DNU tricks though, I instantiate instances of=20
> classes like HVHtmlSelect, HVHtmlCheckBox etc which act like=20
> "widgets".
>=20
> Just wanted to mention it.
>=20
> regards, G=F6ran
>=20
>=20