Searched refs:attValue (Results 1 – 4 of 4) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckstyle.js | 461 var attValue = attribs[i][1] ; 469 if ( attValue == null || 619 if ( attValue == null || 620 ( attValue.test && attValue.test( FCKDomTools.GetAttributeValue( element, attName ) ) ) || 662 var attValue ; 670 el.className = attValue ; 697 var attValue = attValue ? attValue[ attName ] : null ; 704 attValue = attValue.Replace( FCKRegexLib.StyleVariableAttName, this._GetVariableReplace, this ) ; 706 return attValue ; 717 attValue = FCKTools.NormalizeCssText( attValue ) ; [all …]
|
/plugin/wysiwyg/fckeditor/editor/dialog/common/ |
H A D | fck_dialog_common.js | 37 function SetAttribute( element, attName, attValue ) argument 39 if ( attValue == null || attValue.length == 0 ) 42 element.setAttribute( attName, attValue, 0 ) ; // 0 : Case Insensitive
|
/plugin/fckg/fckeditor/editor/dialog/common/ |
H A D | fck_dialog_common.js | 77 function SetAttribute( element, attName, attValue ) argument 79 if ( attValue == null || attValue.length == 0 ) 82 element.setAttribute( attName, attValue, 0 ) ; // 0 : Case Insensitive
|
/plugin/combo/ComboStrap/ |
H A D | XmlDocument.php | 494 function addAttributeValue($attName, $attValue, $xml) argument 504 $xml->setAttribute($attName, $attValue); 508 if (!in_array($attValue, $explodeArray)) { 509 $xml->setAttribute($attName, (string)$actualAttValue . " $attValue");
|