comparison doc/filters.txt @ 720:acf7c5ee36e7 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 4d486f15c986
children f33ecf3c319e
comparison
equal deleted inserted replaced
567:837786a584d5 720:acf7c5ee36e7
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