As a followup to my question on newbie technology. The Zope front end has two elements that I'd like to use: 1) The splitter bar 2) The "delete" button which dynamically appears. Being a newbie, I don't know how to implement these. Are these straight HTML/DTML or is Java or something else required? thanks, Danny __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com
danny shevitz wrote:
As a followup to my question on newbie technology.
The Zope front end has two elements that I'd like to use: 1) The splitter bar
This is puer HTML, it is called FRAMESET See HTML docs (or page/frame source).
2) The "delete" button which dynamically appears.
Most likely <dtml-if> based on cookie You can dig around in Zope sources, files ending in .dtml (or possibly .py) may be of interest --------------- Hannu
participants (2)
-
danny shevitz -
Hannu Krosing