From 966e6bc4d2639110f6d51d5705bb2e5d2d3aa2fe Mon Sep 17 00:00:00 2001 From: scottjehl Date: Mon, 1 Nov 2010 23:56:53 -0400 Subject: [PATCH] updated form explanation --- docs/pages/docs-navmodel.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@

Form submissions

-

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.

Known limitations