Information collector to get multiple options - possible?

Author Message

Bruce Morrison

Tuesday 14 September 2004 8:47:48 pm

Is anyone aware if there is the ability for any of the datatypes to be able to collect multiple options. i.e. The option datatype to use checkboxes instead of radio buttons?

From looking at the source I don't believe this is possible. Looking for confirmation and/or alternatives.

Cheers
Bruce

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

Paul Forsyth

Wednesday 15 September 2004 12:50:10 am

Have you looked at the multioption datatype in 3.5 yet? I've backported this to 3.4, as an extension. Its on pubsvn community.

It isnt an information collector yet but you just need to add a small function to do this:

function isInformationCollector()
{
   return true;
}

paul

Bruce Morrison

Tuesday 21 September 2004 7:26:12 pm

Hi Paul

Finally got back to this one. I've had a look at the backported datatype and it's not really what I'm after. No matter I'll put together an extension to do what I want.

I'm a little confused at this datatype though. It seems quite complex. What is it meant to do ?

When editing I am able to add multiple "multioptions" then add options to each one of these. When viewed there is of a number of selects (dropdowns) with options specified.

Cheers
bruce

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.