Home
last modified time | relevance | path

Searched defs:AddEventListenerEx (Results 1 – 6 of 6) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools_ie.js144 FCKTools.AddEventListenerEx = function( sourceObject, eventName, listener, paramsArray ) function
H A Dfcktools_gecko.js136 FCKTools.AddEventListenerEx = function( sourceObject, eventName, listener, paramsArray ) function
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js38 …veEventListener=function(A,B,C){A.detachEvent('on'+B,C);};FCKTools.AddEventListenerEx=function(A,B… function
H A Dfckeditorcode_gecko.js37 …stener=function(A,B,C){A.removeEventListener(B,C,false);};FCKTools.AddEventListenerEx=function(A,B… function
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js48 …stener=function(A,B,C){A.removeEventListener(B,C,false);};FCKTools.AddEventListenerEx=function(A,B… function
H A Dfckeditorcode_ie.js52 …veEventListener=function(A,B,C){A.detachEvent('on'+B,C);};FCKTools.AddEventListenerEx=function(A,B… function