Index of the htmlfill module
-
m
formencode.htmlfill
...
- Parser for HTML forms, that fills in defaults and errors. See
render.
- C htmlliteral ...
-
C
FillingParser
...
- Fills HTML with default values, as in a form.
- a CDATA_CONTENT_ELEMENTS ...
- f feed ...
- f insert_at_marker ...
- f write_pos ...
- f handle_startendtag ...
- f text ...
- f handle_pi ...
- f handle_misc ...
- f write_marker ...
- f handle_entityref ...
- f unescape ...
- f write_tag ...
- f close ...
- f handle_comment ...
- f handle_error ...
- f __init__ ...
- f handle_input ...
- f handle_textarea ...
- f add_key ...
- f handle_decl ...
- f get_attr ...
- f handle_iferror ...
- f add_class ...
- f handle_option ...
- f handle_endtag ...
- f del_attr ...
- f handle_charref ...
- f handle_end_iferror ...
- f handle_end_select ...
- f unknown_decl ...
- f selected_multiple ... - Returns true/false if obj indicates that value should be selected. If obj has a __contains__ method it is used, otherwise identity is used.
- f set_attr ...
- f handle_end_textarea ...
- f handle_starttag ...
- f handle_select ...
- f handle_data ...
- f default_formatter ... - Formatter that escapes the error, wraps the error in a span with class error-message, and adds a <br>
- f escape_formatter ... - Formatter that escapes HTML, no more.
- f none_formatter ... - Formatter that does nothing, no escaping HTML, nothin'
- f render ... - Render the form (which should be a string) given the defaults and errors. Defaults are the values that go in the input fields (overwriting any values that are there) and errors are displayed inline in the form (and also effect input classes). Returns the rendered string.