[Checkins] SVN: z3c.formext/branches/sagblmi-morecomponent/src/z3c/formext/group.txt typo

Laurent Mignon Laurent.Mignon at softwareag.com
Fri Feb 27 05:42:46 EST 2009


Log message for revision 97340:
  typo

Changed:
  U   z3c.formext/branches/sagblmi-morecomponent/src/z3c/formext/group.txt

-=-
Modified: z3c.formext/branches/sagblmi-morecomponent/src/z3c/formext/group.txt
===================================================================
--- z3c.formext/branches/sagblmi-morecomponent/src/z3c/formext/group.txt	2009-02-27 10:38:44 UTC (rev 97339)
+++ z3c.formext/branches/sagblmi-morecomponent/src/z3c/formext/group.txt	2009-02-27 10:42:45 UTC (rev 97340)
@@ -239,7 +239,7 @@
   >>> class TabGroup(Group):
   ...     groups = (LicenseGroup, CarGroup)
 
-  >>> class RegistrationTabForm(group.ExtJSGroupForm, testing.TestingForm, form.ExtJSForm):
+  >>> class ComplexRegistrationForm(group.ExtJSGroupForm, testing.TestingForm, form.ExtJSForm):
   ...     ignoreContext = True
   ...     groups = (PersonFieldset, TabGroup)
   ...
@@ -272,9 +272,9 @@
   >>> zope.component.provideAdapter(FieldsetAdapter)
   >>> zope.component.provideAdapter(TabAdapter)
   
-  >>> tabForm = RegistrationTabForm(None, request)
-  >>> tabForm.update()
-  >>> pprint(interfaces.IExtJSComponent(tabForm).getConfig())
+  >>> complexForm = ComplexRegistrationForm(None, request)
+  >>> complexForm.update()
+  >>> pprint(interfaces.IExtJSComponent(complexForm).getConfig())
   {'ajaxHandlers': {'form-buttons-save': 'http://127.0.0.1/index.html/@@ajax/save'},                        
   'buttons': [{'handler': {'success': 'handleSave'},                                                       
                'id': 'form-buttons-save',                                                                  



More information about the Checkins mailing list