Searched refs:FCKPanel (Results 1 – 9 of 9) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckpanel.js | 25 var FCKPanel = function( parentWindow ) class 107 FCKPanel.prototype.AppendStyleSheet = function( styleSheet ) 112 FCKPanel.prototype.Preload = function( x, y, relElement ) 121 FCKPanel.prototype.Show = function( x, y, relElement, width, height ) 250 FCKPanel.prototype.Hide = function( ignoreOnHide ) 277 FCKPanel.prototype.CheckIsOpened = function() 285 FCKPanel.prototype.CreateChildPanel = function() 289 var oChildPanel = new FCKPanel( oWindow ) ; 295 FCKPanel.prototype.Lock = function() 300 FCKPanel.prototype.Unlock = function()
|
H A D | fckmenublockpanel.js | 37 …el = ( this.Parent && this.Parent.Panel ? this.Parent.Panel.CreateChildPanel() : new FCKPanel() ) ;
|
H A D | fckcontextmenu.js | 28 var oPanel = this._Panel = new FCKPanel( parentWindow ) ;
|
H A D | fckspecialcombo.js | 39 this._Panel = new FCKPanel( parentWindow || window ) ;
|
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fcktextcolorcommand.js | 41 this._Panel = new FCKPanel( oWindow ) ;
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 74 …mentWindow(FCK.ToolbarSet._IFrame);else B=window.parent;this._Panel=new FCKPanel(B);this._Panel.Ap… 86 …FCKPanel=function(A){this.IsRTL=(FCKLang.Dir=='rtl');this.IsContextMenu=false;this._LockCounter=0;… class 90 ….Tooltip=A;this.Style=2;this.Enabled=true;this.Items={};this._Panel=new FCKPanel(E||window);this._… 105 …this.Parent&&this.Parent.Panel?this.Parent.Panel.CreateChildPanel():new FCKPanel());A.AppendStyleS… 106 var FCKContextMenu=function(A,B){this.CtrlDisable=false;var C=this._Panel=new FCKPanel(A);C.AppendS…
|
H A D | fckeditorcode_gecko.js | 73 …mentWindow(FCK.ToolbarSet._IFrame);else B=window.parent;this._Panel=new FCKPanel(B);this._Panel.Ap… 85 …FCKPanel=function(A){this.IsRTL=(FCKLang.Dir=='rtl');this.IsContextMenu=false;this._LockCounter=0;… class 89 ….Tooltip=A;this.Style=2;this.Enabled=true;this.Items={};this._Panel=new FCKPanel(E||window);this._… 104 …this.Parent&&this.Parent.Panel?this.Parent.Panel.CreateChildPanel():new FCKPanel());A.AppendStyleS… 105 var FCKContextMenu=function(A,B){this.CtrlDisable=false;var C=this._Panel=new FCKPanel(A);C.AppendS…
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 84 …mentWindow(FCK.ToolbarSet._IFrame);else B=window.parent;this._Panel=new FCKPanel(B);this._Panel.Ap… 98 …FCKPanel=function(A){this.IsRTL=(FCKLang.Dir=='rtl');this.IsContextMenu=false;this._LockCounter=0;… class 103 ….Tooltip=A;this.Style=2;this.Enabled=true;this.Items={};this._Panel=new FCKPanel(E||window);this._… 118 …this.Parent&&this.Parent.Panel?this.Parent.Panel.CreateChildPanel():new FCKPanel());A.AppendStyleS… 119 var FCKContextMenu=function(A,B){this.CtrlDisable=false;var C=this._Panel=new FCKPanel(A);C.AppendS…
|
H A D | fckeditorcode_ie.js | 88 …mentWindow(FCK.ToolbarSet._IFrame);else B=window.parent;this._Panel=new FCKPanel(B);this._Panel.Ap… 100 …FCKPanel=function(A){this.IsRTL=(FCKLang.Dir=='rtl');this.IsContextMenu=false;this._LockCounter=0;… class 104 ….Tooltip=A;this.Style=2;this.Enabled=true;this.Items={};this._Panel=new FCKPanel(E||window);this._… 119 …this.Parent&&this.Parent.Panel?this.Parent.Panel.CreateChildPanel():new FCKPanel());A.AppendStyleS… 120 var FCKContextMenu=function(A,B){this.CtrlDisable=false;var C=this._Panel=new FCKPanel(A);C.AppendS…
|