The is no _tabstate in default TabControl or TabController but you can add it by yourself and create you own version. You can get the name of controlling classes and vm templates from WEB-INF/conf/controllers.xreg and WEB-INF/conf/controls.xreg.
-----Original Message----- From: Carlos Torres [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 18, 2005 5:01 AM To: Apache JetSpeed Dev; Jetspeed Users List Subject: Re: Hide Panes in JetSpeed There are any "_tabstate" parameter? There is a document with all options of jetspeed configuration. For example, the .psml files? If anybody has it, please send me. Thanks Regards Carlos ----- Original Message ----- From: "Carlos Torres" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[email protected]> Sent: Monday, January 17, 2005 1:51 PM Subject: Re: Hide Panes in JetSpeed > I saw the example and put this in my psml file: > > <control name="TabControl"/> > <controller name="TabController"/> > <portlets id="P-fe8d2567cb-10000"> > <metainfo> > <title>Home</title> > </metainfo> > <security-ref parent="owner-only"/> > <layout position="0" size="-1"/> > <controller name="OneColumn"/> > <entry id="P-fe970bb29e-10000" parent="CATPortlet"> > <layout position="-1" size="-1"> > <property name="column" value="0"/> > <property name="row" value="0"/> > </layout> > <parameter name="MCN" value="teste CAT MCN"/> > <parameter name="_display" value="normal"/> > <parameter name="_menustate" value="closed"/> > <parameter name="_showtitlebar" value="true"/> > </entry> > </portlets> > > The difference between the example and mine is the controll and controller. > In the example is used this: > <portlets id="302"> > <metainfo> > <title>User & Security</title> > </metainfo> > <security-ref parent="admin-only" /> > <layout position="1" size="-1" /> > > <control name="MenuControl" /> > <controller name="CardPortletController"> > > <property name="parameter" value="select-panel" /> </controller> > <metainfo> > <title>Security</title> > </metainfo> > <entry id="327" parent="UserForm"> > <parameter name="_menustate" value="closed" /> > </entry> > <entry id="328" parent="RoleForm"> > <parameter name="_menustate" value="closed" /> > </entry> > . > . > . > > Could be it the problem that I can't make the Tab Button desappear? > Thanks > > ----- Original Message ----- > From: "David Sean Taylor" <[EMAIL PROTECTED]> > To: "Jetspeed Users List" <[email protected]> > Sent: Friday, January 14, 2005 5:57 PM > Subject: Re: Hide Panes in JetSpeed > > > > Carlos Torres wrote: > > > I'm using Jetspeed 1.5 and it didn't work. > > > I think I didn't explain very well. I'd like to hide only the "tab > button" > > > not the panel properly. > > > > > > > Yes that is how it works > > Look at the Security Admin portlets in the 1.5 distribution for an example > > > > > > > > ----- Original Message ----- > > > From: "David Sean Taylor" <[EMAIL PROTECTED]> > > > To: "Jetspeed Users List" <[email protected]> > > > Sent: Friday, January 14, 2005 4:37 PM > > > Subject: Re: Hide Panes in JetSpeed > > > > > > > > > > > >>Carlos Torres wrote: > > >> > > >>>Hello people, I need to hide the Pane Tab in jetspeed, for > > >>>example, I > > > > > > have an application with only one pane, "Home", and I'd like to > > > hide > this > > > pane and let the screen clean. Anybody has how to make it? > > > > > >>>Thank you very much > > >>> > > >>>regards, > > >>> > > >>> Carlos Torres > > >>> > > >> > > >>Assume you are speaking of Jetspeed-1 > > >>Try this: > > >> > > >> <entry id='327' parent="UserForm"> > > >> <parameter name="_menustate" value="closed"/> > > >> </entry> > > >> > > >> > > >> > > >> > > >> > > >>------------------------------------------------------------------ > > >>--- > > >>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] > > > > > > > > > > > > > > > -------------------------------------------------------------------- > > - > > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
