On 1/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Good job man. I haven't tried the code yet, but this looks nice.

Thanks, Erik. Here is a short intro to the tab component (rewritten
since last time, now uses new tab component tags):
http://www.jroller.com/page/javadujour?entry=tabbed_notebook_component_got_simpler

For Yahoo tabs you need to change
    <jc-tab:tabcontrol styleClass="tigristabs">
to
    <jc-tab:tabcontrol styleClass="yahootabs" styleId="yahootopnav">

Having styleId sucks, I know. I borrowed the CSS from Yahoo Mail (I
hope I don't break any copyright rules with Yahoo-style tabs). I did
not change CSS much, so if someone modifies XHTML and CSS to use
styleClass only, that would be great.

You need to define component in a separate JSP file, and you need to
store some state info in the session between requests if you want the
component to work in non-Ajax mode. Still, I consider dual-mode
capability as an important feature.

Michael J.

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

Reply via email to