Home
last modified time | relevance | path

Searched refs:RegisterDoubleClickHandler (Results 1 – 6 of 6) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/plugins/placeholder/
H A Dfckplugin.js84 FCK.RegisterDoubleClickHandler( FCKPlaceholders.OnDoubleClick, 'SPAN' ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js265 RegisterDoubleClickHandler : function( handlerFunction, tag ) method in FCK
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js32 …r B=FCK.RegisteredDoubleClickHandlers[A.tagName];if (B) B(A);},RegisterDoubleClickHandler:function… method in FCK
H A Dfckeditorcode_gecko.js31 …r B=FCK.RegisteredDoubleClickHandlers[A.tagName];if (B) B(A);},RegisterDoubleClickHandler:function… method in FCK
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js31 …ckHandlers['*'];if (B){for (var i=0;i<B.length;i++) B[i](A);}},RegisterDoubleClickHandler:function… method in FCK
H A Dfckeditorcode_ie.js32 …ckHandlers['*'];if (B){for (var i=0;i<B.length;i++) B[i](A);}},RegisterDoubleClickHandler:function… method in FCK