jQuery Print
Categories
Component ID
2788115
Component name
jQuery Print
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1460
Component created
Component changed
Component body
Description
The jQuery Print module provides a library to access the jQuery Print plugin. This module doesn't do very much by itself, but serves as a way for other modules to easily use the jQuery Print plugin without having to define their own libraries.
Requirements
This module requires the following modules:
- Libraries API
- jQuery Update, running at LEAST jQuery 1.7
Installation
- Download the jQuery Print library.
- Put the jQuery Print library into your libraries folder. The path file should be at the path sites/all/libraries/jquery.print.js
- Install this module as you would normally install a contributed Drupal module. See: https://drupal.org/documentation/install/modules-themes/modules-7 for further information.
Usage
In order to have access to jQuery Print functions, you must load the library.
Example 1, using libraries_load:
libraries_load('jquery-print');
Example 2, using the form API:
$form['#attached']['libraries_load'][] = array('jquery-print');
For the actual jQuery print functionality, please refer to the jQuery Print Github page:
https://github.com/DoersGuild/jQuery.print
