Mercurial > defr > drupal > scald > dnd
comparison dnd.module @ 19:d83073a08b25
Added beautytips, and advanced library behavior to the library prototype.
author | David Eads <eads@chicagotech.org> |
---|---|
date | Fri, 06 Mar 2009 14:26:06 -0600 |
parents | 0d557e6e73f7 |
children | 89fe0aca43d4 |
comparison
equal
deleted
inserted
replaced
18:0d557e6e73f7 | 19:d83073a08b25 |
---|---|
74 * configuration options | 74 * configuration options |
75 * callback should be smart about attachment and detachment | 75 * callback should be smart about attachment and detachment |
76 */ | 76 */ |
77 function dnd_process_textarea($element, $form_state) { | 77 function dnd_process_textarea($element, $form_state) { |
78 if ($element['#dnd-enabled']) { | 78 if ($element['#dnd-enabled']) { |
79 drupal_add_js(drupal_get_path('module', 'dnd') .'/js/bt/other_libs/excanvas-compressed.js'); | 79 drupal_add_js(drupal_get_path('module', 'dnd') .'/js/bt/other_libs/excanvas_0002/excanvas-compressed.js'); |
80 drupal_add_js(drupal_get_path('module', 'dnd') .'/js/jquery.url.packed.js'); | 80 drupal_add_js(drupal_get_path('module', 'dnd') .'/js/jquery.url.packed.js'); |
81 drupal_add_js(drupal_get_path('module', 'dnd') .'/js/jquery.fieldselection.js'); | 81 drupal_add_js(drupal_get_path('module', 'dnd') .'/js/jquery.fieldselection.js'); |
82 drupal_add_js(drupal_get_path('module', 'dnd') .'/js/bt/jquery.bt.js'); | 82 drupal_add_js(drupal_get_path('module', 'dnd') .'/js/bt/jquery.bt.js'); |
83 drupal_add_js(drupal_get_path('module', 'dnd') .'/js/jquery.draganddrop.js'); | 83 drupal_add_js(drupal_get_path('module', 'dnd') .'/js/jquery.draganddrop.js'); |
84 drupal_add_js(drupal_get_path('module', 'dnd') .'/js/dnd-library.js'); | 84 drupal_add_js(drupal_get_path('module', 'dnd') .'/js/dnd-library.js'); |