3 Replies Latest reply on Apr 3, 2013 12:28 AM by sivaprasad9394

    How to disable tabs?

      How to disable tabs in richfaces?

        • 1. Re: How to disable tabs?

           

          "kks_krishna" wrote:
          How to disable tabs in richfaces?

          On every tab you have attribute disabled and on tabPanel you can,if you wish,
          change the style class of the disabled tabs to your css rule.
          <r:tabPanel disabledTabClass="">
          <r:tab name="first" disabled="true"
          ...
          



          • 2. Re: How to disable tabs?
            bhanu246

            Hi Krishna ,               You can find a attribute "disabled" . you can specify the condition which is boolean then tabs will be disabled .  Regards ,  Bhanu Prakash

            • 3. Re: How to disable tabs?
              sivaprasad9394

              Hi,

               

              You can use of disabled attribute or else normal html DIV tag to hide and show the tab.

               

              Thanks,

              Siva