freebsd-ports/www/zope-cmfformcontroller/pkg-message
Pav Lucistnik c27a0eae1c CMFFormController is a product for Zope/CMF
CMFFormController replaces the portal_form form validation mechanism from
Plone.  It should work just fine in plain CMF as well.

PR:		ports/63377
Submitted by:	Khairil Yusof <kaeru@inigo-tech.com>
2004-02-28 13:57:46 +00:00

20 lines
604 B
Text

To complete the installation of CMFFormController:
- Restart Zope. This may be done from the Zope Control Panel.
With CMFQuickInstaller (optional)
- Use the QuickInstaller tool to register CMFFormController in your portal
instance
Without CMFQuickInstaller
- Create an ExternalMethod object inside your portal object with the
following data:
Id: install_CMFFormController
Title: installs CMFFormController to this portal
Module Name: CMFFormController.Install
Function Name: install
- Run this newly created ExternalMethod by clicking on the test tab.