zope-atextensions | Extensions to Archetypes in Zope | Mehr ... |
This package provides some extensions to archetypes. . So far, there are only a few custom fields, widgets and validators, the Record(s)Field/Widget being the mosti generic components. Theses fields exploit the record and records packager directive of Zope's ZPublisher to effectively manage a dictionary (record) or list of dictionaries (records). The dictionary's keys and the data type of their values can be configured in the AT schema declaration. . To demonstrate their usage, there is a demo content type WorkingGroup. To enable it after install, go to portal types and make it implicitly addable or include it in some folderish type's allowed_content_types. . Future plans are to make this product obsolete by moving the Record(s)Field/Widget to Archetypes proper and the specific fields to More Fields and Widgets. |