doc/book/en/devweb/edition/dissection.rst
branchstable
changeset 5475 b44bad36e609
parent 5474 1fc46a6287a7
child 7635 7dce83bc2df1
--- a/doc/book/en/devweb/edition/dissection.rst	Wed May 05 15:29:39 2010 +0200
+++ b/doc/book/en/devweb/edition/dissection.rst	Wed May 05 16:52:27 2010 +0200
@@ -1,3 +1,5 @@
+
+.. _form_dissection:
 
 Dissection of a form
 --------------------
@@ -110,7 +112,7 @@
 back correctly.
 
 The `freezeFormButtons(...)` javascript callback defined on the
-``conlick`` event of the form element prevents accidental multiple
+``onlick`` event of the form element prevents accidental multiple
 clicks in a row.
 
 The ``action`` of the form is mapped to the ``validateform`` controller
@@ -119,6 +121,8 @@
 A full explanation of the validation loop is given in
 :ref:`validation_process`.
 
+.. _attributes_section:
+
 The attributes section
 ''''''''''''''''''''''
 
@@ -281,7 +285,7 @@
 defined on click events on these buttons. This function basically
 submits the form.
 
-.. validation_process::
+.. _validation_process:
 
 The form validation process
 ---------------------------