[Seaside] IALink for <link> element

Kamil Kukura kamk@volny.cz
Sun, 31 Mar 2002 11:14:54 +0200


> Hi Kamil,
>
> there actually already is a link element (though come to think about 
> it, it's probably in SSVS and not in 0.92).  At the moment it's called 
> IAHeadLink which is probably a bad name but then the name doesn't 
> usually matter. 


IAHeadLink is good name :)

> The other tags seems like reasonable uses as well.  I'm going away for 
> the weekend so I'll leave Avi to comment further and do something 
> about it.  You could also file a feature request at http://bugs.beta4.com
>
> Oh, what is the reason for your naming scheme addition to 
> urlForResourceNamed: ?  I can't quite figure it out.
>
It's for setting the URI like:

(template elementNamed: 'myimage') set: #src to: 'http://foo.bar/image.gif'.

-- 
Kamil