Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This module will enable frontend, inline editting using the HTML5 Raptor editor.
Raptor is a HTML5, JQuery UI enabled editor with a GPL licens.
See http://www.raptor-editor.com for details. It's currently under heavy development.
INSTALL
download VERSION 0.0.27 from raptor-editor.com and place raptor.min.js in the /js/ module folder. Not tested with any other.
for example: /sites/all/modules/raptorize/js/raptor.min.js
make sure you use JQUERY version 1.7 using the jquery_update module
settings are available at admin/config/development/jquery_update
Make sure you have the permission checked to use the editor.
Create a node. Goto the full node and hover over the body. You should see a message "Click here to edit".
NOTES
This module is mostly a proof of concept, needs testing.
See various @TODO markers in code.
Made by Albert Skibinski (@askibinski) - www.merge.nl
only node fields are supported for now
node title field not yet supported (because it's not a real field)
assumes all fields are (filtered)html
only works in the frontend, not a wyswyg editor in edit screens
bug with dissapearing content after save (page refresh needed)