Skip to Main Content

Events

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!

interactive report, onmouseover dont works !!!!

Eduardo MazzucchelliAug 14 2023 — edited Aug 15 2023

hi people,
I have a interactive report, with a tooltip, and by javascript, i want to add funcionality.

<div class="tooltip col-150" onmouseover=onMouseOver("#DESCRIPCION#")>
#DESCRIPCION#
<span class="tooltiptext border-color-info color-info text-justify">
#DESCRIPCION#
</span>
</div>

function onMouseOver(value) {
console.log(value)
};

but the onMouseOver function, works with small info, example:
whe the text is large, it show me this error ??

aaaaaa
acadcacaca
FDGDGFDGDFGD
Uncaught SyntaxError: Invalid or unexpected token (at f?p=210:318:500684216512536::::::755:356)
Uncaught SyntaxError: Invalid or unexpected token (at f?p=210:318:500684216512536::::::787:356)

any ideas ????
Regards
Eduardo

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked by Renae Stout-Oracle on May 6 2024
Added on Aug 14 2023
0 comments
351 views