EditLive! 9 Documentation : Using Inline Editing (Tutorial)

EditLive! provides developers with APIs for using a single instance of editor to edit multiple rich text fields occurring in a webpage. The user can simply click on the section of the page they wish to edit and an instance of EditLive! will be automatically created in it's place. The end result is a simple method of providing inline editing for a page and a significant performance enhancement over loading multiple instances of EditLive! at once.

This tutorial teaches you the key differences between implementing the standard integration of EditLive! and using the Inline Editing implementation.

Tutorial

The Using Inline Editing Tutorial provides a step-by-step walk-through on how to integrate EditLive! into a page using the Inline Editing APIs.

Code

The complete code views for all the associated files in the Using Inline Editing Tutorial are available here.