/[drupal]/contributions/modules/interface_sortable/README.txt
ViewVC logotype

Contents of /contributions/modules/interface_sortable/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed May 9 21:43:34 2007 UTC (2 years, 6 months ago) by marcp
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5
File MIME type: text/plain
Initial check-in of code that makes it easy to use the jQuery Interface Sortable component within Drupal.
1 *******************************************************
2 README.txt for interface_sortable.module for Drupal
3 *******************************************************
4
5 The Interface Sortable module makes it easy for developers to add JavaScript
6 drag-and-drop form elements to forms and drag-and-drop widgets to non-form
7 pages. It depends on the JQuery Interface module which in turn relies on
8 the JQuery Update module.
9
10 The Interface Sortable Demos module demonstrates the use of the Interface
11 Sortable module. It can be turned off for production site that use the
12 Interface Sortable module.
13
14 INSTALLATION:
15
16 1. Put the interface_sortable directory in the modules directory that makes
17 the most sense for your site. See http://drupal.org/node/70151 for tips
18 on where to install contributed modules.
19 2. Enable interface_sortable via admin/build/modules.
20 3. Optionally enable interface_sortable_demos via admin/build/modules.
21
22 TO DO:
23
24 1. Figure out why dragged items are shifted to the right in IE.
25 2. Clean up the Javascript.
26 3. Do we want to use hook_footer for sending out the Javascript, the way
27 it's done in the messagefx module?
28
29 THANKS:
30
31 Thanks to jjeff for providing jquery_update and jquery_interface, upon
32 which this module depends. This module is basically a Scriptaculous to
33 Interface port of jjeff's sortable work in Drupal 4.7.

  ViewVC Help
Powered by ViewVC 1.1.2