Re: [Proto-Scripty] Re: AJAX Tabs Widget

2012-12-31 Thread Phil Petree
Victor, Thanks for the links... I'd already seen control.tabs and it doesn't appear to support ajax (if it does its not documented and the api makes no reference to it). The one on sourceforge appears to be a fork of the control.tabs and also I do see references to ajax in the source, it has no

[Proto-Scripty] Re: AJAX Tabs Widget

2012-12-30 Thread Victor
I'm now looking for/at tab controls that support ajax calls. The few that I've found are pretty static in that you can assign tab A to a specific AJAX request but you have no ability to dynamically create/destroy tabs. LivePipe Control.Tabs: http://livepipe.net/control/tabs + somewhere

[Proto-Scripty] Re: AJAX Tabs Widget

2012-12-28 Thread Phil Petree
I managed to get Rolands tabs.js to work. Essentially I added another parameter to the addPanel function called relationship and then used that in the new Element(). After Roland adds the Panel (creates a new tab) he calls openPanel which will inturn call the AJAX call back. Once there it was