Home
last modified time | relevance | path

Searched refs:targetDoc (Results 1 – 2 of 2) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarstylecombo.js61 var targetDoc = targetSpecialCombo._Panel.Document ;
64 FCKTools.AppendStyleSheet( targetDoc, FCKConfig.ToolbarComboPreviewCSS ) ;
65 FCKTools.AppendStyleString( targetDoc, FCKConfig.EditorAreaStyles ) ;
66 targetDoc.body.className += ' ForceBaseFont' ;
69 FCKConfig.ApplyBodyAttributes( targetDoc.body ) ;
H A Dfckstyle.js655 BuildElement : function( targetDoc, element ) argument
658 var el = element || targetDoc.createElement( this.Element ) ;