Closed (won't fix)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.0-rc9
Component:
content.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2008 at 23:12 UTC
Updated:
7 Nov 2009 at 16:36 UTC
Comments
Comment #1
yched commented'multiple values' => CONTENT_HANDLE_MODULEin hook_widget_info() is intended to be used by widgets that are inherently multi-valued : a select list, a list of checkboxes, a gmap where you click to select locations... One instance of the widget is enough to select multiple values.Could you expand on your use case and why you need to opt-out of the default management of multiple values ?
Comment #2
Ozeuss commentedFor the module I'm maintaining (http://drupal.org/project/office_hours) the drag and drop is unnecessary- it makes more sense using 7 fixed fields. I guess there might be other use cases.
Comment #3
Ozeuss commentedShould i offer a patch for this? will it be implemented?
Comment #4
Ozeuss commentedComment #5
markus_petrux commentedI know this is an old issue, but another one made me find it. See #626240: CCK Pager and CONTENT_HANDLE_MODULE.
Well, I think CCK does not need to be patched. Your widget could tell CCK multiple values are managed by the widget itself, then your widget expands to 7 form elements itself.