equal
deleted
inserted
replaced
23 |
23 |
24 Form is the glue that bind a context to a set of fields, and is rendered |
24 Form is the glue that bind a context to a set of fields, and is rendered |
25 using a form renderer. No display is actually done here, though you'll find |
25 using a form renderer. No display is actually done here, though you'll find |
26 some attributes of form that are used to control the rendering process. |
26 some attributes of form that are used to control the rendering process. |
27 |
27 |
28 Besides the automagic form we'll see later, they are barely two form |
28 Besides the automagic form we'll see later, there are roughly two main |
29 classes in |cubicweb|: |
29 form classes in |cubicweb|: |
30 |
30 |
31 .. autoclass:: cubicweb.web.views.forms.FieldsForm |
31 .. autoclass:: cubicweb.web.views.forms.FieldsForm |
32 .. autoclass:: cubicweb.web.views.forms.EntityFieldsForm |
32 .. autoclass:: cubicweb.web.views.forms.EntityFieldsForm |
33 |
33 |
34 As you have probably guessed, choosing between them is easy. Simply ask you the |
34 As you have probably guessed, choosing between them is easy. Simply ask you the |