[Commits] r1786 - sandbox/ahocevar/playground/ux/Printing/ux/widgets

commits at geoext.org commits at geoext.org
Tue Jan 19 23:04:34 CET 2010


Author: ahocevar
Date: 2010-01-19 23:04:34 +0100 (Tue, 19 Jan 2010)
New Revision: 1786

Modified:
   sandbox/ahocevar/playground/ux/Printing/ux/widgets/PrintPreview.js
Log:
new PrintPageField api

Modified: sandbox/ahocevar/playground/ux/Printing/ux/widgets/PrintPreview.js
===================================================================
--- sandbox/ahocevar/playground/ux/Printing/ux/widgets/PrintPreview.js	2010-01-19 21:34:44 UTC (rev 1785)
+++ sandbox/ahocevar/playground/ux/Printing/ux/widgets/PrintPreview.js	2010-01-19 22:04:34 UTC (rev 1786)
@@ -329,7 +329,7 @@
                     triggerAction: "all",
                     selectOnFocus: true,
                     plugins: new GeoExt.plugins.PrintPageField({
-                        page: this.printMapPanel.printPage
+                        printPage: this.printMapPanel.printPage
                     })
                 }
             }, {



More information about the Commits mailing list