diff --git a/docs/pages/docs-navmodel.html b/docs/pages/docs-navmodel.html index c661ae46..4f19b856 100755 --- a/docs/pages/docs-navmodel.html +++ b/docs/pages/docs-navmodel.html @@ -76,10 +76,10 @@
rel=external
target (with any value, such as "_blank")
note: we should probably add a custom attribute like data-request-type="http"
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.
+Form submissions are handled automatically through the navigation model as well. Visit the forms section for more information.