From a3a0a18a5eeb95cdcc92366b12463c240845a797 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 10 Nov 2010 14:35:23 +0800 Subject: [PATCH] Roo/form/Form.js --- Roo/form/Form.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Roo/form/Form.js b/Roo/form/Form.js index 062a33de36..ec1b62fa42 100644 --- a/Roo/form/Form.js +++ b/Roo/form/Form.js @@ -249,7 +249,14 @@ Roo.extend(Roo.form.Form, Roo.form.BasicForm, { this.initEl(ct.createChild(o)); this.root.render(this.el); - + + if (this.progressUrl && !this.form.findField( 'UPLOAD_IDENTIFIER')) { + // push a hidden field onto the list of fileds.. + + } + + + this.items.each(function(f){ f.render('x-form-el-'+f.id); }); -- 2.39.2