CPSDocument How-to
Last modified:
05/20/2006 07:53 AM
| Revision: |
CPSDocument-HOWTO.txt 30435 2005-12-08 20:28:42Z dkuhlman |
portal_schema:
- Create your fields.
- Title is required and description highly recommended.
- Title is an unique title or a short title displayed in folders
- Description can be used like a resume displayed in folders
portal_layout:
- Create your widgets and your layout.
create layout_documentType_xxx:
- layout_documentType_edit and layout_documentType_view.
Actually, you have to create them in
CPSDocument/skins/cps_document/
portal_types:
- Create CPS Flexible Type Information and give schema, layout
and layout style.
- Prefix for your documentType.
- Inform Workspace and Section portal type.
.cps_workflow_configuration
- Add the workflow_content_wf where it's necessary.
|