Re: Listening for changes to the selected panel of a <deck>?
Mook <mook.moz+nntp.news.mozilla.org@gmail.com.please-avoid-direct-mail>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
On 7/10/2011 5:55 PM, Jim wrote: > Is there any way to listen to changes to the selected panel of a XUL > <deck>? I know DOMAttrModified would work, but that's a Bad Thing, so it > would be nice if there were another way that didn't degrade performance > so much. Any ideas? > I believe it should fire a "select" event. Try poking at it with the DOM inspector and looking at the selectedIndex setter? -- Mook