[support] "Editable Fields"

Hummel, Tracey S - (thummel) thummel at email.arizona.edu
Tue Dec 10 03:23:41 UTC 2013


There is also the Editable Fields module that works within views and everywhere else you can select a formatter:
https://drupal.org/project/editablefields

Tracey

--------------------
Tracey Hummel
Web Application Developer
tracey at arizona.edu
http://tshummel.com
________________________________
From: support-bounces at drupal.org [support-bounces at drupal.org] on behalf of Vaibhav Jain [in.vaibhavjain at gmail.com]
Sent: Monday, December 09, 2013 8:18 PM
To: support at drupal.org
Subject: Re: [support] "Editable Fields"

Chris,
You can try a module - Editable Views - https://drupal.org/project/editableviews
Hope this works out for you ...


On Mon, Dec 9, 2013 at 11:50 PM, Metzler, David <metzlerd at evergreen.edu<mailto:metzlerd at evergreen.edu>> wrote:
The only real way to do this is to write code.

There may be some capability for this in Views Bulk Operations project.  There’s a relavent stack exchange answer:

http://drupal.stackexchange.com/questions/10861/taxonomy-bulk-edit-in-drupal-7


From: support-bounces at drupal.org<mailto:support-bounces at drupal.org> [mailto:support-bounces at drupal.org<mailto:support-bounces at drupal.org>] On Behalf Of Chris Miller
Sent: Monday, December 09, 2013 8:47 AM
To: support at drupal.org<mailto:support at drupal.org>
Subject: [support] "Editable Fields"

Hi Folks,

I have a content-type with a taxonomy.  I want to display a view of content title and taxonomy in a grid.  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.

If i want to display a node, I can call node_load() and so on...  Suppose I want to display a node for edit?  How does this internal processing differ, because obviously the result is substantially different.  I suspect there is some magic that turns the page into a form, and that becomes the substance of my question.  If I have a field, how to I change it from a "display" field to an editable "form" field?

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 <div>s, which should be consistent with other fields on the page.  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" ==> "form" magic.
--
Chris.

--
[ Drupal support list | http://lists.drupal.org/ ]



--
Regards,
Vaibhav Jain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20131210/aaa90c72/attachment-0001.html 


More information about the support mailing list