7/13/2010 2:49:42 AM
Title:
disable accordion tab
hi all,
i have 4 accordion tab bars,of which i need to disable only the 1st tab bar and the other 3 bars should be accessible ,how can it be implemented
any sample code
thanks
7/13/2010 6:48:48 AM
hi nannu this should work to disable the particular header in an accordion component flex
here "myAccordion" is the main component and 1 is the index number from top
myAccordion.getHeaderAt(1).enabled=false;
7/13/2010 7:55:49 AM
hi justin,
i have tried it previously but it didnt work.
oh i made a mistake i was taking headerRenderer id instead of myAccordion
well thanks a ton buddy.