Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckstyle.js461 var attValue = attribs[i][1] ;
469 if ( attValue == null ||
470 …( typeof attValue == 'string' && FCKDomTools.GetAttributeValue( element, attName ) == attValue ) ||
471 attValue.test( FCKDomTools.GetAttributeValue( element, attName ) ) )
611 var attValue = attributes[i][1] ;
619 if ( attValue == null ||
620 ( attValue.test && attValue.test( FCKDomTools.GetAttributeValue( element, attName ) ) ) ||
621 … ( typeof attValue == 'string' && FCKDomTools.GetAttributeValue( element, attName ) == attValue ) )
662 var attValue ;
667 attValue = this.GetFinalAttributeValue( att ) ;
[all …]
/plugin/grensladawritezor/fckeditor/editor/dialog/common/
Dfck_dialog_common.js39 function SetAttribute( element, attName, attValue ) argument
41 if ( attValue == null || attValue.length == 0 )
44 element.setAttribute( attName, attValue, 0 ) ; // 0 : Case Insensitive
/plugin/wysiwyg/fckeditor/editor/dialog/common/
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
/plugin/fckg/fckeditor/editor/dialog/common/
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/combo/ComboStrap/Xml/
DXmlDocument.php565 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/
Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...