The AddNoteFormHandler has the following pre and post methods:

Method

Function

preAddNote

Empty method that is executed before the handleAddNote method. Define this method when you subclass AddNoteFormhandler and you require a new method that is executed immediately before handleAddNote.

postAddNote

Empty method that is executed after the handleAddNote method. Define this method when you subclass AddNoteFormhandler and you require a new method that is executed immediately after handleAddNote.

 
loading table of contents...