Home
last modified time | relevance | path

Searched refs:FCKPanel (Results 1 – 9 of 9) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckpanel.js25 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 Dfckmenublockpanel.js37 …el = ( this.Parent && this.Parent.Panel ? this.Parent.Panel.CreateChildPanel() : new FCKPanel() ) ;
H A Dfckcontextmenu.js28 var oPanel = this._Panel = new FCKPanel( parentWindow ) ;
H A Dfckspecialcombo.js39 this._Panel = new FCKPanel( parentWindow || window ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcktextcolorcommand.js41 this._Panel = new FCKPanel( oWindow ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js74 …mentWindow(FCK.ToolbarSet._IFrame);else B=window.parent;this._Panel=new FCKPanel(B);this._Panel.Ap…
86FCKPanel=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 Dfckeditorcode_gecko.js73 …mentWindow(FCK.ToolbarSet._IFrame);else B=window.parent;this._Panel=new FCKPanel(B);this._Panel.Ap…
85FCKPanel=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 Dfckeditorcode_gecko.js84 …mentWindow(FCK.ToolbarSet._IFrame);else B=window.parent;this._Panel=new FCKPanel(B);this._Panel.Ap…
98FCKPanel=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 Dfckeditorcode_ie.js88 …mentWindow(FCK.ToolbarSet._IFrame);else B=window.parent;this._Panel=new FCKPanel(B);this._Panel.Ap…
100FCKPanel=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…