10 Jan
2005
10 Jan
'05
4:20 p.m.
--On Montag, 10. Januar 2005 17:14 Uhr +0100 Florian Reiser <florian_reiser@gmx.de> wrote:
Hello Zopistas,
I have an hierarchical structure (e.g. folders). With this structure I want to generate a tree in Zope, where each item has a checkmark.
If I select one checker, then all items below it should be selected, too.
If I then uncheck one checker, then the checker above that, should appear gray.
Maybe you know this tree from graphical tape backup applications.
Is there a product for zope, which helps me generating such a tree?
This is basically an issue that you would solve on the client-side using Javascript. -aj