Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using toolTip_enable in our applications

partlycloudyDec 4 2005 — edited May 29 2009

Carl:

See

http://htmldb.oracle.com/pls/otn/f?p=24317:185

Hovering mouse over the RADIO heading pops up a tooltip in IE, but in Firefox, I get an error 'event is not defined'. Why is this?

I added the following in the Region footer

<script type="text/javascript">
var el=html_GetElement('RADIO');
el.onmouseover=function () {
      toolTip_enable(event,this,'Click here to refresh detail');
}
</script>

Why is this not working in FF? Any workaround?

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 26 2009
Added on Dec 4 2005
12 comments
3,989 views