| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
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 };
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |