I believe it currently handles option widgets. And if it doesn't it will this week :-D as I merge in my work from a major project largely powered by this module.
You just have to write a handler for the widget type.
The widget type is the important part of it. You can use the option widget handler as an example, it is a little bit more involved only because it needs to handle the option name. (i.e 1 | option1 you want to display option1)
Comments
Comment #1
Scott Reynolds commentedI believe it currently handles option widgets. And if it doesn't it will this week :-D as I merge in my work from a major project largely powered by this module.
Comment #2
david lesieur commentedOh, you're right, I had not noticed that option widgets were already there (available as filters). Nice!
Comment #3
Scott Reynolds commentedarguments here as well
http://drupal.org/cvs?commit=251284
Handling arbitrary cck fields past that might be difficult. For now closing this.
Comment #4
Remon commentedScott, could you please inform me how to handle arbitrary cck fields to see if I can help with anything?
Comment #5
Scott Reynolds commentedYou just have to write a handler for the widget type.
The widget type is the important part of it. You can use the option widget handler as an example, it is a little bit more involved only because it needs to handle the option name. (i.e 1 | option1 you want to display option1)