From c17ca8c642fb74aa408cc95ee99b538b8b26098c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 10 Nov 2010 14:45:41 +0800 Subject: [PATCH] Roo/form/Form.js --- Roo/form/Form.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Roo/form/Form.js b/Roo/form/Form.js index c3c9db1599..1d15e92a39 100644 --- a/Roo/form/Form.js +++ b/Roo/form/Form.js @@ -94,7 +94,12 @@ Roo.extend(Roo.form.Form, Roo.form.BasicForm, { * @cfg {Number} monitorPoll The milliseconds to poll valid state, ignored if monitorValid is not true (defaults to 200) */ monitorPoll : 200, - + + /** + * @cfg {String} progressURL - Url to return progress data + */ + + progressUrl : false, /** * Opens a new {@link Roo.form.Column} container in the layout stack. If fields are passed after the config, the -- 2.39.2