Active
Project:
Editable Fields
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2010 at 22:38 UTC
Updated:
16 Apr 2015 at 15:02 UTC
Jump to comment: Most recent
Comments
Comment #1
andreiashu commentedHi,
I think you are right... I also found myself using CSS to hide those description divs.
I would like to give it more thought though and eventually hear more opinions about this.
Thanks,
Andrei
Comment #2
andreiashu commentedIf it's going to go in, it will go into 6--3 branch.
Comment #3
liquidcms commentedok, thanks.. i started on a new formatter for this.. but didn't get too far :( so for nowi just used a form_alter to remove the desc text.
Comment #4
wizonesolutionsBumping this to 7 since it's been some time. I'm interested in this feature. Having to use CSS to hide stuff is sort of boring. I'd also like auto-saving to be possible on more field types, perhaps as an option. I might hide some of the save buttons and write some JS to auto-submit, and it seems like the module should do this. In fact, I think it used to in D6.
Comment #5
wizonesolutionsWhoa. I already logged this issue. I'm especially interested in it now that I'm using Editable Fields in Cash Flow. I don't really feel like releasing a theme or another submodule just to do this, but I probably will just bundle my own CSS as soon as someone complains.
Still would prefer to have this in this module, but I probably can't justify the time required to make it happen myself :(
Comment #6
bkat commentedOn drupal 6, I solved this by adding a form_alter hook that does something like this:
On D7, it looks like the form management has changed and I'm getting one form for the view and the form_id is unique to the view.
I also use the form alter on D6, to modify the displayed text in on/off checkboxes, Instead of displaying
"I agree to the Liability Waiver" , I change it to say "Agreed" by doing
Comment #7
brightboldIt would be really useful to have an option whether to display the field help or not. As the OP mentions, in a table they really mess things up.