How to install z3ext.layoutform
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install z3ext.layoutform
Dependencies
- distribute
- z3c.form
- z3ext.layout
- z3ext.resource
- z3ext.resourcepackage
- z3ext.statusmessage
- zope.app.pagetemplate
- zope.component
- zope.i18n
- zope.i18nmessageid
- zope.pagetemplate
- zope.publisher
- [test] z3ext.autoinclude
- [test] z3ext.security
- [test] zope.app.testing
- [test] zope.app.zcmlfiles
- [test] zope.testbrowser
- [test] zope.testing
Depended by
- z3ext.banner
- z3ext.blogger
- z3ext.company
- z3ext.content.browser
- z3ext.content.discussion
- z3ext.content.documents
- z3ext.content.draft
- z3ext.content.ext.marker
- z3ext.content.feeds
- z3ext.content.forms
- z3ext.content.model
- z3ext.content.notifications
- z3ext.content.permissions
- z3ext.content.schema
- z3ext.content.space
- z3ext.content.ui.actions
- z3ext.content.workflow
- z3ext.contenttypes
- z3ext.controlpanel
- z3ext.error
- z3ext.extensions
- z3ext.formulator
- z3ext.forum
- z3ext.groups
- z3ext.homefolder
- z3ext.members
- z3ext.memcached
- z3ext.messaging
- z3ext.persistent.fields
- z3ext.persistentlayout
- z3ext.persistentpageelement
- z3ext.persistentresource
- z3ext.persistentviewmodel
- z3ext.personal.address
- z3ext.personal.blogger
- z3ext.personal.content
- z3ext.personal.core
- z3ext.personal.favorites
- z3ext.personal.invitation
- z3ext.personal.messages
- z3ext.personal.profile
- z3ext.personal.space
- z3ext.photoalbum
- z3ext.portal
- z3ext.portlet
- z3ext.portletextension
- z3ext.portlets.container
- z3ext.preferences
- z3ext.principal.ban
- z3ext.principal.groups
- z3ext.principal.management
- z3ext.principal.password
- z3ext.principal.profile
- z3ext.principal.roles
- z3ext.principal.users
- z3ext.principalfolder
- z3ext.project
- z3ext.session
- z3ext.subscription
- z3ext.teamfolder
- z3ext.theme.default
- z3ext.ui.portaltabs
- z3ext.ui.rotterdam
- z3ext.ui.searching
- z3ext.ui.skin
- z3ext.wiki
- z3ext.wizard
Lastest release
1.7.0 (2009-11-04)
- Update tests for z3c.form 2.2
1.6.0 (2009-08-11)
- Do not show status message for subform
- Add status message in edit subform
- Update tests to pass with chameleon
- Copyright changed to 'Zope Foundation and Contributors'
1.5.0 (2009-06-21)
- Widget pagelet for different widget modes added
1.4.0 (2009-05-22)
- Use SelectionManager for form subforms,groups,view
1.3.5 (2009-04-15)
- Added 'formErrorMessage' to base class
- Do not use z3c.autoinclude
1.3.4 (2009-04-03)
- Added changed attributes descriptions to ObjectModifiedEvent for subform
1.3.3 (2009-03-11)
- Added a patched sequence converters that don't raise a LookupError
when dealing with values that are removed from the terms. This is fixed in z3c.form's 2.0.0, so it's only needed when using z3c.form 1.9.x and below. Include the converter.zcml file with the includeOverrides directive, if you need it.
- Added applyChanges method to subform
- Do not insert <form> html tag if form wrapped with other <form>
1.3.2 (2009-01-22)
- Added missing security declarations
1.3.1 (2008-12-25)
- Fixed subform initialization
- Fixed IPagelet contract implementation
1.3.0 (2008-12-22)
- Added subforms based on new z3ext.layout pagelet api
- Fixed 'formError' status message
- Use button.handler instead of buttonAndHandler
- Use new pagelet api for rendering widgets
1.2.8 (2008-11-21)
- Fixed 'formError' status message
1.2.7 (2008-11-20)
- Use new z3ext.statusmessage api
1.2.6 (2008-11-06)
- Use updated pagelet api for nameless pagelets
1.2.5 (2008-10-22)
- Update translations
1.2.4 (2008-10-20)
- Added support of display form
- Added tranlsations: nl, ru
1.2.3 (2008-10-14)
- Groups support restored
- Use IPageletType for views
1.2.2 (2008-10-08)
- Added extra views for form
1.2.1 (2008-10-08)
- Show all form errors
1.2.0 (2008-10-06)
- Added default css styles
- Removed z3c packages dependencies
- Use pagelets instead of macros
1.1.2 (2008-09-26)
- Added group support
- Return added object in createAndAdd method
1.1.1 (2008-08-05)
- Fixed wrong for in label tag
1.1.0 (2008-07-22)
- Remove cancel button from edit form
1.0.1 (2008-06-02)
- Redirect to nextURL after success 'apply'
1.0.0 (2008-05-13)
- Use includeDependencies instead autoinclude
0.2.0 (2008-??-??)
- Use z3c.autoinclude
0.1.1 (2008-01-22)
- Fixed missing import in add.py
0.1 (2008-01-19)
- Initial release