Searched defs:AddEventListenerEx (Results 1 – 6 of 6) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fcktools_ie.js | 144 FCKTools.AddEventListenerEx = function( sourceObject, eventName, listener, paramsArray ) function
|
H A D | fcktools_gecko.js | 136 FCKTools.AddEventListenerEx = function( sourceObject, eventName, listener, paramsArray ) function
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 38 …veEventListener=function(A,B,C){A.detachEvent('on'+B,C);};FCKTools.AddEventListenerEx=function(A,B… function
|
H A D | fckeditorcode_gecko.js | 37 …stener=function(A,B,C){A.removeEventListener(B,C,false);};FCKTools.AddEventListenerEx=function(A,B… function
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 48 …stener=function(A,B,C){A.removeEventListener(B,C,false);};FCKTools.AddEventListenerEx=function(A,B… function
|
H A D | fckeditorcode_ie.js | 52 …veEventListener=function(A,B,C){A.detachEvent('on'+B,C);};FCKTools.AddEventListenerEx=function(A,B… function
|