Setting layout

Top  Previous  Next

To set the layout, the orientation property of <tabbedPanel:tabbedPanel> tag should be used. Acceptable values: HORIZONTAL - horizontal layout; VERTICAL - vertical layout. Default : HORIZONTAL.

 

For example (sample.jsp):

 

<tabbedPanel:tabbedPanel id="tp3"

               name="tp3"

               imagesWidth="32"

               imagesHeight="32"

               orientation="VERTICAL"

               ... />