You are here

README.txt in jQuery UI MultiSelect Widget 7

README.txt
----------
Adds Eric Hynds jQuery UI MultiSelect Widget (http://www.erichynds.com/jquery/jquery-ui-multiselect-widget/ ) to select fields (optional multiselect only) in Drupal.
Replaces all selects with attribute "multiselect" by this better behaviour.

JavaScript API
------------
You may get the created multiselect object from:
Drupal.behaviors.jquery_ui_multiselect_widget.multiselect;

Furthermore you may of course implement your own multiselect by calling
$('selector').multiselect();
or even:
$('selector').multiselect().multiselectfilter();

DEPENDENCIES
------------
- jquery_update OR jqmulti
- Libraries API >= 7.x-2.0

INSTALLATION
------------
0.    Download and extract Eric Hynds's "jQuery UI MultiSelect Widget" jQuery Plugin to the "libraries" folder (sites/all/libraries), named "jquery-ui-multiselect-widget". This folder for example should contain a "src" folder as direct subfolder.
      Hint: Simply "Download ZIP" (Button) from the projects GitHub Page: https://github.com/ehynds/jquery-ui-multiselect-widget and remove the "...-master" suffix.
      Example file structure:
        sites/all/libraries/jquery-ui-multiselect-widget/src/jquery.multiselect.js
        sites/all/libraries/jquery-ui-multiselect-widget/src/jquery.multiselect.filter.js
        sites/all/libraries/jquery-ui-multiselect-widget/jquery.multiselect.css
        sites/all/libraries/jquery-ui-multiselect-widget/jquery.multiselect.filter.css
        ...
1.    Download and enable this module
2.    (Already enabled and working with default settings now!)
3.    Go to {YourURL}/admin/config/user-interface/jquery_ui_multiselect_widget and configure it
4.    Done! Happy Using!
5.    Visit our Websites. Please.


AUTHOR/MAINTAINER
-----------------
- Julian Pustkuchen (http://Julian.Pustkuchen.com)
- Development proudly sponsored by:
    webks: websolutions kept simple (http://www.webks.de)
      and
    DROWL: Drupalbasierte Lösungen aus Ostwestfalen-Lippe (http://www.drowl.de)

File

README.txt
View source
  1. README.txt
  2. ----------
  3. Adds Eric Hynds jQuery UI MultiSelect Widget (http://www.erichynds.com/jquery/jquery-ui-multiselect-widget/ ) to select fields (optional multiselect only) in Drupal.
  4. Replaces all selects with attribute "multiselect" by this better behaviour.
  5. JavaScript API
  6. ------------
  7. You may get the created multiselect object from:
  8. Drupal.behaviors.jquery_ui_multiselect_widget.multiselect;
  9. Furthermore you may of course implement your own multiselect by calling
  10. $('selector').multiselect();
  11. or even:
  12. $('selector').multiselect().multiselectfilter();
  13. DEPENDENCIES
  14. ------------
  15. - jquery_update OR jqmulti
  16. - Libraries API >= 7.x-2.0
  17. INSTALLATION
  18. ------------
  19. 0. Download and extract Eric Hynds's "jQuery UI MultiSelect Widget" jQuery Plugin to the "libraries" folder (sites/all/libraries), named "jquery-ui-multiselect-widget". This folder for example should contain a "src" folder as direct subfolder.
  20. Hint: Simply "Download ZIP" (Button) from the projects GitHub Page: https://github.com/ehynds/jquery-ui-multiselect-widget and remove the "...-master" suffix.
  21. Example file structure:
  22. sites/all/libraries/jquery-ui-multiselect-widget/src/jquery.multiselect.js
  23. sites/all/libraries/jquery-ui-multiselect-widget/src/jquery.multiselect.filter.js
  24. sites/all/libraries/jquery-ui-multiselect-widget/jquery.multiselect.css
  25. sites/all/libraries/jquery-ui-multiselect-widget/jquery.multiselect.filter.css
  26. ...
  27. 1. Download and enable this module
  28. 2. (Already enabled and working with default settings now!)
  29. 3. Go to {YourURL}/admin/config/user-interface/jquery_ui_multiselect_widget and configure it
  30. 4. Done! Happy Using!
  31. 5. Visit our Websites. Please.
  32. AUTHOR/MAINTAINER
  33. -----------------
  34. - Julian Pustkuchen (http://Julian.Pustkuchen.com)
  35. - Development proudly sponsored by:
  36. webks: websolutions kept simple (http://www.webks.de)
  37. and
  38. DROWL: Drupalbasierte Lösungen aus Ostwestfalen-Lippe (http://www.drowl.de)