I am trying to intercept the delete action on the right click menu within a view in iNotes85 (full mode). Prior to 8.5, it was possible to do this in s_MailFolderReadIECode. I have tried putting a debugger; statement in this form after the delete list code, but it does not seem to load at all. Please could you tell me where this can be intercepted.
Many thanks,
Marc
Subject: In
The delete handler code is now in following subforms (depending on the user’s browser):
l_ViewDeleteHandler - IE
l_ViewDeleteHandler_Gecko - Firefox
l_ViewDeleteHandler_Safari - Safari
You’ll need to make changes in all three subforms if you want your changes to be used in all browsers.
The function that gets called when the user clicks on the delete menu item is com_ibm_dwa_ui_actionDeleteDocument [EMG]. It gets called for the Delete item on both the main menu and the right-mouse menu.