You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2007/03/20 20:20:32 UTC

[jira] Resolved: (WICKET-334) (Ajax)TabbedPanel uses a span for the panel content where a div would be great

     [ https://issues.apache.org/jira/browse/WICKET-334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-334.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

> (Ajax)TabbedPanel uses a span for the panel content where a div would be great
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-334
>                 URL: https://issues.apache.org/jira/browse/WICKET-334
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.2.5
>         Environment: Linux, i386. Java 1.5
>            Reporter: Ivo van Dongen
>         Assigned To: Igor Vaynberg
>             Fix For: 1.3
>
>
> The TabbedPanel (and the AjaxTabbedPanel have the following markup:
> <wicket:panel>
> <div class="tab-row">
> <ul>
> 	<li wicket:id="tabs">
> 		<a href="#" wicket:id="link"><span wicket:id="title">[[tab title]]</span></a>
> 	</li>
> </ul>
> </div>
> <span wicket:id="panel" class="tab-panel">[panel]</span>
> </wicket:panel>
> This uses a span for the panel content. This is an inline element so the contained panel can not include any block level elements otherwise the output is not xhtml compliant. This could just as well be a div so every element you like can be in te panel.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.