Master Select Widget 0.3 (Mar 20, 2009)

Egg-ified release for Plone 3.x+ Includes new Boolean widget, depends on jQuery for AJAX. Thanks Jarn!

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

Available downloads

Release Tarball

For all platforms (14 kB)

Release Notes

Tested with Plone 4, Plone 3
State Final release
License GPL
Release Manager Alec Mitchell
Released 2009/03/19

This release is the result of a refactoring by Jarn (especially Martijn Pieters). It includes new a new Boolean widget, higher quality javascript using jQuery, and many other cleanups and fixes.

Because it requires jQuery, it will only work with Plone 3+ out of the box. It can be made to work with Plone 2.5 by downloading the jQuery library and installing it in your custom folder.

Change log

0.3 - 2009-03-19

  • Converted to an egg [mj]
  • Moved configuration (skin, demo type) to GenericSetup profiles. [mj]
  • Added a MasterBooleanWidget to the demo. [mj]
  • Refactored javascript to use jQuery and a view for the AJAX results. [mj]
  • Added simple support for updating kupu slave fields. [ender]
  • Added MasterBooleanWidget [gawel]
  • Replace old dtml with browser view [gawel]
  • Updated docs, did some general small cleanup and added examples for the new 'show'/'enable' actions. [deo]
  • Added new 'enable' action, which only activate the slave field(s) when a particular value is selected in the master field. [deo]
  • Added new 'show' action, which only display the slave field(s) when a particular value is selected in the master field. [deo]
  • Made sure to keep the values initialy selected when using a dynamic vocabulary. [deo]