iain duncan <[EMAIL PROTECTED]> writes: > Hi everyone, wondering if other people have done this and if so what > they found the sensible way to do it is with gears. > > I would like an admin page that has a movable sash in the middle, as if > the page uses two frames. A drill down tree view will be one side, and > the results of editing the tree components will be visible in the other. > So the sash will let the user see more or less of the tree as they see > fit and would be a nice way to edit a treed document structure on new > wide aspect monitors. > > I'm not sure whether trying to mix frames with gears would be disastrous > or not. I suppose another option is an ajax sash, but that could be > tricky too. Any opinions on best way to do this?
I believe that the frame implementation is the easiest. And probably the more portable... Maybe your sash could use both: it there's JS then use it, otherwise use the frame. Both, the drilldown and the sash window would be very interesting widgets ;-) (I was planning a drilldown on my own, even had started the repos, but I have no code for it yet). -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

