Home
last modified time | relevance | path

Searched refs:AddEventListener (Results 1 – 13 of 13) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckeditorapi.js143 FCKTools.AddEventListener( oForm, 'submit', FCK.UpdateLinkedField ) ;
167 FCKTools.AddEventListener( window, 'unload', FCKeditorAPI_Cleanup ) ;
168 FCKTools.AddEventListener( window, 'beforeunload', FCKeditorAPI_ConfirmCleanup) ;
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js404 FCKTools.AddEventListener( paddingBar, "mousemove", this._ResizeBarMouseMoveListener ) ;
405 FCKTools.AddEventListener( paddingBar, "mousedown", this._ResizeBarMouseDownListener ) ;
406 FCKTools.AddEventListener( document, "mouseup", this._ResizeBarMouseUpListener ) ;
407 FCKTools.AddEventListener( FCK.EditorDocument, "mouseup", this._ResizeBarMouseUpListener ) ;
427 FCKTools.AddEventListener( filler, "dragstart", disabledListener ) ;
428 FCKTools.AddEventListener( filler, "selectstart", disabledListener ) ;
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js406 FCKTools.AddEventListener( paddingBar, "mousemove", this._ResizeBarMouseMoveListener ) ;
407 FCKTools.AddEventListener( paddingBar, "mousedown", this._ResizeBarMouseDownListener ) ;
408 FCKTools.AddEventListener( document, "mouseup", this._ResizeBarMouseUpListener ) ;
409 FCKTools.AddEventListener( FCK.EditorDocument, "mouseup", this._ResizeBarMouseUpListener ) ;
428 FCKTools.AddEventListener( filler, "dragstart", disabledListener ) ;
429 FCKTools.AddEventListener( filler, "selectstart", disabledListener ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js106 FCKTools.AddEventListener( document, "keydown", this._TabKeyHandler ) ;
812 FCKTools.AddEventListener( FCK.EditorDocument, 'mousemove', _FCK_MouseEventsListener ) ;
813 FCKTools.AddEventListener( FCK.EditorDocument, 'mousedown', _FCK_MouseEventsListener ) ;
814 FCKTools.AddEventListener( FCK.EditorDocument, 'mouseup', _FCK_MouseEventsListener ) ;
837 FCKTools.AddEventListener( FCK.EditorDocument, 'keyup', undoFunc ) ;
988 FCKTools.AddEventListener( oTarget, 'blur', FCKFocusManager_Win_OnBlur ) ;
989 …FCKTools.AddEventListener( oTarget, 'focus', sendToEditingArea ? FCKFocusManager_Win_OnFocus_Area …
H A Dfcktoolbarset.js96 FCKTools.AddEventListener( eTargetDocument, 'contextmenu', FCKTools.CancelEvent ) ;
164 FCKTools.AddEventListener( eExpandHandle, 'click', FCKToolbarSet_Expand_OnClick ) ;
167 FCKTools.AddEventListener( eCollapseHandle, 'click', FCKToolbarSet_Collapse_OnClick ) ;
H A Dfcktools_ie.js133 FCKTools.AddEventListener = function( sourceObject, eventName, listener ) function
H A Dfcktools_gecko.js125 FCKTools.AddEventListener = function( sourceObject, eventName, listener ) function
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckeditingarea.js238 …FCKTools.AddEventListener( this.Window.frameElement, 'DOMAttrModified', FCKEditingArea_Document_At…
H A Dfckpanel.js96 FCKTools.AddEventListener( oDocument, 'contextmenu', FCKTools.CancelEvent ) ;
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js32AddEventListener(document,"keydown",this._TabKeyHandler);this.AttachToOnSelectionChange(_FCK_Paddi…
36 …fari) C=A;else C=A.document;FCKTools.AddEventListener(C,'blur',FCKFocusManager_Win_OnBlur);FCKTool…
37 …ent.attachEvent("onselectionchange",Doc_OnSelectionChange);FCKTools.AddEventListener(FCK.EditorDoc…
52 …turn C;return { X:B.body.scrollLeft,Y:B.body.scrollTop };};FCKTools.AddEventListener=function(A,B,… function
53AddEventListener(A,'submit',FCK.UpdateLinkedField);if (!A._FCKOriginalSubmit&&(typeof(A.submit)=='…
63 …diting',false,!FCKConfig.DisableFFTableHandles);}catch (e){FCKTools.AddEventListener(this.Window.f…
100 …(E,'blur',FCKPanel_Window_OnBlur,this);};B.dir=FCKLang.Dir;FCKTools.AddEventListener(B,'contextmen…
115AddEventListener(G,'contextmenu',FCKTools.CancelEvent);FCKTools.AppendStyleSheet(G,FCKConfig.SkinE…
116 …Transform.Microsoft.Alpha(opacity=0)'});C.appendChild(Q);};FCKTools.AddEventListener(D,'resize',G)…
H A Dfckeditorcode_gecko.js31AddEventListener(document,"keydown",this._TabKeyHandler);this.AttachToOnSelectionChange(_FCK_Paddi…
48 …n=function(A){return { X:A.pageXOffset,Y:A.pageYOffset };};FCKTools.AddEventListener=function(A,B,… function
49AddEventListener(A,'submit',FCK.UpdateLinkedField);if (!A._FCKOriginalSubmit&&(typeof(A.submit)=='…
59 …diting',false,!FCKConfig.DisableFFTableHandles);}catch (e){FCKTools.AddEventListener(this.Window.f…
98 …(E,'blur',FCKPanel_Window_OnBlur,this);};B.dir=FCKLang.Dir;FCKTools.AddEventListener(B,'contextmen…
114AddEventListener(G,'contextmenu',FCKTools.CancelEvent);FCKTools.AppendStyleSheet(G,FCKConfig.SkinE…
115 …Transform.Microsoft.Alpha(opacity=0)'});C.appendChild(Q);};FCKTools.AddEventListener(D,'resize',G)…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js32AddEventListener(document,"keydown",this._TabKeyHandler);},Focus:function(){FCK.EditingArea.Focus(…
38 …turn C;return { X:B.body.scrollLeft,Y:B.body.scrollTop };};FCKTools.AddEventListener=function(A,B,… function
39AddEventListener(A,'submit',FCK.UpdateLinkedField);if (!A._FCKOriginalSubmit&&(typeof(A.submit)=='…
49 …diting',false,!FCKConfig.DisableFFTableHandles);}catch (e){FCKTools.AddEventListener(this.Window.f…
86 …(F,'blur',FCKPanel_Window_OnBlur,this);};B.dir=FCKLang.Dir;FCKTools.AddEventListener(B,'contextmen…
100AddEventListener(G,'contextmenu',FCKTools.CancelEvent);FCKTools.AppendStyleSheet(G,FCKConfig.SkinP…
H A Dfckeditorcode_gecko.js31AddEventListener(document,"keydown",this._TabKeyHandler);},Focus:function(){FCK.EditingArea.Focus(…
37 …n=function(A){return { X:A.pageXOffset,Y:A.pageYOffset };};FCKTools.AddEventListener=function(A,B,… function
38AddEventListener(A,'submit',FCK.UpdateLinkedField);if (!A._FCKOriginalSubmit&&(typeof(A.submit)=='…
48 …diting',false,!FCKConfig.DisableFFTableHandles);}catch (e){FCKTools.AddEventListener(this.Window.f…
85 …(F,'blur',FCKPanel_Window_OnBlur,this);};B.dir=FCKLang.Dir;FCKTools.AddEventListener(B,'contextmen…
99AddEventListener(G,'contextmenu',FCKTools.CancelEvent);FCKTools.AppendStyleSheet(G,FCKConfig.SkinP…