[Commits] r1928 - core/trunk/geoext/tests/lib/GeoExt/widgets/form
commits at geoext.org
commits at geoext.org
Mon Mar 8 13:50:38 CET 2010
Author: elemoine
Date: 2010-03-08 13:50:38 +0100 (Mon, 08 Mar 2010)
New Revision: 1928
Modified:
core/trunk/geoext/tests/lib/GeoExt/widgets/form/FormPanel.html
Log:
make FormPanel tests pass with Ext 3, no functional change
Modified: core/trunk/geoext/tests/lib/GeoExt/widgets/form/FormPanel.html
===================================================================
--- core/trunk/geoext/tests/lib/GeoExt/widgets/form/FormPanel.html 2010-03-07 11:01:14 UTC (rev 1927)
+++ core/trunk/geoext/tests/lib/GeoExt/widgets/form/FormPanel.html 2010-03-08 12:50:38 UTC (rev 1928)
@@ -20,6 +20,7 @@
form = new GeoExt.form.FormPanel({
renderTo: "form",
+ width: 200,
protocol: protocol
});
@@ -64,6 +65,7 @@
form = new GeoExt.form.FormPanel({
renderTo: "form",
+ width: 200,
protocol: protocol,
items: [field],
listeners: {
@@ -114,6 +116,7 @@
form = new GeoExt.form.FormPanel({
renderTo: "form",
+ width: 200,
protocol: protocol,
items: [field],
listeners: {
More information about the Commits
mailing list