Master Select Widget 0.2 (Beta release) (Jun 17, 2005)

This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.

First public release.

For additional information about this project, please visit the overview page .

Available downloads

Tarball

For all platforms (0 kB)

Zip

For all platforms (0 kB)

Release Notes

Tested with Plone 2.1, Plone 2.0.5
State Beta release
License BSD
Release Manager Alec Mitchell
Released 2005/06/16

Some cleanup, and support for hiding and disabling more widget types.

Change log

* Added support for hiding and disabling compound widgets like Boolean and InAndOut.

* Added the ability for a single master to apply multiple actions on a single slave. Now a master widget can both hide and change the vocabulary of a slave field. Just add an entry to slave_fields for each action desired.

* The getXMLSelectVocab script which gets dynamic vocabularies from a predefined method, now accepts methods that return lists or tuples instead of only DisplayLists. DisplayList returning methods are preferred.