Changeset 1928
- Timestamp:
- 03/08/10 13:50:38 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
core/trunk/geoext/tests/lib/GeoExt/widgets/form/FormPanel.html
r707 r1928 21 21 form = new GeoExt.form.FormPanel({ 22 22 renderTo: "form", 23 width: 200, 23 24 protocol: protocol 24 25 }); … … 65 66 form = new GeoExt.form.FormPanel({ 66 67 renderTo: "form", 68 width: 200, 67 69 protocol: protocol, 68 70 items: [field], … … 115 117 form = new GeoExt.form.FormPanel({ 116 118 renderTo: "form", 119 width: 200, 117 120 protocol: protocol, 118 121 items: [field],