Can the Accordian collapse/expand direction be changed?
Can the Accordian collapse/expand direction be changed?
Can the Accordian collapse/expand direction be changed................. means the accordion should be bottom of the panel and while expand it should expand towords top......... it seems simple but while working getting tough...............
That's not going to be easy. Accordion layout uses the expand/collapse animation from Ext.Panel.
You would need to extend Ext.Panel to allow it to expand/collapse up or down based on a property.
Next, you would need to extend Ext.layout.Accordion to set the property based on the location of the panel relative to the active item.