4 Replies Latest reply on Dec 18, 2008 1:05 PM by arunprakash2920

    Can you align rich:tab under rich:tabPanel left or right?

    arunprakash2920

      Hello Experts!

      Can some one please advise if it is possible to align certain tabs inside tabPanel left and some right?

      Like I would like tab "Canon" to be on the left side of the panel and
      tab "Nikon" on the right. I have seen the attribute that aligns all the tabs under the tabPanel either left or right using headerAlignment="left" or "right"

      <rich:tabPanel width="100%">
      <rich:tab label="Canon">
      ...
      </rich:tab>
      <rich:tab label="Nikon">
      ...
      </rich:tab>
      </rich:tabPanel>

      Appreciate any help. Thanks