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!

on mouseover execute a procedure, aria people search.

PktAcesJun 9 2009 — edited Jun 10 2009
I won't begin to act like I know much about javascript, but I'm going to be learning more soon.

I'm trying to incorporate something similar to the popup you get in the aria people search when hovering over a person's name. From what I can tell the report column has a link and there is a javascript call in the link attributes like so:

onmouseover="ARIA_DETAIL(this, '#PERSON_ID#')"

I've looked in the page header and see no reference of ARIA_DETAIL function. I did find a procedure called ARIA_DETAIL and created a similar one called PROJ_COMMENT for my use and then changed the call from above to what I have below here, but it's doing nothing.

onmouseover="PROJ_COMMENT(this, '#REQ_ID#')"

what am I missing here???

Thanks,
Ben Alvey
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 8 2009
Added on Jun 9 2009
4 comments
603 views