EasyUI Forum

General Category => General Discussion => Topic started by: proceno72 on March 16, 2016, 11:39:54 AM



Title: Form feature request
Post by: proceno72 on March 16, 2016, 11:39:54 AM
I'd like to extend form features to have "upload file progress"  like this very interesting implementation: http://malsup.github.io/jquery.form.js (http://malsup.github.io/jquery.form.js)
For now, someone can help me?
It could be a request for next version of easyui?


Title: Re: Form feature request
Post by: stworthy on March 17, 2016, 07:34:06 PM
Yes, the 'iframe' property will be available, which can be set to submit the form via 'iframe' or 'xhr2'.


Title: Re: Form feature request
Post by: proceno72 on March 18, 2016, 08:48:24 AM
Yes, the 'iframe' property will be available, which can be set to submit the form via 'iframe' or 'xhr2'.
Perfetct. I just sow on documentation the new properties and events of form and filebox plugins. It's what I was looking for.
....Waiting for new 1.4.5 version. Great job.


Title: Re: Form feature request
Post by: proceno72 on March 23, 2016, 09:29:40 AM
Yes, the 'iframe' property will be available, which can be set to submit the form via 'iframe' or 'xhr2'.
Finally tested new 1.4.5 version. It's perfect. On forms now I can use the iframe poperty and bind "OnProgress" event on progressbar plugin update. Thanks.


Title: Re: Form feature request
Post by: jkdoyle on November 01, 2016, 07:19:43 AM
Where can I find a tutorial on how to use the Form plugin with an iframe?  Or any sort of advice on using it in this way.