[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/nodeformsettings/ -> cckformsettings.js (source)

   1  // $Id:$
   2  
   3  /**
   4   * Code taken from user.js
   5   */
   6  Drupal.behaviors.cckformsettings = function (context) {  
   7    $('div.cckformsettings-radios input[type=radio]:not(.cckformsettingsSettings-processed)', context).addClass('cckformsettingsSettings-processed').click(function () {
   8      $('div.cckformsettings-show', context)[['hide', 'show'][this.value]]();
   9    });
  10  };


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7