function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
maheshep.ax379maheshep.ax379 

How to disable a tab in tab Panel?


   
    <apex:tabPanel tabClass="activeTab" inactiveTabClass="inactiveTab">
        <apex:tab label="View Lists" name="viewTab" id="tabOne">


    I want to make a  'viewTab' disabled(not clickable). is that possible???
    thanks in advance...


Message Edited by maheshep on 07-23-2008 06:20 AM

Message Edited by maheshep on 07-23-2008 06:20 AM
TehNrdTehNrd
disabled="true"

The visualforce reference guide has this and more.

http://www.salesforce.com/us/developer/docs/pages/salesforce_pages_developers_guide.pdf