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.
|
rate-5701798-36367
| User rating? |
|
|
|