Hi,
Execuse the extreme newby question but I'm interested in using ext or something similar in stand-alone browser style app. Basically I'll create a bunch of HTML pages and want to use a tree and possibly some other widgets to let the user browse these pages. There will be no web server access, however that may change in the future.
I've looked at various JS Tree code and can do what I want using one of these, but it seems much smarter to use a framework like ext, as it opens up a lot more possibilities for the future.
One final thing. My tree can have many thousands of nodes so the ability to dynamically load branches is important. And ideally I'd like the tree to be built from XML.
Hi Doug,
Thanks so much for that, I think it will help a lot. I need to start with getting up to speed with Ext (read tutorials) and then into your stuff.