Posted by chipway-drupal on February 17, 2009 at 3:26pm
Jump to:
| Project: | Editview |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi,
This module seems great, but i can't use it on my content types because they have some fields, and editing all these fields in a single row (for every node) is difficult.
i tried a lot of configurations between Style and Row style, but all give a rows table with on line for every node.
Is there a way to edit in a "node format" or "html list" format, so we could check all nodes and edit easily some of them.
Thank you for your help.
Comments
#1
wow, just noticed it's March 1st.
I am wondering about this myself.
#2
Will look into it
#3
Only found this module today after lots of search, looks like it will do what I want one day, but this issue of Table format, stops the program even getting to the starting gate. My fields happily scroll of the screen without me (IE 7) Would really like to see it fixed...No wif i knew more about code...
#4
I have this working temporarily with css, but not in IE
td.editview-field{display: table;
}
.editview-row thead{
display: none;
}
#5
Module patch coming very soon that will expose vertical and horizontal options.
#6
See issue at http://drupal.org/node/581488#comment-4703120 for new functionality!