silverlight - Object relation graphical control that generates HTML -


i planning create small research web application, have graphical data representation control main data layout mechanism. following sketch shows primitive layout part of web page: enter image description here

since part of web app displayed in browser, want have logic allows me create, edit , render such "maps" or can call "hierarchical trees" html markup sent browser.

maybe 1 of knows , elegant way create such visual elements in plain html.

if not - .net developer, can, last resort, reduce using silverlight render such visuals, have huge visitor loss on first visit, since of them, suppose, won't willing install silverlight plugin, acquainted web site.

anyways, plain html generator such visual trees, or silverlight analog great. tip in advance.

p.s. need element interactive, generating simple image on server not solution.

the javascript vector engine raphael great option.

but if want render map , display result on page, recommend graphviz takes in description of graph in simple language , outputs graph in few different formats.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -