You are here

README.txt in Views Attach Library 2.0.x

Same filename and directory in other branches
  1. 8 README.txt
  2. 8.x README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Recommended modules
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------


The library in views module is designed to attach JS and CSS library in views,
by providing just library name.

REQUIREMENTS
------------

No special requirements.


RECOMMENDED MODULES
-------------------

 views.


INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module.
   See: https://www.drupal.org/node/895232 for further information.




CONFIGURATION
-------------


Installation is as simple as copying the module into your 'modules' contrib
directory, then enabling the module.

To add library in view follow below steps
1) Create or edit view
2) Find Attach Library section
3) Click on add library or edit library 
4) Add or edit library name in textfield.


For example there is a custom module called "abc" and this module has
library called "xyz" and this library has 2 js(abc1.js , abc2.js)
and 1 css(abc1.css) file.

so add "portal_abc/xyz" in textfield which is nothing but just library name,
where "abc" is module or theme name and "xyz" is library name.
so this view will include 2 js(abc1.js , abc2.js) and 1 css(abc1.css) file.


For a full description visit project page:
https://www.drupal.org/project/library_in_views

Bug reports, feature suggestions and latest developments:
http://drupal.org/project/issues/library_in_views


 
MAINTAINERS
-----------

Current maintainers:
* Hardik Patel - https://www.drupal.org/user/3316709/
* Yogesh Chougule - https://www.drupal.org/user/724666/
* Rahul Lamkhade - https://www.drupal.org/user/2718915/

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. The library in views module is designed to attach JS and CSS library in views,
  12. by providing just library name.
  13. REQUIREMENTS
  14. ------------
  15. No special requirements.
  16. RECOMMENDED MODULES
  17. -------------------
  18. views.
  19. INSTALLATION
  20. ------------
  21. * Install as you would normally install a contributed Drupal module.
  22. See: https://www.drupal.org/node/895232 for further information.
  23. CONFIGURATION
  24. -------------
  25. Installation is as simple as copying the module into your 'modules' contrib
  26. directory, then enabling the module.
  27. To add library in view follow below steps
  28. 1) Create or edit view
  29. 2) Find Attach Library section
  30. 3) Click on add library or edit library
  31. 4) Add or edit library name in textfield.
  32. For example there is a custom module called "abc" and this module has
  33. library called "xyz" and this library has 2 js(abc1.js , abc2.js)
  34. and 1 css(abc1.css) file.
  35. so add "portal_abc/xyz" in textfield which is nothing but just library name,
  36. where "abc" is module or theme name and "xyz" is library name.
  37. so this view will include 2 js(abc1.js , abc2.js) and 1 css(abc1.css) file.
  38. For a full description visit project page:
  39. https://www.drupal.org/project/library_in_views
  40. Bug reports, feature suggestions and latest developments:
  41. http://drupal.org/project/issues/library_in_views
  42. MAINTAINERS
  43. -----------
  44. Current maintainers:
  45. * Hardik Patel - https://www.drupal.org/user/3316709/
  46. * Yogesh Chougule - https://www.drupal.org/user/724666/
  47. * Rahul Lamkhade - https://www.drupal.org/user/2718915/