[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

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

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


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