X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-ui-debug.js;h=9e05db1d42c50223fac990fb95e0f6e9656a314b;hp=db9579e20b491f373219d4dd2d07b187143ef758;hb=d59b277dae414c8ed4dbc3522847f5f1b495081a;hpb=46068cd58eef522565ed1729d1171d5ff2aab292 diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index db9579e20b..9e05db1d42 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -25001,7 +25001,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 @@ -25557,7 +25563,8 @@ Roo.extend(Roo.form.Action.Submit, Roo.form.Action, { url:this.getUrl(!isPost), method: method, params:isPost ? this.getParams() : null, - isUpload: this.form.fileUpload + isUpload: this.form.fileUpload, + formData : this.form.formData })); this.uploadProgress();