ExtJS accordion setActiveItem
- by xsix
Hello.
I am developing an application using ExtJS.
I have an accordion and I need to select an active item(so it expands).
Accordion.setActiveItem outputs: "setActiveItem" is not a function in a browser's error window.
Second issue is that hideCollapseTool property, when set to true in the initialisation, doesn't do anything. Collapse tools still are being displayed.
I am using ExtJS 3.1.1.
I would be very thankful for any tips and answers.