This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit d03a520560b72be96e846fbeb5d3a4bb1547a6b4
tree 5cf3d6d8e386ba36930e393ce20ef737a19e4b72
parent ace2a3c7219f58500bd98cdf27ce0bf9010178ec
tree 5cf3d6d8e386ba36930e393ce20ef737a19e4b72
parent ace2a3c7219f58500bd98cdf27ce0bf9010178ec
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Aug 11 08:52:18 -0700 2008 | |
| |
CHANGES | Mon Aug 11 08:52:18 -0700 2008 | |
| |
PrinterWindow.js | Mon Aug 11 08:52:18 -0700 2008 | |
| |
README | Mon Aug 11 08:52:18 -0700 2008 | |
| |
Shortcuts.js | Mon Aug 11 08:52:18 -0700 2008 | |
| |
config.js | Mon Aug 11 08:52:18 -0700 2008 | |
| |
core/ | Mon Aug 11 08:52:18 -0700 2008 | |
| |
grid/ | Tue Jun 16 12:54:52 -0700 2009 | |
| |
init.js | Mon Aug 11 08:52:18 -0700 2008 | |
| |
init_css.js | Mon Aug 11 08:52:18 -0700 2008 | |
| |
resources/ | Mon Aug 11 08:52:18 -0700 2008 | |
| |
util/ | Mon Aug 11 09:51:23 -0700 2008 |
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.







