Postponed
Project:
Colorpicker
Version:
6.x-2.0-rc1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2009 at 14:21 UTC
Updated:
23 Jul 2009 at 04:11 UTC
Thanks for this useful module. I would like to see Colorpicker feature in Views as well. That would open several opportunities.
Comments
Comment #1
manop commentedTo clarify my post above is to select the ranges of colors such as white, black, yellow, red instead of HTML hex color data itself.
Comment #2
skilip commentedThat would be awesome indeed, however I haven't the foggiest on how to do tha yet. Changing status to prosponed.
Comment #3
thinkyhead commentedOne of the things this module should certainly have is formatters, beginning with a simple colored square which can be displayed as the field's #view. Formatters are also used for widgets, if I understand the CCK API correctly. So it is possible to have other widgets besides a Farbtastic color picker.
With the addition of formatters for different input widgets (HSB, RGB, CMYK, etc.) and different output displays (color bar, square, circle, hex color, etc.) "color" becomes a formal CCK data type. (The name might be changed to "Colorfield" at some point to fit in with the proliferating sea of CCK data types.)
As for its behavior with views, presumably if you expose a Colorpicker CCK field as a view argument now, you'll get a color picker field at the top of the view, and yes, it's terrible. So what you really want is a place where you input a list of colors and that list becomes a set of colors you can choose from, either on a node form or on a search page. This is slightly trickier than your average CCK widget, but it can be done.
Any takers?? :-P