equal
deleted
inserted
replaced
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 ------------ |