Home
last modified time | relevance | path

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

/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js287 function CopyAttributes( oSource, oDest, oSkipAttributes ) argument
289 var aAttributes = oSource.attributes ;
302 var sAttValue = oSource.getAttribute( sAttName, 2 ) ;
310 if ( oSource.style.cssText !== '' )
311 oDest.style.cssText = oSource.style.cssText ;