<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000000"><div>Hi Folks,<br></div><div><br></div><div>I have a content-type with a taxonomy.&nbsp; I 
want to display a view of content title and taxonomy in a grid.&nbsp; I want to display the taxonomy as a set of checkboxes so I can review 
all of the content and make global changes from just the one view. This raises the question about the difference between a field's display and edit characteristics. </div><div><br></div><div>If i want to display a node, I can call node_load() and so on...&nbsp; Suppose I want to display a node for edit?&nbsp; How does this internal processing differ, because obviously the result is substantially different.&nbsp; I suspect there is some magic that turns the page into a form, and that becomes the substance of my question.&nbsp; If I have a field, how to I change it from a "display" field to an editable "form" field?<br></div><div><br></div><div>To further qualify the question: I could easily create a custom formater and display the taxonomy field is a set of HTML checkboxes, but how do I discover these display characteristics, like label, colon and position; Alpha or numeric order; and then there are all the styling &lt;div&gt;s, which should be consistent with other fields on the page.&nbsp; These things are all specified in the original content type and I think I should make the effort to recognize and honor these choices, so I need to know how and where they are stored, and I don't currently know, but I think it is probably in the "page" ==&gt; "form" magic.<br></div><div>-- <br></div><div><span></span>Chris.<br></div><div style="position: absolute; left: -40px; top: -25px; width: 1px; height: 1px; overflow: hidden;" data-mce-bogus="1" class="mcePaste" id="_mcePaste"></div></div></body></html>