How to display checkboxes as checkboxes on node view
vistree - August 13, 2009 - 12:53
| Project: | Content Construction Kit (CCK) |
| Version: | 6.x-2.5 |
| Component: | text.module |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hi,
If I create a textfield using the widget typ "check boxes/radio buttons", is there a way to display the output in the same way as the create mode. I want to see the check-boxes/radio-buttons not only in the create content-mode, instead also in the output "node".
Therefore I also want to show all options in the node, not only the checked ones.
This is to generate a Yes/No-matrix on a node (in combination with the "Multi-column checkboxes radios" modul.

#1
You would have to modify the node view output to include a form, then you would have to figure out how to process this form without breaking the field included in it.
Search for editablefields module. May be that covers your needs.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.