[Zope] Icon Product?
Keith J. Farmer
kfarmer@thuban.org
Fri, 17 Aug 2001 02:03:57 -0700
I'm trying to create an icon zclass for use in navbars. I've created a
zclass containing string attributes link, alt_text, and image (as a
url). I've tried various ways including python script to get the icon
to render as
<a href=3D"..link.." alt=3D"..alt_text.."><.. img tag ..></a>
to no avail. =20
I'd prefer to keep the calling syntax as brief as possible (otherwise,
what's the point of the class?). Anybody have any suggestions (or
existing products)?