By Leeteq on
Are there any existing contributed modules or php block snippets that lets a user edit a particular node in a block, using AJAX, so that the edits can be saved repeatedly without reloading the whole page? (updates to the body text field)
Comments
A snippet that solves part of the need
This snippet deals with fetching the content:
"Add node content into block depending on page ID"
http://drupal.org/node/273665
What I am looking for in addition is to be able to edit it using AJAX, without reloading the page when saving. My initial need would be a personal bulleted items list, which no other user would be editing, so no need to worry about multiple edits/security. A multi-save-without-page-reloads feature.
.
--
( Evaluating the long-term route for Drupal 7.x via BackdropCMS at https://www.CMX.zone )
ActiveEdit sub-module of JStools
Ref. http://drupal.org/project/jstools
"Provides three types of AJAX editing: in place"
.
--
( Evaluating the long-term route for Drupal 7.x via BackdropCMS at https://www.CMX.zone )