web/views/forms.py
changeset 9770 112c884b2d8d
parent 9717 a6834e2dcc1b
parent 9701 46c8d8701240
child 9873 1257e909d25e
child 9984 793377697c81
equal deleted inserted replaced
9765:5607ef9ab9f5 9770:112c884b2d8d
   187             self._cw.add_css(self.needs_css)
   187             self._cw.add_css(self.needs_css)
   188 
   188 
   189     def render(self, formvalues=None, renderer=None, **kwargs):
   189     def render(self, formvalues=None, renderer=None, **kwargs):
   190         """Render this form, using the `renderer` given as argument or the
   190         """Render this form, using the `renderer` given as argument or the
   191         default according to :attr:`form_renderer_id`. The rendered form is
   191         default according to :attr:`form_renderer_id`. The rendered form is
   192         returned as an unicode string.
   192         returned as a unicode string.
   193 
   193 
   194         `formvalues` is an optional dictionary containing values that will be
   194         `formvalues` is an optional dictionary containing values that will be
   195         considered as field's value.
   195         considered as field's value.
   196 
   196 
   197         Extra keyword arguments will be given to renderer's :meth:`render` method.
   197         Extra keyword arguments will be given to renderer's :meth:`render` method.