X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/examples/form/xml-form.html diff --git a/examples/form/xml-form.html b/examples/form/xml-form.html index c7c9bd0a..1a7a5f27 100644 --- a/examples/form/xml-form.html +++ b/examples/form/xml-form.html @@ -1,43 +1,35 @@ +
-- This is a very simple example of using XML for load and submit of data with an Ext dynamic form. -
-- Click "Load" to load the dummy XML data from the server using an XmlReader. -
-- After loading the form, you will be able to hit submit. The submit action will make a post to the server, - and the dummy XML file on the server with test server-side validation failure messages will be sent back. - Those messages will be applied to the appropriate fields in the form. -
-- Note: The built-in JSON support does not require any special readers for mapping. However, If you don't like the Form's built-in JSON format, you could also use a JsonReader for reading data into a form. -
-The js is not minified so it is readable. See xml-form.js.
++ This is a very simple example of using XML for load and submit of data with an Ext dynamic form. +
++ Click "Load" to load the dummy XML data from the server using an XmlReader. +
++ After loading the form, you will be able to hit submit. The submit action will make a post to the server, + and the dummy XML file on the server with test server-side validation + failure messages will be sent back. Those messages will be applied to the appropriate fields in the form. +
+The js is not minified so it is readable. See xml-form.js.
- +