/*  Ext.ux.PrinterFriendly, Version 0.2
 *  (c) 2008 Steffen Hiller (http://www.extjswithrails.com)
 *
 *  License: Ext.ux.PrinterFriendly is licensed under the terms of
 *  the Open Source LGPL 3.0 license.  Commercial use is permitted to the extent
 *  that the code/component(s) do NOT become part of another Open Source or Commercially
 *  licensed development library or toolkit without explicit permission.
 *
 *  License details: http://www.gnu.org/licenses/lgpl.html
 *
 *  This is an extension for the Ext JS Library, for more information see http://www.extjs.com.
 *--------------------------------------------------------------------------*/

Ext.ux.PrinterFriendly = function(){};

/*  
 * The path to your ux.PrinterFriendly folder
 */
Ext.ux.PrinterFriendly.ROOT = '/static/js/extjs/Ext.ux.PrinterFriendly-0.2';

/*  
 * Instead of using Ext.ux.PrinterFriendly.onReady and Ext.ux.PrinterFriendly.onPrinting
 * you can use Ext.onReady and Ext.onPrinting
 * See Shortcuts.js for all available shortcuts
 */
Ext.ux.PrinterFriendly.ENABLE_SHORTCUTS = true;