| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 /* 2 * selectable_defaults.js 3 */ 4 5 var selectable_defaults = { 6 appendTo: 'body', 7 autoRefresh: true, 8 cancel: ':input,option', 9 delay: 0, 10 disabled: false, 11 distance: 0, 12 filter: '*', 13 tolerance: 'touch' 14 }; 15 16 commonWidgetTests('selectable', { defaults: selectable_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 |