doc/book/en/development/devweb/form.rst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 28 Jul 2009 23:48:19 +0200
changeset 2544 282261b26774
parent 2172 cf8f9180e63e
child 4443 83ff2bb898a5
permissions -rw-r--r--
[doc] fixed some dangling internal links

Form construction
------------------

Forms
~~~~~
XXX feed me
:Vocabulary control on relations:

  * `vocabulary(rtype, x='subject', limit=None)`, called by the
    editing views, it returns a list of couples (label, eid) of entities
    that could be related to the entity by the relation `rtype`
  * `subject_relation_vocabulary(rtype, limit=None)`, called internally
    by  `vocabulary` in the case of a subject relation
  * `object_relation_vocabulary(rtype, limit=None)`, called internally
    by  `vocabulary` in the case of an object relation
  * `relation_vocabulary(rtype, targettype, x, limit=None)`, called
    internally by `subject_relation_vocabulary` and `object_relation_vocabulary`

Fields
~~~~~~
XXX feed me

Widgets
~~~~~~~
XXX feed me

Renderers
~~~~~~~~~
XXX feed me