This repository has been archived by the owner on Mar 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Mattias Åslund edited this page Sep 16, 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.
- Integrates perfectly with other jQuery plugins, such as tablesorter.
- 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.
Some examples here