You are here

README.txt in jQuery form styler 7.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
-- SUMMARY --

Form styler uses the jQuery form styler plugin to make your form select,
checkbox, radio and file elements more user-friendly.


-- INSTALLATION WITHOUT DRUSH--

  1. Download and enable the module.
  2. Download the jQuery form styler plugin
     (https://github.com/Dimox/jQueryFormStyler/archive/master.zip) and extract
     the file under sites/all/libraries.
  3. Rename directoy to 'jquery_form_styler'
  4. Go to Administer > Configuration > User interface > Form styler settings
     and configure the module

-- DEPENDENCIES --

  - jQuery Update - jQuery form styler library is having some trouble with
    jquery <= 1.7.0, therefore we decided to make jquery_update as a dependency.
  - Libraries >= 2.x

-- INSTALLATION VIA DRUSH --

 A Drush command is provided for easy installation of
 the jQuery form styler plugin.

 drush form-styler-plugin
 or use alias fsplugin
 drush fsplugin

 The command will download the plugin and unpack it in "sites/all/libraries".
 It is possible to add another path as an option to the command, but not
 recommended unless you know what you are doing.


-- CONFIGURATION --

Goto admin/config/user-interface/form-styler and set form ids (1 id per line)
where you want to attach form styler plugin

-- PLUGIN ---

 Plugin author Dimox http://dimox.name/

 You can see examples on http://dimox.github.io/jQueryFormStyler/demo/ (ru)
 Home page of plugin http://dimox.name/jquery-form-styler/
 Git hub repository https://github.com/Dimox/jQueryFormStyler

File

README.txt
View source
  1. -- SUMMARY --
  2. Form styler uses the jQuery form styler plugin to make your form select,
  3. checkbox, radio and file elements more user-friendly.
  4. -- INSTALLATION WITHOUT DRUSH--
  5. 1. Download and enable the module.
  6. 2. Download the jQuery form styler plugin
  7. (https://github.com/Dimox/jQueryFormStyler/archive/master.zip) and extract
  8. the file under sites/all/libraries.
  9. 3. Rename directoy to 'jquery_form_styler'
  10. 4. Go to Administer > Configuration > User interface > Form styler settings
  11. and configure the module
  12. -- DEPENDENCIES --
  13. - jQuery Update - jQuery form styler library is having some trouble with
  14. jquery <= 1.7.0, therefore we decided to make jquery_update as a dependency.
  15. - Libraries >= 2.x
  16. -- INSTALLATION VIA DRUSH --
  17. A Drush command is provided for easy installation of
  18. the jQuery form styler plugin.
  19. drush form-styler-plugin
  20. or use alias fsplugin
  21. drush fsplugin
  22. The command will download the plugin and unpack it in "sites/all/libraries".
  23. It is possible to add another path as an option to the command, but not
  24. recommended unless you know what you are doing.
  25. -- CONFIGURATION --
  26. Goto admin/config/user-interface/form-styler and set form ids (1 id per line)
  27. where you want to attach form styler plugin
  28. -- PLUGIN ---
  29. Plugin author Dimox http://dimox.name/
  30. You can see examples on http://dimox.github.io/jQueryFormStyler/demo/ (ru)
  31. Home page of plugin http://dimox.name/jquery-form-styler/
  32. Git hub repository https://github.com/Dimox/jQueryFormStyler