posted 15 years ago
Hi !
I use a tabPanel and i could not control its width, it is expanding outside of my page , it has many tabs headers with text.
I tryed to access its width to set it to a fix dimension like:
Code:
<rich:tabPanel switchType="ajax" width="100px">
but it disconsider this, can be text from tabs a problem ?
Also i tryed to include the tabPanel inside of a panelGrid with a fixed width but also the result was negative and my tabPanel goes outside of the page.
Code:
<h:panelGrid width="100px" columns="1">
<rich:tabPanel switchType="ajax" width="100px">
If you have an ideea please help me.
Thanks,
Radu