Searched refs:overrideAttValue (Results 1 – 1 of 1) sorted by relevance
344 var overrideAttValue = overrideAttNode[k].value || null ; variable345 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 ;