[Seaside] anchor without action?

Avi Bryant avi.bryant at gmail.com
Thu May 12 21:15:04 CEST 2005


On 5/12/05, Guenther Schmidt <gue.schmidt at web.de> wrote:
> Hi,
> 
> I know this is a trivial question, but how do I write a link without any action attached to it?

html anchorWithUrl: 'http://www.squeak.org' do: [html bold: 'Squeak!']

Or, using the Canvas support from 2.6a,

html anchor url: 'http://www.squeak.org'; with: [html bold: 'Squeak!']

Avi


More information about the Seaside mailing list