subclass tabbedpanel and put that markup into the html file. just make
sure all the components and nesting matches the orginal.

-igor


On Nov 27, 2007 12:43 AM, Alexander Landsnes Keül
<[EMAIL PROTECTED]> wrote:
>
> Is there some way for me to control the HTML of the TabbedPanel 
> implementation? I need to provide a tab panel with tables for our designers, 
> however that's proven to be a mite hard to get done. A solution I can see is 
> to rewrite the TabbedPanel class, but that's not something I'd prefere to do. 
> Makes me do all the maintainance on it, but right now that's the only 
> solution I can see to it.
>
> What I'm really after is having the TabbedPanel html look something like this:
>
> <table><tr>
> <ul>
>         <li wicket:id="tabs">
>                 <td>
>                         a href="#" wicket:id="link"><span 
> wicket:id="title">[[tab title]]</span></a>
>                 </td>
>         </li>
> </ul>
> </tr></table>
>
>
> Alexander
>
>
> ---------------------------------------------------------------------
> 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