Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckstyles.js344 var overrideAttValue = overrideAttNode[k].value || null ; variable
345 if ( overrideAttValue )
348 var regexMatch = overrideAttValue && FCKRegexLib.RegExp.exec( overrideAttValue ) ;
350 overrideAttValue = new RegExp( regexMatch[1], regexMatch[2] || '' ) ;
352 overrideDef.Attributes[ overrideAttNode[k].name ] = overrideAttValue ;