| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 /* 2 * slider_defaults.js 3 */ 4 5 var slider_defaults = { 6 animate: false, 7 delay: 0, 8 disabled: false, 9 distance: 0, 10 max: 100, 11 min: 0, 12 orientation: 'horizontal', 13 range: false, 14 step: 1, 15 value: 0, 16 values: null 17 }; 18 19 commonWidgetTests('slider', { defaults: slider_defaults });
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |