Hi All,
I’m looking for some quality techniques for mimicking a Finder (or
“Explorer View”). Eventually I want to have treeviews, contextual
menus, etc. I’m guessing there is going to be a good deal of
Javascript, which is fine, I’m just curious as to whether there are
quality existing helpers, etc for any of these things.
The current relationship model is as follows:
Sites -> Buildings -> Meters -> Values
There is a polymorphic relationship with Charts, so there’s also:
Sites -> Charts
Buildings -> Charts
Meters -> Charts
I already have the add/remove logic for most of the items, I simply
want to improve the GUI.
Thanks.