事件阶段 - Flex 中的捕获阶段
我读过一篇文档,捕获阶段是检查从目标到根节点的事件。意味着按钮控件到面板容器,例如......
应用程序
Panel
TitleWindow
Button
但我在同一应用程序容器下有2个面板,并且2个面板有按钮控件和事件。
那么现在 Flash 播放器将首先从哪里检查哪个事件呢?
谢谢,
拉维
I read a document, capture phase is check for the event from target to root node. means buttoncontrol to panel container like....
Application
Panel
TitleWindow
Button
But i have 2 panels under the same application container and 2 panels have a button controls and events.
So now the flash player from where and which event will check first ?
thanks,
ravi
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
IIRC,它使用每个组件中的父属性来计算出用于发送事件的堆栈。所以它将是堆栈中相关的子项。
IIRC, it uses the parent property in each of the components to work out the stack to send the event through. So it will be the relevant child for the way down the stack.