Active
Project:
Slickgrid
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2011 at 20:29 UTC
Updated:
16 Apr 2013 at 16:04 UTC
Does module have inline cell (or modal form) feature for published and sticky node fields?
In readme I see that any field can have modal form editable dialog.
But when I go to Slickgrid settings, on those field row I see:
No editor plugins for this field.
Is this a bug, or at now Slickgrid can't edit this field types?
Comments
Comment #1
bennos commentedin the d6 version it is functional.
the feature depends on the jeditable module and this has no d7 version.
Comment #2
murzI try to convert jEditable for Drupal 7.x, here is my sandbox: http://drupal.org/sandbox/murz/1291492
And try to add editing those fields, if I do something in this way, I'll post here.
Comment #3
ben_scott commentedHi -
Sorry, this isn't functional in the D7 version because published & sticky aren't proper fields - they're defined in hook_field_extra_fields(). It worked in D6 as that one just extracted part of the form, but that was always a bit buggy. I do want to get these pseudo-fields supported - but I'm not sure the jeditable module will do it (I haven't used it before though). I'll look into it...
Cheers,
Ben
Comment #4
Cablestein commentedI am reading the module description, and some issues about D7 & editing fields.
I still don't see a super clear answer about editing fields in D7.
What about editing regular fields like Titles, in D7, is that possible?
Comment #5
ben_scott commentedAll regular fields (fields that can be added via the fields UI) are editable.
Titles aren't regular fields, but are editable in slickgrid. They are the only pseudo-field this module supports, the other ones (sticky, promote to front page etc.,) are not editable.
Comment #6
tr33m4n commentedI can't seem to edit the titles in 7.x dev... Am I missing something?
Cheers
Comment #7
tinflute commentedI read a tip that you need to install http://drupal.org/project/title before title editing works.
I haven't gotten to work yet though.