开发者

Tracking the opening of an Overlay element

开发者 https://www.devze.com 2022-12-17 21:42 出处:网络
I\'m using a Yahoo User Interface Overlay on a page and wondered if there is any way to track interaction with it, if only to just know how many times it\'s be开发者_StackOverflowen opened.

I'm using a Yahoo User Interface Overlay on a page and wondered if there is any way to track interaction with it, if only to just know how many times it's be开发者_StackOverflowen opened.

The overlay is triggered by clicking on an image.

Is there something I could add to this event?


You could subscribe to the event called showEvent on your Overlay: http://developer.yahoo.com/yui/docs/YAHOO.widget.Module.html#event_showEvent (Overlay inherits Module).

0

精彩评论

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