Re: HTML Tree View with and

2005-01-28 Thread Eddie Corns
Gregor Horvath <[EMAIL PROTECTED]> writes: >Hi, >Before I reinvent the wheel I`d like to ask if someone has done this >before since I did not find an advice at Google. >The goal is to create a dynamic Tree View in HTML. >Say I have a data strucure like this: >structList = >{'Sun':{'Sun.1':['

Re: HTML Tree View with and

2005-01-28 Thread Larry Bates
While not EXACTLY what you outlined, I've used TreeView http:www.treeview.net along with Python to create the dynamic tree menus you describe. I had to write a couple or very short JavaScript additions, but it is working just fine. All the tree opening and closing is done on the client via-javasc

HTML Tree View with and

2005-01-27 Thread Gregor Horvath
Hi, Before I reinvent the wheel I`d like to ask if someone has done this before since I did not find an advice at Google. The goal is to create a dynamic Tree View in HTML. Say I have a data strucure like this: structList = {'Sun':{'Sun.1':['Sun1.1','Sun1.2'],'Sun.2':['Sun2.1','Sun2.2']},'Kupa':