How to update a line after a quick edit

As stated in the Wiki, the inline edit plugin is deprecated, not maintained anymore, and provided as is.
So, it may still work in some simple cases, but maybe not in yours, especially if certain element types such as dbjoins are involved.

I have the usual input fields, I just found a line update after a certain action, so I thought suddenly there is an action that occurs after editing using inline edit


Like custom form Javascript, Fabrik list publish several events that you can subscribe to:

  • list.filter
  • fabrik.list.loaded (list)
  • fabrik.list.submit.ajax.complete (list, json)
  • fabrik.list.submit (task, list state(Object))
  • fabrik.list.navigate (list, limitStart)
  • fabrik.list.order (list, orderBy, orderDir)
  • fabrik.list.update (list, data) - Fired when the list is updated via ajax
  • fabrik.list.limit Fired when the # of records to show is changed
  • fabrik.list.row.edit.close (listRef, rowid, formRef) - Fired when a list ajax edit window is closed (since 3.1rc1)
  • fabrik.list.row.view.close (listRef, rowid, formRef) - Fired when a list ajax view details window is closed (since 3.1rc1)
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top