[Zope] OT: Using images to post a form
Dieter Maurer
dieter@handshake.de
Mon, 19 Feb 2001 21:32:57 +0100 (CET)
Paul Zwarts writes:
> A slight off-topic request. I want to replace buttons with images to
> post a form (for more than just cosmetic reasons), does anyone know how
> it would be done? Can something like an onClick=document.Form.submit()
> work here and tell zope to read the request?
You may look at the Collector.
I posted a patch there, that allows to use ":method" suffixes even for
image buttons.
The patch was for Zope 2.1.6. Now (Zope 2.3), there is
an alias ":action" for ":method". The patch would need to
be extended accordingly.
Dieter