exponentcms / exponent-cms

Content Management, Simple.
exponentcms.org
GNU General Public License v2.0
60 stars 24 forks source link

Feature request: add 'save' button to inline edit views #1403

Open exponentcms opened 4 years ago

exponentcms commented 4 years ago

It would be nice to add a 'save' button to the wysiwyg inline edit views (text module). This would use the CKEditor Inline Save plugin http://ckeditor.com/addon/inlinesave and the TinyMCE core Save plugin. We could easily piggy back on the existing save function and this would allow saving content without forcing the user to leave the editor first. We might need to begin clearing the isDirty flag on a save though.

Perhaps we could also use the 'cancel' button feature to revert?

We may also need to investigate the autosave/localautosave feature so it doesn't become misleading to the user.

exponentcms commented 4 years ago

TinyMCE example https://support.ephox.com/entries/20131517-Save-using-AJAX CKEditor example https://github.com/tyleryasaka/inlinesave/blob/master/callbacks.md

exponentcms commented 4 years ago

[bulk edit]

exponentcms commented 4 years ago

Lighthouse URL: https://exponentcms.lighthouseapp.com/projects/61783/tickets/1359