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 div for each tab, and then specify an
ognl list of div names which should be added to your tabcontainer.
The labels are looked up in the properties of the page, where the
property name is the same as the div name.  It is pretty simple but it
works like a charm.

--sam


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 of the tab up and
running.
Let me know if there are any problems/enhancements....
http://stitches.authsum.org

This tab was originally based on the tabset component(found on tassel).
I ported it to T4 and added several bells and whistles.



spamsucks 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 client side).
>
> I will update the docs and create some binaries to download.  I am
> going to create 2 sets of binaries, one for the set of components that
> require no dependencies outside tapestry/hivemind, and another jar
> that will contain the components that you need additional libs for...
>
> I will shoot out an email when you can download the jars (later today)
> and check out the demo site.
>
>
> Hugo Palma wrote:
>
>> 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 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 tabs.
>>> I will wrap development up today since I need this on a bunch of
>>> projects.   It will be in stitches (a tapestry library).
>>> You could use the client side tab for now, and help me implement the
>>> ajax one;)
>>> Let me know your thoughts.
>>>
>>> Hugo Palma wrote:
>>>
>>> > I've looked but couldn't find any component that provides a
>>> TabPanel(like
>>> > the example in Tapestry site) using AJAX so that the whole page
>>> > doesn't get
>>> > loaded when i change tabs.
>>> > I think it could be donne using tacos:AjaxDirectLink instead of
>>> > framework:DirectLink like the example, but if someone knows if such a
>>> > implementation already exists could you please direct me to it.
>>> >
>>> >
>>> > Cheers
>>> >
>>> > Hugo
>>> >
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to