Articles
New Articles
from around the Web
- TinyMCE WYSIWYG Text Editor on Rails
-
editable_content_tag: The in_place_editor for Rails 2.0
Describes an approach to creating an in-place editor that is compatible with RESTful controllers, using JSON to transfer data.
-
A Rails HOWTO: Simplify In-Place Editing with Script.aculo.us
Building our own in-place editor helpers to gain more control than with the standard Rails helpers.
- Using Rails in_place_editor and in_place_editor_field
Books
Sorry, no books yet
for this category
Have one to suggest? Enter in the form on the right.
Links
Links by Type
Documentation (2)
- Ajax In Place Editor
Scriptaculous in-place editor widget documentation. - AJAX In Place Rich Editor: In place AJAX-powered WYSIWYG editor
Using the great libraries Prototype 1.6, Script.Aculo.Us 1.8 and TinyMCE 3.1, IPRE provide a really easy way to implement an in place AJAX-powered editor using WYSIWYG.
Software (5)
- Improved in_place_editor
- In_place_controls
- super_in_place_controls plug-in for Rails 2.0
- in_place_editing plugin does not work with CSRF protection and does not evaluate the RJS response
Rails Trac ticket describing the CSRF problem with the existing in_place_editor and a proposed patch. - /plugins/in_place_editing
The "official", but currently flawed, in-place editing plugin for Rails.