You can do this; you need to nest the TabPaneControl and Controller.  This is an 
example of a top row w/ two tabs: Search and For Staff.  For Staff has two subtabs: x 
and y.
<?xml version="1.0" encoding="UTF-8"?>
<portlets id="Valid">
    <skin name="BHC-Default"/>
    <control name="TabControl"/>
    <controller name="TabController"/>
    <entry id="Search" name="Search" parent="ContentSearch"/>
    <reference id="Staff" name="Staff" 
path="role/Valid/media-type/html/page/Staff.psml"/>
</portlets>

And then in Staff.psml:
<?xml version="1.0" encoding="UTF-8"?>
<portlets id="Staff">
    <control name="TabControl"/>
    <controller name="TabController"/>
    <entry id="Paging" name="Paging" parent="Paging"/>
    <entry id="Intranet" name="Intranet" parent="ContentViewSurfer"/>
</portlets>

You can accomplish the same thing by nesting <portlets> tags; you don't have to use 
the reference tag.

>>> [EMAIL PROTECTED] 12/11/03 04:42PM >>>

Hello All

I want to know if there is a possibility to create sub-tabs in the jetspeed framework. 
 I hope I can clone the templates to get this functionality. please advise me with 
some details . appreciate your help 

regards

akil

Yahoo! India Matrimony: Find your partner online.Post your profile.



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

Reply via email to