Home
last modified time | relevance | path

Searched refs:CheckFocus (Results 1 – 4 of 4) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckdialog_gecko.js69 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/
Dfckdialog_gecko.js69 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/
Dfckeditorcode_gecko.js91CheckFocus,true);window.top.parent.addEventListener('mouseup',this.CheckFocus,true);window.top.par… class
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_gecko.js101CheckFocus,true);window.top.parent.addEventListener('mouseup',this.CheckFocus,true);window.top.par… class