Philip Chee wrote:

The PageInfo window uses a tabbox (not a tabbrowser). I want to be alerted 
whenever the selected tab is changed, either by the user or some javascript. 
What DOMevent should I listen for?
Both the <tabs> and <tabpanels> elements can generate select events, although for slightly different reasons. You can listen to them using either event attributes or event listeners.
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to