Home
last modified time | relevance | path

Searched refs:MainNode (Results 1 – 12 of 12) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckpanel.js100 this.MainNode = oDocument.body.appendChild( oDocument.createElement('DIV') ) ;
103 this.MainNode.style.cssFloat = this.IsRTL ? 'right' : 'left' ;
124 var eMainNode = this.MainNode ;
337 this.MainNode = null ;
H A Dfckmenublockpanel.js41 FCKMenuBlock.prototype.Create.call( this, oPanel.MainNode ) ; argument
H A Dfckcontextmenu.js175 fckContextMenu._MenuBlock.Create( fckContextMenu._Panel.MainNode ) ;
H A Dfckspecialcombo.js41 this._PanelBox = this._Panel.MainNode.appendChild( this._Panel.Document.createElement( 'DIV' ) ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcktextcolorcommand.js43 this._Panel.MainNode.className = 'FCK_Panel' ;
44 this._CreatePanelBody( this._Panel.Document, this._Panel.MainNode ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml_gecko.js31 return oSerializer.serializeToString( this.MainNode ) ;
H A Dfckxhtml.js48 this.MainNode = this.XML.appendChild( this.XML.createElement( 'xhtml' ) ) ;
55 this._AppendNode( this.MainNode, node ) ;
57 this._AppendChildNodes( this.MainNode, node, false ) ;
H A Dfckxhtml_ie.js27 return this.MainNode.xml ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js45MainNode=this.XML.appendChild(this.XML.createElement('xhtml'));FCKXHtml.CurrentJobNum++;if (B) thi…
46 FCKXHtml._GetMainXmlString=function(){return this.MainNode.xml;};FCKXHtml._AppendAttributes=functio…
74 …fck_editor.css');this._Panel.MainNode.className='FCK_Panel';this._CreatePanelBody(this._Panel.Docu…
86MainNode=B.body.appendChild(B.createElement('DIV'));this.MainNode.style.cssFloat=this.IsRTL?'right…
90 …leSheet(FCKConfig.SkinPath+'fck_editor.css');this._PanelBox=this._Panel.MainNode.appendChild(this.…
105 …ig.SkinPath+'fck_editor.css');FCKMenuBlock.prototype.Create.call(this,A.MainNode);};FCKMenuBlockPa… argument
106 …ck.Count()==0) return false;if (B._Redraw){B._MenuBlock.Create(B._Panel.MainNode);B._Redraw=false;…
H A Dfckeditorcode_gecko.js44MainNode=this.XML.appendChild(this.XML.createElement('xhtml'));FCKXHtml.CurrentJobNum++;if (B) thi…
45 …ng=function(){var A=new XMLSerializer();return A.serializeToString(this.MainNode);};FCKXHtml._Appe…
73 …fck_editor.css');this._Panel.MainNode.className='FCK_Panel';this._CreatePanelBody(this._Panel.Docu…
85MainNode=B.body.appendChild(B.createElement('DIV'));this.MainNode.style.cssFloat=this.IsRTL?'right…
89 …leSheet(FCKConfig.SkinPath+'fck_editor.css');this._PanelBox=this._Panel.MainNode.appendChild(this.…
104 …ig.SkinPath+'fck_editor.css');FCKMenuBlock.prototype.Create.call(this,A.MainNode);};FCKMenuBlockPa… argument
105 …ck.Count()==0) return false;if (B._Redraw){B._MenuBlock.Create(B._Panel.MainNode);B._Redraw=false;…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js55MainNode=this.XML.appendChild(this.XML.createElement('xhtml'));FCKXHtml.CurrentJobNum++;if (B) thi…
56 FCKXHtml._GetMainXmlString=function(){return (new XMLSerializer()).serializeToString(this.MainNode)…
84 …g.SkinEditorCSS);this._Panel.MainNode.className='FCK_Panel';this._CreatePanelBody(this._Panel.Docu…
98MainNode=B.body.appendChild(B.createElement('DIV'));this.MainNode.style.cssFloat=this.IsRTL?'right…
103 …el.AppendStyleSheet(FCKConfig.SkinEditorCSS);this._PanelBox=this._Panel.MainNode.appendChild(this.…
118 …heet(FCKConfig.SkinEditorCSS);FCKMenuBlock.prototype.Create.call(this,A.MainNode);};FCKMenuBlockPa… argument
119 …ck.Count()==0) return false;if (B._Redraw){B._MenuBlock.Create(B._Panel.MainNode);B._Redraw=false;…
H A Dfckeditorcode_ie.js59MainNode=this.XML.appendChild(this.XML.createElement('xhtml'));FCKXHtml.CurrentJobNum++;if (B) thi…
60 FCKXHtml._GetMainXmlString=function(){return this.MainNode.xml;};FCKXHtml._AppendAttributes=functio…
88 …g.SkinEditorCSS);this._Panel.MainNode.className='FCK_Panel';this._CreatePanelBody(this._Panel.Docu…
100MainNode=B.body.appendChild(B.createElement('DIV'));this.MainNode.style.cssFloat=this.IsRTL?'right…
104 …el.AppendStyleSheet(FCKConfig.SkinEditorCSS);this._PanelBox=this._Panel.MainNode.appendChild(this.…
119 …heet(FCKConfig.SkinEditorCSS);FCKMenuBlock.prototype.Create.call(this,A.MainNode);};FCKMenuBlockPa… argument
120 …ck.Count()==0) return false;if (B._Redraw){B._MenuBlock.Create(B._Panel.MainNode);B._Redraw=false;…