Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js1135 for ( var styleAtt in styleAttribs )
1137 attribs[ styleAtt.toLowerCase() ] = styleAttribs[ styleAtt ].toLowerCase() ;
1264 var styleAtt = styleAttribs[ attName ] ; variable
1267 if ( !styleAtt )
1271 if ( styleAtt != FCKDomTools.GetAttributeValue( element, att ).toLowerCase() )