Public Member Functions | |
def | __init__ |
def | check_input_for_errors |
Returns list of error messages if there's trouble, else empty list. | |
def | get_key_vals |
def | check_input_and_call |
Return a function that checks the form for errors, and then if it's OK, invokes the user specified callback, passing it the form key/value dictionary. |
def python::form::form::__init__ | ( | self | ) |
def python::form::form::check_input_and_call | ( | self, | ||
callback, | ||||
status_handler = _nop | ||||
) |
def python::form::form::check_input_for_errors | ( | self | ) |
Returns list of error messages if there's trouble, else empty list.
def python::form::form::get_key_vals | ( | self | ) |