Searched refs:CancelEvent (Results 1 – 12 of 12) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/css/behaviors/ |
H A D | disablehandles.htc | 5 function CancelEvent() 10 this.onresizestart = CancelEvent ; 11 this.onbeforeeditfocus = CancelEvent ;
|
/plugin/fckg/fckeditor/editor/css/behaviors/ |
H A D | disablehandles.htc | 5 function CancelEvent() 10 this.onresizestart = CancelEvent ; 11 this.onbeforeeditfocus = CancelEvent ;
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fcktoolbarbuttonui.js | 57 oMainElement.onmousedown = FCKTools.CancelEvent ;
|
H A D | fckcontextmenu.js | 97 FCKTools.CancelEvent( e ) ;
|
H A D | fckpanel.js | 96 FCKTools.AddEventListener( oDocument, 'contextmenu', FCKTools.CancelEvent ) ;
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fcktools_ie.js | 24 FCKTools.CancelEvent = function( e ) function
|
H A D | fcktools_gecko.js | 24 FCKTools.CancelEvent = function( e ) function
|
H A D | fcktoolbarset.js | 96 FCKTools.AddEventListener( eTargetDocument, 'contextmenu', FCKTools.CancelEvent ) ;
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 38 FCKTools.CancelEvent=function(e){return false;};FCKTools._AppendStyleSheet=function(A,B){return A.c… function 86 …};B.dir=FCKLang.Dir;FCKTools.AddEventListener(B,'contextmenu',FCKTools.CancelEvent);this.MainNode=… 88 ….title=this.Tooltip;if (FCKBrowserInfo.IsGecko) C.onmousedown=FCKTools.CancelEvent;FCKTools.AddEve… 100 …</html>');G.close();FCKTools.AddEventListener(G,'contextmenu',FCKTools.CancelEvent);FCKTools.Appen… 106 …KContextMenu.CtrlDisable&&(e.ctrlKey||e.metaKey)) return true;FCKTools.CancelEvent(e);FCKContextMe…
|
H A D | fckeditorcode_gecko.js | 37 FCKTools.CancelEvent=function(e){if (e) e.preventDefault();};FCKTools.DisableSelection=function(A){… function 85 …};B.dir=FCKLang.Dir;FCKTools.AddEventListener(B,'contextmenu',FCKTools.CancelEvent);this.MainNode=… 87 ….title=this.Tooltip;if (FCKBrowserInfo.IsGecko) C.onmousedown=FCKTools.CancelEvent;FCKTools.AddEve… 99 …</html>');G.close();FCKTools.AddEventListener(G,'contextmenu',FCKTools.CancelEvent);FCKTools.Appen… 105 …KContextMenu.CtrlDisable&&(e.ctrlKey||e.metaKey)) return true;FCKTools.CancelEvent(e);FCKContextMe…
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 48 FCKTools.CancelEvent=function(e){if (e) e.preventDefault();};FCKTools.DisableSelection=function(A){… function 98 …};B.dir=FCKLang.Dir;FCKTools.AddEventListener(B,'contextmenu',FCKTools.CancelEvent);this.MainNode=… 101 ….title=this.Tooltip;if (FCKBrowserInfo.IsGecko) C.onmousedown=FCKTools.CancelEvent;FCKTools.AddEve… 114 …Set_InitOutFrame(G);FCKTools.AddEventListener(G,'contextmenu',FCKTools.CancelEvent);FCKTools.Appen… 119 …KContextMenu.CtrlDisable&&(e.ctrlKey||e.metaKey)) return true;FCKTools.CancelEvent(e);FCKContextMe…
|
H A D | fckeditorcode_ie.js | 52 FCKTools.CancelEvent=function(e){return false;};FCKTools._AppendStyleSheet=function(A,B){return A.c… function 100 …};B.dir=FCKLang.Dir;FCKTools.AddEventListener(B,'contextmenu',FCKTools.CancelEvent);this.MainNode=… 102 ….title=this.Tooltip;if (FCKBrowserInfo.IsGecko) C.onmousedown=FCKTools.CancelEvent;FCKTools.AddEve… 115 …Set_InitOutFrame(G);FCKTools.AddEventListener(G,'contextmenu',FCKTools.CancelEvent);FCKTools.Appen… 120 …KContextMenu.CtrlDisable&&(e.ctrlKey||e.metaKey)) return true;FCKTools.CancelEvent(e);FCKContextMe…
|