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?