# HG changeset patch # User Sylvain Thénault # Date 1272371138 -7200 # Node ID 4f0047cfecb57c2df8a1a2575118ecf427b8485a # Parent 55ff79dad1a684bd60ac520f45b97dc548565b00 [doc] reorganize for chapter structure diff -r 55ff79dad1a6 -r 4f0047cfecb5 doc/book/en/devweb/form.rst --- a/doc/book/en/devweb/form.rst Tue Apr 27 14:19:20 2010 +0200 +++ b/doc/book/en/devweb/form.rst Tue Apr 27 14:25:38 2010 +0200 @@ -21,15 +21,11 @@ calendar). You can of course also write your own widget. -.. automodule:: cubicweb.web.formfields -.. automodule:: cubicweb.web.formwidgets -.. automodule:: cubicweb.web.views.forms .. automodule:: cubicweb.web.views.autoform -.. automodule:: cubicweb.web.views.formrenderers -Now what ? Example of bare fields form -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Example of bare fields form +~~~~~~~~~~~~~~~~~~~~~~~~~~~ We want to define a form doing something else than editing an entity. The idea is to propose a form to send an email to entities in a resultset which implements @@ -209,5 +205,12 @@ form_renderer_id = 'massmailing' +API +~~~ + +.. automodule:: cubicweb.web.formfields +.. automodule:: cubicweb.web.formwidgets +.. automodule:: cubicweb.web.views.forms +.. automodule:: cubicweb.web.views.formrenderers .. Example of entity fields form