Title: form and iframe mode Post by: jkdoyle on December 12, 2016, 09:22:18 AM I see that since 1.4.5 there is an iframe mode in the form component. Are there any tutorials or examples of how this works or is implemented? I would like to post my form to an iframe, and I'm wondering how the plugin aids with that.
Thanks jkdoyle Title: Re: form and iframe mode Post by: jarry on December 12, 2016, 05:04:43 PM The 'iframe' property defines how to submit a form. True to submit the form inside a iframe. False to send the form with ajax. If you want to post the form to server via the iframe, please set 'iframe' property to true.
Title: Re: form and iframe mode Post by: jkdoyle on December 14, 2016, 11:30:52 AM Sure. But I can already post to iframe using target. Why or how would I use this plugin to do so? Are there examples?
Title: Re: form and iframe mode Post by: jarry on December 14, 2016, 03:17:40 PM Please look at this tutorial http://www.jeasyui.com/tutorial/form/form1.php
|