Looks promising - but I've already had some success in using http://drupal.org/project/editablefields within views. Have you tried this?

Comments

joachim’s picture

I wasn't aware of it when I started this project.

I've had a quick look at it:

- views made with editablefields save each field with AJAX. There's also a Save button at the bottom; not sure how that works
- file and image fields don't seem to work.
- entityref field doesn't seem to work
- fields work on relationships; didn't test creating new entities
- only FieldAPI fields work -- it's entirely tied into FieldAPI fields, so I don't think that could be extended

On the other hand, that module's use of Views' views_form_callback system looks rather more elegant that what I'm doing: I'll have to look into that.

adam_b’s picture

Sounds good. I certainly wouldn't say that EditableFields is perfect - I've had various problems with it, which is why I said "some success". But I wanted to check that you knew about it.