Hi,
I would try to use the "Javascript to execute on asynchronous postback" about "Read Only Display Field" but there's a lack of documentation, have u understand this use, can u give me some examples please ?
You can use this field if you want to include custom javascript in your form. As the forms use ASP.NET with asynchronious postbacks, the javascript you enter in the dynamic value field is only rendered on load. When an asynchronious postback occurs, it is possible that some javascript state is lost. This is where you can use the "Javascript to execute on asynchronous postback" property. The javascript entered there will be executed on every asynchronious postback.
This is quite technical, if you only use the standard forms functionality, you will not need this property.
Hi,
You can use this field if you want to include custom javascript in your form. As the forms use ASP.NET with asynchronious postbacks, the javascript you enter in the dynamic value field is only rendered on load. When an asynchronious postback occurs, it is possible that some javascript state is lost. This is where you can use the "Javascript to execute on asynchronous postback" property. The javascript entered there will be executed on every asynchronious postback.
This is quite technical, if you only use the standard forms functionality, you will not need this property.
Best regards,
Bart
Hello Bart, It's exactly what I want, include custom javascript in my form. But, when I put JS code, I haven't any render... the form seems blocked !
Can you give me an example, please ?
Ok, I have put a javascript and it work! But I don't know how interact javascript with field in form, is there any tricks ?