Needs review
Project:
Content Construction Kit (CCK)
Version:
6.x-2.x-dev
Component:
optionwidgets.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2009 at 09:21 UTC
Updated:
12 Jun 2009 at 14:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
gerhard killesreiter commentedSomething like this.
Comment #2
gerhard killesreiter commentedchanging status
Comment #3
markus_petrux commentedI'm not sure whether it is viable at this point in time such an extension to OW... but, there's an alternative approach:
In the field settings panel, for the allowed values settings you can use a small PHP snippet, or invoke a function implemented somewhere else. You can pass arguments to this function. This option is per field instance.
Also, you might want to check out these:
http://drupal.org/project/option_trim (D5 + D6)
http://drupal.org/project/preset_widget_options (D5)