Hey,
first of all let me say thank you for this awesome module, I appreciate all your great work on this!

I'm wondering if there's a way to add an option to reload the page after a field was edited? I am using an editable field in a view to change a dropdown field ("status") to "completed". Items marked "completed" are placed in an attached view at the bottom of the top view, so it doesn't clutter up the view with the to-do items. However, with editable fields, the items stay in the top view until reloading the page.

I think it was in popups api module where I saw an option to reload the page after closing the popup window.

This would be a cool way to create efficient to-do lists in Drupal.

Feel free to change this to feature request if needed.

Thanks,
Anja

Comments

charlie-s’s picture

Looking for this too.

andreiashu’s picture

Title: reload page option after editing? » Add Javascript triggers when the EF is saved
Version: 6.x-1.2 » 6.x-3.x-dev
Component: User interface » Code
Assigned: Unassigned » andreiashu
Category: support » feature

Hi Anja,

At the moment this feature is not supported in EditableFields (afaik). In the next version of the module we can add some hooks (Javascript event triggers/emitters) where custom code can hook into and do all sorts of nifty stuff. This means that this module itself won't support by default this exact feature, but it will allow other modules receive events once things are happening on the client and server side triggered by EF.

With some custom coding you might be able to achieve this same feature with your version of EF.

mengi’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Per https://drupal.org/node/2148735, 6.x is longer maintained so issue is closed. If you wish to be a maintainer of the 6.x branch please create a new issue.