开发者

What is a "related target" for an event in ExtJS and/or DHTML?

开发者 https://www.devze.com 2023-01-16 08:24 出处:网络
When using ExtJS I\'ve noticed a property \"Related Target\" for an event. Googling also reveals that this term is used in other DHTML related contexts, not only ExtJS. So what is this \"related targe

When using ExtJS I've noticed a property "Related Target" for an event. Googling also reveals that this term is used in other DHTML related contexts, not only ExtJS. So what is this "related target" and how does it differ from the开发者_StackOverflow社区 normal target (which is another property of the event object)? On this subject google revealed nothing.


It refers to the element the mouse goes to, or comes from. The only standard events it applies to are mouseout and mouseover.

See QuirksMode and MDC.

0

精彩评论

暂无评论...
验证码 换一张
取 消