Trigger a clear event on the etemplate DOMContainer when the etemplate is cleared, so app code can listen for it.

This allows a 'et2_unload' sort of processing.
This commit is contained in:
Nathan Gray 2014-07-28 20:51:49 +00:00
parent 40aa20eaa2
commit 9851a8a6ef

View File

@ -121,6 +121,8 @@ etemplate2.prototype.resize = function()
*/
etemplate2.prototype.clear = function()
{
$j(this.DOMContainer).trigger('clear');
// Remove any handlers on window (resize)
if(this.uniqueId)
{