From 24a14e4a26fde4e5bc2e5c0a87cf292ba691f24a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 27 Dec 2018 15:41:12 +0800 Subject: [PATCH] Roo/form/Form.js --- Roo/form/Form.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Roo/form/Form.js b/Roo/form/Form.js index f5b370367d..9924baabd0 100644 --- a/Roo/form/Form.js +++ b/Roo/form/Form.js @@ -110,7 +110,13 @@ Roo.extend(Roo.form.Form, Roo.form.BasicForm, { */ progressUrl : false, - + /** + * @cfg {boolean|FormData} formData - true to use new 'FormData' post, or set to a new FormData({dom form}) Object, if + * sending a formdata with extra parameters - eg uploaded elements. + */ + + formData : false, + /** * Opens a new {@link Roo.form.Column} container in the layout stack. If fields are passed after the config, the * fields are added and the column is closed. If no fields are passed the column remains open -- 2.39.2