public
Description: Easily build printer friendly layouts and grids for your Ext JS pages.
Homepage: http://www.extjswithrails.com
Clone URL: git://github.com/steffen/ext.ux.printerfriendly.git
commit  d03a520560b72be96e846fbeb5d3a4bb1547a6b4
tree    5cf3d6d8e386ba36930e393ce20ef737a19e4b72
parent  ace2a3c7219f58500bd98cdf27ce0bf9010178ec
README
/*  Ext.ux.PrinterFriendly
 *  (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.
 *--------------------------------------------------------------------------*/


Documentation
http://extjs.com/learn/Extension:PrinterFriendly


FAQ

1.
Q: Firebug says: "cm has no properties
var colCount = cm.getColumnCount();" Why?
A: Make sure you use the cm or colModel config option for your grid instead of the columns option.