You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by mu...@fantasymail.de on 2007/10/10 14:56:04 UTC

T5: TabPanel

How do you translate the following example to T5 ?

  <span jwcid="@TabPanel" blockIds="ognl:{'berlin', 'rome', 'tokyo'}" selectColor="#FFFF00" unSelectColor="#CCFFFF" borderColor="#00CC33"/>

  <span jwcid="berlin@Block">
    <h1>Berlin</h1>
  </span>

  <span jwcid="rome@Block">
    <h1>Rome</h1>
  </span>

  <span jwcid="tokyo@Block">
    <h1>Tokyo</h1>
  </span>
</span>

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5: TabPanel

Posted by Kristian Marinkovic <kr...@porsche.co.at>.
see:
http://wiki.apache.org/tapestry/Tapestry5HowToCreateATabPanel



munich@fantasymail.de 
10.10.2007 14:56
Bitte antworten an
"Tapestry users" <us...@tapestry.apache.org>


An
users@tapestry.apache.org
Kopie

Thema
T5: TabPanel






How do you translate the following example to T5 ?

  <span jwcid="@TabPanel" blockIds="ognl:{'berlin', 'rome', 'tokyo'}" 
selectColor="#FFFF00" unSelectColor="#CCFFFF" borderColor="#00CC33"/>

  <span jwcid="berlin@Block">
    <h1>Berlin</h1>
  </span>

  <span jwcid="rome@Block">
    <h1>Rome</h1>
  </span>

  <span jwcid="tokyo@Block">
    <h1>Tokyo</h1>
  </span>
</span>

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org