Re: Component Tab with AJAX

2006-05-30 Thread Hugo Palma
Cool, thanks. On 5/30/06, Sam Gendler <[EMAIL PROTECTED]> wrote: > Still, i have one question. Is it possible with your component to have tabs > in a separate page/component ? Currently, no, but it will be getting an update that will likely allow it. Currently, the content of any tab is j

Re: Component Tab with AJAX

2006-05-30 Thread Sam Gendler
Still, i have one question. Is it possible with your component to have tabs in a separate page/component ? Currently, no, but it will be getting an update that will likely allow it. Currently, the content of any tab is just the content of a div in the same page, and the ids of the necessary div

Re: Component Tab with AJAX

2006-05-30 Thread Hugo Palma
I haven't seen the source, but i will as soon as i can find some time to do so. Still, i have one question. Is it possible with your component to have tabs in a separate page/component ? On 5/30/06, Sam Gendler <[EMAIL PROTECTED]> wrote: I have checked the tab component into tacos trunk, so if

Re: Component Tab with AJAX

2006-05-30 Thread Sam Gendler
I have checked the tab component into tacos trunk, so if you build from svn, you should get a tab component which has had some improvement since the version you are playing with. It will get a larger update sometime later this week. I also added dojo accordion and dojo content pane, as well as a

Re: Component Tab with AJAX

2006-05-30 Thread Hugo Palma
I think it might have something to do with the firewall i'm behind. I'll try from home later. On 5/30/06, Peter Svensson <[EMAIL PROTECTED]> wrote: Hmm. It works for me. Strange. /PS On 5/30/06, Hugo Palma <[EMAIL PROTECTED]> wrote: > > Still can't see it. It takes forever to load and then i

Re: Component Tab with AJAX

2006-05-30 Thread Peter Svensson
Hmm. It works for me. Strange. /PS On 5/30/06, Hugo Palma <[EMAIL PROTECTED]> wrote: Still can't see it. It takes forever to load and then i just get a blank screen. On 5/29/06, spamsucks <[EMAIL PROTECTED]> wrote: > > The tab component on steroids is ready. > > Supports client-side and serve

Re: Component Tab with AJAX

2006-05-30 Thread Hugo Palma
Still can't see it. It takes forever to load and then i just get a blank screen. On 5/29/06, spamsucks <[EMAIL PROTECTED]> wrote: The tab component on steroids is ready. Supports client-side and serverside switching (in the same tabset), hiding tabs, enabling/disabling tabs. There is a demo o

Re: Component Tab with AJAX

2006-05-29 Thread Pedro Viegas
I have adapted Sam's component for my own use also. Woks perfectly. For the AJAX enabling part of what Hugo said, since it is allready "DIV based", you can simply add, like you said, a tacos:AjaxDirectLink with the correct updateComponent to the desired DIV before the tab change. I didn't look muc

Re: Component Tab with AJAX

2006-05-29 Thread Sam Gendler
I've got a component that wraps the dojo TabContainer widget. I haven't had a chance to tacos-ify it yet, and commit it to tacos, but I could zip up some source and post a copy here which should be easy enough to replace with the official tacos version sometime later. Currently, you just define a

Re: Component Tab with AJAX

2006-05-29 Thread spamsucks
The tab component on steroids is ready. Supports client-side and serverside switching (in the same tabset), hiding tabs, enabling/disabling tabs. There is a demo of the tab up and running. Let me know if there are any problems/enhancements http://stitches.authsum.org This tab was origina

Re: Component Tab with AJAX

2006-05-29 Thread Peter Svensson
Great! Thanks! /PS On 5/29/06, spamsucks <[EMAIL PROTECTED]> wrote: Yes, the demo site has been up and down (it's where i am building/testing) the tab panel right now. The new tab component will be on the demo site. I just got it working the way I want it to (css and javascript hell for the c

Re: Component Tab with AJAX

2006-05-29 Thread spamsucks
Yes, the demo site has been up and down (it's where i am building/testing) the tab panel right now. The new tab component will be on the demo site. I just got it working the way I want it to (css and javascript hell for the client side). I will update the docs and create some binaries to down

Re: Component Tab with AJAX

2006-05-29 Thread Hugo Palma
That's great news..As soon as i find some free time i'll take a deeper look into it, in the mean time i can't access the demo site, is it down ? Do you have a demo of the tab panel component in the site ? On 5/29/06, spamsucks <[EMAIL PROTECTED]> wrote: I am literally working on a tab panel

Re: Component Tab with AJAX

2006-05-29 Thread Peter Svensson
That's great! I've been checking out stitches for quite some time, but never managed to get it up and running. Could you please consider releasing a binary sometime :) ? I especially like the picture album, which I have ahem been inspired by in my own coding a times :) Good stuff! Cheers, PS O

Re: Component Tab with AJAX

2006-05-29 Thread spamsucks
I am literally working on a tab panel component right now (just stopped to check out the list). I was thinking about AJAX support. Right now, it supports a simultaneous mixture of client and serverside tabs in the same tabset. other features include disabling, hiding, etc... of individual ta