Hi Rob,

Indeed its not available on the builder, i will create a jira for this. In the 
mean time it is possible to add it anyway, have a look at the implementation of 
TabBuilder for adding other types of controls. It's not very complicated. It is 
also possible to extend/replace the TabBuilder by extending 
DefaultDialogCreator and overriding getTabFactoryParameters(). You configure a 
custom DialogCreator like this:

<bean id="blossomConfiguration" 
class="info.magnolia.module.blossom.BlossomConfiguration">
<property name="dialogCreator"><bean 
class="my.mycompany.package.CustomDialogCreator" /></property>
</bean>

// Tobias

On Mar 25, 2011, at 4:09 PM, Rob Blake wrote:

> Hi folks,
> 
> I've just started working with Blossom to create Dialogs. I would like to use 
> The DialogMultiSelect Control, but this doesn't appear to be supported via 
> the TabBuilder API. I was just wondering if there was a reason for this, and 
> if there is a preferred method of working with the DialogMultiSelect in 
> Blossom.
> 
> cheers,
> 
> -- 
> Rob Blake
> 
> Co-Founder 
> The Law Wizard Limited
> 
> www.thelawwizard.com
> www.twitter.com/thelawwizard
> 
> Delivering legal services on-line for the public and lawyers.
> 



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to