doc/book/en/devweb/edition/dissection.rst
changeset 10222 75d6096216d7
parent 7643 f3e3892fc7e3
child 10434 8e04ab5582d9
equal deleted inserted replaced
10221:17ad882a211f 10222:75d6096216d7
   318 
   318 
   319     * an array structured as ``[eid, {'rtype-role': 'error msg'}, ...]``
   319     * an array structured as ``[eid, {'rtype-role': 'error msg'}, ...]``
   320 
   320 
   321   * on success:
   321   * on success:
   322 
   322 
   323     * an url (string) representing the next thing to jump to
   323     * a url (string) representing the next thing to jump to
   324 
   324 
   325 Given the array structure described above, it is quite simple to
   325 Given the array structure described above, it is quite simple to
   326 manipulate the DOM to show the errors at appropriate places.
   326 manipulate the DOM to show the errors at appropriate places.
   327 
   327 
   328 Explanation
   328 Explanation