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!

Where to add manual events? (Apex 19.2)

Hello
I would like to add an event that will be installed on loading the page.
In Dynamic Actions -> Events -> Page Load
... I have added an event, triggering when a click on the tree widget was done:
$("#HIERARCHYTREE_tree").treeView({
selectionChange: function( event ) {
alert ("changed");
}
On starting the mask I got this:
Uncaught TypeError: apex.da.initDaEventList is not a function desktop_all.min.js?v=19.2.0.00.18:2
at f?p=107:25:122128574618::::::1335
at f?p=107:25:122128574618::::::1335
at c (desktop_all.min.js?v=19.2.0.00.18:2)
at Object.add [as done] (desktop_all.min.js?v=19.2.0.00.18:2)
at HTMLDocument.<anonymous> (f?p=107:25:122128574618::::::1307)
at Object.a.init (desktop_all.min.js?v=19.2.0.00.18:14)
at HTMLDocument.<anonymous> (f?p=107:25:122128574618::::::1305)
at e (desktop_all.min.js?v=19.2.0.00.18:2)
at t (desktop_all.min.js?v=19.2.0.00.18:2)

If this is not the right place to add manual events where else?

This post has been answered by John like many others on Oct 30 2020
Jump to Answer
Comments
Post Details
Added on Oct 30 2020
1 comment
551 views