[Zope3-dev] recent changes to adding UI

Garrett Smith garrett at mojave-corp.com
Fri Dec 19 09:45:04 EST 2003


There have been a number of recent changes to the container adding UI:

  zope/app/browser/container/add.pt
  zope/app/browser/container/adding.py

I'd like to firm up the API for this 'adding' facility so that it can 
reliably be reused without unexpected breakage. So:

- A well defined interface suitable for a range of uses
- Unit tests that lock down the functionality

Here are some basics that we need:

- Override the title for the form
- Override the add button caption
- Specify whether or not the name text field is used
- Override the 'action' URL in the form

I'd very much like community feedback here. Is anyone doing anything 
like this? Are there other reusabilty features needed?

  -- Garrett





More information about the Zope3-dev mailing list