Since I'm working with TinyMCE
(please don't go into "Primefaces has an editor" or anything similar) I need to execute a small piece of Javascript
before and after every Ajax
-call. I'd prefer not to edit every Ajax
-call for this since there are a lot (and doing so will be bad practice for any future maintenance).
What would be the most elegant solution to execute Javascript
pre- and post- any Ajax
-call on the page?
Note: I'm using a custom composite
for the TinyMCE
-textarea. Any events too this object would also suffice. Though keep in mind that the actual Ajax
-trigger might be invoked by a totally different object (though could nevertheless rerender the composite
).