"Keith M. Corbett" <[email protected]> writes: > This is something I want to do that, for all I know, could be easy, or > perhaps it is very hard. > > I need a tree widget, like a directory browser. The widget should > display a tree where each node is a hyper-link that performs an action > to browse and re-render the tree. (In HTML terms, this could be > implemented as nested unordered lists, or alternatively as a table.) > Each hyper-link represents either a branch or a terminal node, like a > directory or a file. If the user clicks on a branch link, I want the > widget to "open" that branch and display its children, and close > anything that was "open" before.
You could also implement a weblocks back-end for the YUI TreeView: http://developer.yahoo.com/yui/treeview/ which would give you all the functionality you will ever need plus a well-tested browser widget. This is what I'd do. --J. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
