Log In  
  Getting Started  
----------------------------------------

Resources

 

Event Propagation Demo

  • In Flex, by default no container listens for events in the capturing phase. (The capturing phase is very rarely used, and it can also be computationally intensive.) Listening for events in the bubbling phase is more common.
  • Event Settings:
    • Use Capturing Phase: check this box to add listeners in the capturing phase of propagation.
    • Stop Propagation: check ths box only to stop propagation the the targeting phase of the button or bubbling phase of the containers .
    • Check both checkboxes to add listeners to the capturing phase and also have the ability to stop propagation during capturing, in any container.
previous page next page

User rating?

previous page next page

Added by Mark Nichoson , last edited by matthew horn on Apr 22, 2008  (view change)
Labels: 
(None)

Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators