[Commits] r1847 - sandbox/ahocevar/playground/ux/Printing/ux/widgets/form

commits at geoext.org commits at geoext.org
Sun Jan 31 16:29:59 CET 2010


Author: ahocevar
Date: 2010-01-31 16:29:59 +0100 (Sun, 31 Jan 2010)
New Revision: 1847

Modified:
   sandbox/ahocevar/playground/ux/Printing/ux/widgets/form/SimplePrint.js
Log:
inherit from Ext.FormPanel, not GeoExt.FormPanel

Modified: sandbox/ahocevar/playground/ux/Printing/ux/widgets/form/SimplePrint.js
===================================================================
--- sandbox/ahocevar/playground/ux/Printing/ux/widgets/form/SimplePrint.js	2010-01-31 14:59:26 UTC (rev 1846)
+++ sandbox/ahocevar/playground/ux/Printing/ux/widgets/form/SimplePrint.js	2010-01-31 15:29:59 UTC (rev 1847)
@@ -21,7 +21,7 @@
  *  and rotation are configurable in the form. A Print button is also added to
  *  the form.
  */
-GeoExt.ux.form.SimplePrint = Ext.extend(GeoExt.form.FormPanel, {
+GeoExt.ux.form.SimplePrint = Ext.extend(Ext.form.FormPanel, {
     
     /* begin i18n */
     /** api: config[layoutText] ``String`` i18n */



More information about the Commits mailing list