Searched refs:CheckFocus (Results 1 – 4 of 4) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
D | fckdialog_gecko.js | 69 window.top.parent.addEventListener( 'mousedown', this.CheckFocus, true ) ; 70 window.top.parent.addEventListener( 'mouseup', this.CheckFocus, true ) ; 71 window.top.parent.addEventListener( 'click', this.CheckFocus, true ) ; 72 window.top.parent.addEventListener( 'focus', this.CheckFocus, true ) ; 78 FCKDialog.CheckFocus = function() class in FCKDialog 94 window.top.parent.removeEventListener( 'onmousedown', FCKDialog.CheckFocus, true ) ; 95 window.top.parent.removeEventListener( 'mouseup', FCKDialog.CheckFocus, true ) ; 96 window.top.parent.removeEventListener( 'click', FCKDialog.CheckFocus, true ) ; 97 window.top.parent.removeEventListener( 'onfocus', FCKDialog.CheckFocus, true ) ;
|
/plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
D | fckdialog_gecko.js | 69 window.top.parent.addEventListener( 'mousedown', this.CheckFocus, true ) ; 70 window.top.parent.addEventListener( 'mouseup', this.CheckFocus, true ) ; 71 window.top.parent.addEventListener( 'click', this.CheckFocus, true ) ; 72 window.top.parent.addEventListener( 'focus', this.CheckFocus, true ) ; 78 FCKDialog.CheckFocus = function() class in FCKDialog 94 window.top.parent.removeEventListener( 'onmousedown', FCKDialog.CheckFocus, true ) ; 95 window.top.parent.removeEventListener( 'mouseup', FCKDialog.CheckFocus, true ) ; 96 window.top.parent.removeEventListener( 'click', FCKDialog.CheckFocus, true ) ; 97 window.top.parent.removeEventListener( 'onfocus', FCKDialog.CheckFocus, true ) ;
|
/plugin/grensladawritezor/fckeditor/editor/js/ |
D | fckeditorcode_gecko.js | 91 …CheckFocus,true);window.top.parent.addEventListener('mouseup',this.CheckFocus,true);window.top.par… class
|
/plugin/wysiwyg/fckeditor/editor/js/ |
D | fckeditorcode_gecko.js | 101 …CheckFocus,true);window.top.parent.addEventListener('mouseup',this.CheckFocus,true);window.top.par… class
|