| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 /* 2 * sortable_defaults.js 3 */ 4 5 var sortable_defaults = { 6 appendTo: "parent", 7 axis: false, 8 cancel: ":input,option", 9 connectWith: false, 10 containment: false, 11 cursor: 'auto', 12 cursorAt: false, 13 delay: 0, 14 disabled: false, 15 distance: 1, 16 dropOnEmpty: true, 17 forcePlaceholderSize: false, 18 forceHelperSize: false, 19 grid: false, 20 handle: false, 21 helper: "original", 22 items: "> *", 23 opacity: false, 24 placeholder: false, 25 revert: false, 26 scroll: true, 27 scrollSensitivity: 20, 28 scrollSpeed: 20, 29 scope: "default", 30 tolerance: "intersect", 31 zIndex: 1000 32 }; 33 34 commonWidgetTests('sortable', { defaults: sortable_defaults });
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 |