Hi list, Magnolia Blossom 1.2.3 has just been released.
This release adds methods to the TabBuilder, most requested is the add method for the multi select control. Add methods for includes and for adding any control by type name has also been added. To make it easier to add controls that are not covered by the TabBuilder (controls delivered by other modules) the TabBuilder now exposes the dialog and the DialogCreationContext. Documentation and release notes http://documentation.magnolia-cms.com/modules/blossom.html New with this release is the Blossom Data Extension module which makes it possible to use Blossom style dialogs for types in the data module. The new annotation @DataTypeDialogFactory is used on the class level for declaring a class as a factory for these dialogs. It has the same feature set as @DialogFactory. To use it add this line to your blossom-servlet.xml or equivalent. <bean class="info.magnolia.module.blossom.extension.data.DataDialogExporter" /> If you're using classpath scanning you'll also want to add an include-filter for the new annotation. <context:component-scan base-package="package-containing-dialogs" use-default-filters="false"> ... <context:include-filter type="annotation" expression="info.magnolia.module.blossom.extension.data.DataTypeDialogFactory"/> </context:component-scan> Version 1.0 of Blossom Data Extension requires Blossom 1.2.3 and Data Module 1.6.4. Documentation http://wiki.magnolia-cms.com/display/WIKI/Using+Blossom+dialogs+for+types+in+Data+module Regards, Tobias Mattsson Senior Software Engineer Magnolia International Ltd. ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
