I'm stumped. I have been tasked with exploring the idea of an "explorer-like" UI for an HTML console. Graphical Hierarchical Tree is a start, but the code seems buggy at best and what I'm looking to do would not involve a DB or be displaying all "threads" at once. It would be a tree of hosts, click on the hosts and get services, click there get graphs from those services, etc. I don't mind framing it and refreshing the frame with the tree every time, but tracking the state and changing it seems to be the trick. Is this possible? Are there resources I'm just missing? I have no code of my own yet or it would be here =)
"A man's maturity -- consists in having found again the seriousness one had as a child, at play." --Nietzsche

In reply to building an HTML based tree UI by jptxs

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.