I just tried to test this module using SimplyTest.me and got stuck. Could you provide some documentation on how to configure and use your module? It is a great idea, and I can see it would be very useful in certain cases.
Here's what I did, and some screen grabs
1. Make sure module is installed and enabled.
2. Create a select list in the article content type.
3. Create a node, make some selections.
I expected to see the full list of options, and the ones I had selected marked as selected.
I think I missed a step somewhere, so perhaps some documentation, or adding some instructions via the UI would help others here too.
I'm guessing maybe some theming is required before this "just works" ?



| Comment | File | Size | Author |
|---|---|---|---|
| 1349570-node.png | 18.14 KB | kattekrab | |
| 1349570-optionlist.png | 10.35 KB | kattekrab | |
| selected-unselected.png | 75.95 KB | kattekrab |
Comments
Comment #2
kari.kaariainen commentedIt's a field formatter so you need to select that formatter for your field.
admin/help says "... then go edit your content type, go to Manage display tab, and choose the format "Selected and unselected values" for your field...".
So the documentation exists, but I need to bring it more forward so it can't be missed.
It doesn't need theming to work, but can be themed through these selectors:
.field-name-field-myfieldname .field-item .unselected
.field-name-field-myfieldname .field-item .selected
Comment #3
kari.kaariainen commentedHopefully made documentation clearer.