How to determine which dijit.layout.AccordionPane is currently selected
- by David Zhao
Hi there,
I tried to use "dijit.layout.AccordionPane.selected" to determine if any given AccordionPane is in focus (selected). However, AccordionPane.selected property will be set to "True" once the AccordionPane is selected, and AccordionPane.selected stays as "True" even other dijit.layout.AccordionPane is selected.
So in other words, if I have…