-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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.
Read the API documentation about which options and callbacks to use with LiveEditor.
Read the Tips & Tricks section for useful extensions to the liveeditor
- 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.
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.