[ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 // Function to set special attributes. Copied from FCK Core function 2 function SetAttribute( element, attName, attValue ) 3 { 4 if ( attValue == null || attValue.length == 0 ) 5 element.removeAttribute( attName, 0 ) ; // 0 : Case Insensitive 6 else 7 element.setAttribute( attName, attValue, 0 ) ; // 0 : Case Insensitive 8 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Tue Apr 3 18:50:37 2007 | par Balluche grâce à PHPXref 0.7 |