recursion - Visualisation of Tree Hierarchy in HTML -


i looking of inspiration doing interaction design on hierachy/tree structure. (products number of subproducts, rules apply selecting subproducts).

i want have tree there visible connection between sub-nodes , parent node. , want visualize rules apply selecting them.

typical rules:

  • mandatory: select 1 of 1 sub-product
  • optional: select 0 or more of several subproducts
  • mutual exclusive: select 1 of several subproducts

i hope idea.

i looking inspiration in area. suggestions, examples, tips welcome

here several:

if willing use other html/javascript, flare excellent library adobe flash.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -