[ Index ]
 

Code source de CMS made simple 1.0.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/FCKeditorX/FCKeditor/editor/plugins/CMSModules/ -> fckcmsmodules.js (source)

   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  }


Généré le : Tue Apr 3 18:50:37 2007 par Balluche grâce à PHPXref 0.7