updated form explanation

This commit is contained in:
scottjehl 2010-11-01 23:56:53 -04:00
parent 5e5f9387bf
commit 966e6bc4d2

View file

@ -76,10 +76,10 @@
<ul>
<li><p>rel=external</p></li>
<li><p>target (with any value, such as "_blank")</p></li>
<li><p>note: we should probably add a custom attribute like data-request-type="http"</p></li>
</ul><h2>Form submissions</h2>
<p>When using the ajaxform plugin, form submissions can be automated through Ajax requests, and the results can either be appended into the existing page, or injected into a new page, causing a transition. In the case of the former, the "content" div of the current page will be replaced by the "content" div in the server's response HTML.</p>
<p>Form submissions are handled automatically through the navigation model as well. Visit the forms section for more information.</p>
<h2>Known limitations</h2>