[Zope] Menus (was no subject)

Tino Wildenhain tino at wildenhain.de
Tue May 3 04:19:27 EDT 2005


Am Dienstag, den 03.05.2005, 10:06 +0200 schrieb Jaroslav Lukesh:
> Dne středa, 23. února 2005 16:40 "Jonathan Hobbs" <toolkit at magma.ca> 
> napsal(a):
> > ----- Original Message -----
> > From: "cla" <clark2 at net.sapo.pt>
> >
> > > Hi would like to know how to put
> > > multiple dynamic drop down boxes
> > > in zope using dtml or python scripts(if possible)
> > >
> > > scheme:
> > >
> > > box1:----> box2 --> box3 --> ...
> > > call database and fill    call database and fill
> >
> > You need a comination of dtml and javascript to do this.  The
> > drop-down/across menu structure is built/controlled by the js code while
> > the menu content is provided by dtml.  I would suggest that you start by
> > googling for js menu scripts, get static menus working 1st, then add in the
> > dtml to provide menu content.
> 
> Did you googling that? Try google for: lukesh zope menu
> 
> Sorry for late response...

Btw. you dont need no Javascript if you dont have to support old browser
like IE and friends. It is possible in pure CSS. Google for CSS menu.
alistapart.com is a good resource too.

-- 
Tino Wildenhain <tino at wildenhain.de>



More information about the Zope mailing list