src/source/howto-form.rst
branchdoc-dc
changeset 87 a5c0ec15b437
parent 85 82165875e66b
child 104 942151432421
equal deleted inserted replaced
86:f7b0435b26cf 87:a5c0ec15b437
    59             """Add the new component to the container that implement the interface `IParagraphContainer` """
    59             """Add the new component to the container that implement the interface `IParagraphContainer` """
    60             IParagraphContainer(self.context).append(object)
    60             IParagraphContainer(self.context).append(object)
    61 
    61 
    62 The associate form field are generated automatically based on this interface attributes
    62 The associate form field are generated automatically based on this interface attributes
    63 
    63 
    64 :py:method:`@ajax_config()` allows the form is working with ajax requests by providing `json` content.
    64 :py:function:`@ajax_config()` allows the form is working with ajax requests by providing `json` content.
    65 
    65 
    66 
    66 
    67 
    67 
    68 2) Edit form
    68 2) Edit form
    69 ------------
    69 ------------