Package turbogears :: Package tests :: Module test_form_controllers
[hide private]

Module test_form_controllers

source code

Classes [hide private]
  MyFormFields
  MyRoot
  State
  AddingValidator
**Messages**
  AddingSchema
**Messages**
  AddingNestedSchema
**Messages**
  TestValidationState
Functions [hide private]
 
test_form_translation()
Form input is translated into properly converted parameters
source code
 
test_form_translation_new_style()
Form input is translated into properly converted parameters
source code
 
test_invalid_form_with_error_handling()
Invalid forms can be handled by the method
source code
 
test_css_should_appear()
CSS should appear when asked for
source code
 
test_javascript_should_appear()
JavaScript should appear when asked for
source code
 
test_include_mochikit()
JSLinks (and MochiKit especially) can be included easily
source code
 
test_suppress_mochikit()
MochiKit inclusion can be suppressed
source code
 
test_mochikit_everywhere()
MochiKit can be included everywhere by setting tg.mochikit_all
source code
 
test_mochikit_nowhere()
Setting tg.mochikit_suppress will prevent including it everywhere
source code
 
test_include_widgets()
Any widget can be included everywhere by setting tg.include_widgets
source code
Variables [hide private]
  myform = TableForm(name='form', table_attrs={}, action=None, m...
Variables Details [hide private]

myform

Value:
TableForm(name='form', table_attrs={}, action=None, method='post', for\
m_attrs={}, submit_text=None, disabled_fields=set([]), convert=True)