Searched refs:HasFocus (Results 1 – 7 of 7) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckpanel.js | 302 if ( --this._LockCounter == 0 && !this.HasFocus ) 310 panel.HasFocus = true ; 315 panel.HasFocus = false ;
|
H A D | fckmenublock.js | 114 menuBlock.Panel.HasFocus = true ;
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fck.js | 32 HasFocus : false, property in FCK 427 HasFocus : false, property in FCK 852 if ( FCKBrowserInfo.IsIE && FCK.HasFocus ) 1031 if ( typeof(FCK) != 'undefined' && FCK.HasFocus ) 1044 FCK.HasFocus = false ; 1059 if ( !FCK.HasFocus && !FCKFocusManager.IsLocked ) 1061 FCK.HasFocus = true ;
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 32 …HasFocus:false,DataProcessor:new FCKDataProcessor(),AttachToOnSelectionChange:function(A){this.Eve… property in FCK 86 …er==0&&!this.HasFocus) this.Hide();};function FCKPanel_Window_OnFocus(e,A){A.HasFocus=true;};funct… 104 …serInfo.IsIE&&B.HasSubMenu&&!this.HasSubMenu){A._Window.focus();A.Panel.HasFocus=true;};B.Deactiva…
|
H A D | fckeditorcode_gecko.js | 31 …HasFocus:false,DataProcessor:new FCKDataProcessor(),AttachToOnSelectionChange:function(A){this.Eve… property in FCK 85 …er==0&&!this.HasFocus) this.Hide();};function FCKPanel_Window_OnFocus(e,A){A.HasFocus=true;};funct… 103 …serInfo.IsIE&&B.HasSubMenu&&!this.HasSubMenu){A._Window.focus();A.Panel.HasFocus=true;};B.Deactiva…
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 31 …HasFocus:false,DataProcessor:new FCKDataProcessor(),GetInstanceObject:(function(){var w=window;ret… property in FCK 98 …er==0&&!this.HasFocus) this.Hide();};function FCKPanel_Window_OnFocus(e,A){A.HasFocus=true;};funct… 117 …serInfo.IsIE&&B.HasSubMenu&&!this.HasSubMenu){A._Window.focus();A.Panel.HasFocus=true;};B.Deactiva…
|
H A D | fckeditorcode_ie.js | 32 …HasFocus:false,DataProcessor:new FCKDataProcessor(),GetInstanceObject:(function(){var w=window;ret… property in FCK 36 …HasFocus){FCKFocusManager._ResetTimer();FCKFocusManager._Timer=window.setTimeout(FCKFocusManager_F… 100 …er==0&&!this.HasFocus) this.Hide();};function FCKPanel_Window_OnFocus(e,A){A.HasFocus=true;};funct… 118 …serInfo.IsIE&&B.HasSubMenu&&!this.HasSubMenu){A._Window.focus();A.Panel.HasFocus=true;};B.Deactiva…
|