Personal tools
Skip to content. | Skip to navigation
Dexterity "Same, same, but different"Dexterity is a system for building content types, both through-the-web and as filesystem code. It is aimed at Plone, although this package should work with plain Zope + CMF systems.Key use cases -Dexterity wants to make some things really easy. These are:- Create a "real" content type entirely through-the-web without having to know programming.- As a...
plone.directives.dexterity This package provides optional, Grok-like directives for configuring Dexterity content. It depends on five.grok, which in turn depends on the various re-usable grokcore.* packages, but not Grok itself.See also plone.directives.form, which provides directives for configuring schema interfaces with form hints.Content classes Content extending the Dexterity 'Item' and...
plone.directives.form This package provides optional, Grok-like directives for configuring forms, as defined by the z3c.form_ library, using XML schemata as defined by plone.supermodel_ and/or using widget form layout as defined by plone.autoform_. It depends on five.grok_, which in turn depends on the various re-usable grokcore.* packages, but not Grok itself... contents::...
Introduction Event/Calendaring related infrastructure. Recurrence calculation tools based on RFC2445 and timedelta recurrence rules, timezone tools and date conversion Parts of this package derived from Products.DateRecurringIndex.Changelog .. You should *NOT* be adding new change log entries to this file. You should create a file in the news directory instead. For helpful instructions, please...
An extension to zope.formlib, which allows to group fields into different fieldsets.Changelog 2.0.3 (2015-05-11) - Whitespace cleanup, git ignores. [gforcada, rnixx] 2.0.2 (2012-07-02) - Add MANIFEST.in. [WouterVH] 2.0.1 - 2011-04-03 - Require five.formlib on Zope 2.13 to call processInputs before rendering the fieldset. [vincentfretin] 2.0 - 2010-07-18 -- Update license to GPL version 2 only....