I believe the way you achieve this is to use a MenuControl instead of a TabControl. This will give you a vertical stacking of the panes instead of the horziontal layout.
Chris -----Original Message----- From: Sachdeva, Khemchand [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 8:24 AM To: '[EMAIL PROTECTED]' Subject: How to change tabs layout from Horizonal to Vertical I have the following entries in my .psml file. <portlets id="P-fd30163b81-10055"> <metainfo> <title>AAAAA</title> </metainfo> <layout position="1" size="-1"/> <control name="TabControl"/> <controller name="TabController"/> <portlets id="P-fd30163b81-10056"> <metainfo> <title>Charts</title> </metainfo> <layout position="0" size="-1"/> <controller name="OneColumn"/> <entry id="P-fd302b5df7-10065" parent="A"> <layout position="-1" size="-1"> <property name="column" value="0"/> <property name="row" value="0"/> </layout> </entry> </portlets> <portlets id="P-fd30163b81-10057"> <metainfo> <title>Reports</title> </metainfo> <layout position="1" size="-1"/> <controller name="OneColumn"/> <entry id="P-fe315d3e5f-10000" parent="B"> <layout position="-1" size="-1"> <property name="column" value="0"/> <property name="row" value="0"/> </layout> </entry> </portlets> </portlets> This show tabs Charts and Reports stacked horizontally one after the another. What should I do if I want to be stacked vertically i.e. Reports on top of Charts. Thanks Khem --------------------------------------------------------------------- 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]
