| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 /** 2 * @file view-list.js 3 * 4 * Handles JS things for view listing. 5 */ 6 Drupal.behaviors.ViewsList = function() { 7 var timeoutID = 0; 8 $('form#views-ui-list-views-form select:not(.views-processed)') 9 .addClass('views-processed') 10 .change(function() { 11 $('#edit-views-apply').click(); 12 }); 13 };
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 |