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':['
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
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':