[Commits] r2368 - core/trunk/docsrc/_theme/geoext/static
commits at geoext.org
commits at geoext.org
Fri Sep 17 17:29:15 CEST 2010
Author: tschaub
Date: 2010-09-17 17:29:15 +0200 (Fri, 17 Sep 2010)
New Revision: 2368
Modified:
core/trunk/docsrc/_theme/geoext/static/builder.js
Log:
Brackets in field name to signify array value.
Modified: core/trunk/docsrc/_theme/geoext/static/builder.js
===================================================================
--- core/trunk/docsrc/_theme/geoext/static/builder.js 2010-09-17 11:57:01 UTC (rev 2367)
+++ core/trunk/docsrc/_theme/geoext/static/builder.js 2010-09-17 15:29:15 UTC (rev 2368)
@@ -106,7 +106,7 @@
prefix = modules[base].prefix;
checkbox = new Ext.form.Checkbox({
boxLabel: prefix ? (prefix + "." + name) : name,
- name: "include",
+ name: "include[]",
inputValue: path,
ctCls: "component",
handler: function(box, checked) {
More information about the Commits
mailing list