comparison doc/filters.txt @ 720:f0bb2c5ea0ff experimental-newctxt

newctxt branch: Merged revisions [678:835] via svnmerge from [source:trunk].
author cmlenz
date Fri, 11 Apr 2008 08:42:11 +0000
parents dfb45908fadc
children 4376010bb97e
comparison
equal deleted inserted replaced
567:7f49cc5eb6e3 720:f0bb2c5ea0ff
17 17
18 HTML Form Filler 18 HTML Form Filler
19 ================ 19 ================
20 20
21 The filter ``genshi.filters.html.HTMLFormFiller`` can automatically populate an 21 The filter ``genshi.filters.html.HTMLFormFiller`` can automatically populate an
22 HTML form from values provided as a simple dictionary. When using thi filter, 22 HTML form from values provided as a simple dictionary. When using this filter,
23 you can basically omit any ``value``, ``selected``, or ``checked`` attributes 23 you can basically omit any ``value``, ``selected``, or ``checked`` attributes
24 from form controls in your templates, and let the filter do all that work for 24 from form controls in your templates, and let the filter do all that work for
25 you. 25 you.
26 26
27 ``HTMLFormFiller`` takes a dictionary of data to populate the form with, where 27 ``HTMLFormFiller`` takes a dictionary of data to populate the form with, where
Copyright (C) 2012-2017 Edgewall Software