Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.
Mattias Åslund edited this page Sep 24, 2013 · 8 revisions

LiveEditor is a jQuery plugin that allows users to edit information in detail views or tables.

Only when the user hovers over an editable area is the editor displayed (which can be a checkbox, a dropdown or a simple textbox for instance). This makes for a great reading experience while allowing easy editing of mulitiple rows of information.

The plugin facilitates an API for advanced integration with the website it enhances.

LiveEditor is build using the jQuery library and is distributed under the MIT-license.

API

Read the API documentation about which options and callbacks to use with LiveEditor.

Tips & Tricks

Read the Tips & Tricks section for useful extensions to the liveeditor

Features

  • Integrates perfectly with other jQuery plugins, such as the great tablesorter by Christian Bach.
  • Multiple instances can be initialized on the same page using different options.
  • Use TAB keys to move between controls and ENTER to close the focused control.
  • Lets the user enhance the built-in editors, i.e. add a datepicker to one textbox editor.
  • Can facilitate user-custom editors without changing LiveEditor source code.

Demos and examples

LiveEditor is a pure jQuery plugin and works with any backend. Download php-table-demo.zip from the code page to see how to implement the plugin in PHP.

For more information and live examples, please visit http://trustfall.se/liveeditor.

Clone this wiki locally