Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckstyles.js309 var attNodes = styleNode.$Attribute || [] ; variable
312 for ( var j = 0 ; j < attNodes.length ; j++ )
314 styleDef.Attributes[ attNodes[j].name ] = attNodes[j].value ;