Home
last modified time | relevance | path

Searched refs:attValue (Results 1 – 5 of 5) sorted by path

/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php561 * @param $attValue
565 function addAttributeValue($attName, $attValue, $xml) argument
575 $xml->setAttribute($attName, $attValue);
579 if (!in_array($attValue, $explodeArray)) {
580 $xml->setAttribute($attName, (string)$actualAttValue . " $attValue");
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js77 function SetAttribute( element, attName, attValue ) argument
79 if ( attValue == null || attValue.length == 0 )
82 element.setAttribute( attName, attValue, 0 ) ; // 0 : Case Insensitive
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js461 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 Dfck_dialog_common.js37 function SetAttribute( element, attName, attValue ) argument
39 if ( attValue == null || attValue.length == 0 )
42 element.setAttribute( attName, attValue, 0 ) ; // 0 : Case Insensitive