| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 // $Id: comment.js,v 1.1.2.1 2009/12/09 01:08:39 davereid Exp $ 2 3 Drupal.verticalTabs = Drupal.verticalTabs || {}; 4 5 Drupal.verticalTabs.comment_settings = function() { 6 return $('.vertical-tabs-comment_settings input:checked').parent().text(); 7 } 8 9 Drupal.verticalTabs.comment = function() { 10 var vals = []; 11 vals.push($(".vertical-tabs-comment input[name='comment']:checked").parent().text()); 12 vals.push($(".vertical-tabs-comment input[name='comment_default_mode']:checked").parent().text()); 13 vals.push(Drupal.t('@number comments per page', {'@number': $(".vertical-tabs-comment select[name='comment_default_per_page'] option:selected").val()})); 14 return vals.join(', '); 15 }
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 |