ZF-8108: addOnUNload action is needed
Description
If there is an addOnLoad method, addOnUnload method would be nice too. Easy to implement, but handy.
If there is an addOnLoad method, addOnUnload method would be nice too. Easy to implement, but handy.
Comments
Posted by Christopher Thomas (cwt137) on 2010-01-21T07:11:32.000+0000
Attached is a patch that includes an implementation of addOnUnload and the unit tests to support it.
Posted by Benjamin Eberlei (beberlei) on 2010-01-29T02:47:07.000+0000
Cant you just call?
The addOnLoad() stuff is necessary to aggregate all on load calls into one single statement. I am not an expert, but do you need unload events on many different elements or is it mostly one event per request?