Home
last modified time | relevance | path

Searched refs:CancelEvent (Results 1 – 12 of 12) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/css/behaviors/
H A Ddisablehandles.htc5 function CancelEvent()
10 this.onresizestart = CancelEvent ;
11 this.onbeforeeditfocus = CancelEvent ;
/plugin/fckg/fckeditor/editor/css/behaviors/
H A Ddisablehandles.htc5 function CancelEvent()
10 this.onresizestart = CancelEvent ;
11 this.onbeforeeditfocus = CancelEvent ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarbuttonui.js57 oMainElement.onmousedown = FCKTools.CancelEvent ;
H A Dfckcontextmenu.js97 FCKTools.CancelEvent( e ) ;
H A Dfckpanel.js96 FCKTools.AddEventListener( oDocument, 'contextmenu', FCKTools.CancelEvent ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools_ie.js24 FCKTools.CancelEvent = function( e ) function
H A Dfcktools_gecko.js24 FCKTools.CancelEvent = function( e ) function
H A Dfcktoolbarset.js96 FCKTools.AddEventListener( eTargetDocument, 'contextmenu', FCKTools.CancelEvent ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js38 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 Dfckeditorcode_gecko.js37 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 Dfckeditorcode_gecko.js48 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 Dfckeditorcode_ie.js52 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…