Sample Code
-
In the usage of above scenario, When we do double click on a column name in reports tab , first it will call onload customframework_directselect.js and then call onsavechanges event.
-
While opening the screen Window.onload function in the customframework_directselect.js will be called.
-
Adding a DblClickListener
-
It will call onRecordDblClick function.
-
While leaving the screen window.onunload function in customframework_directselect.js will be called
-
Removing a DblClickListener