By default tEditable uses textareas, where dimensions can be set using the rows and cols parameters.
How does in place editing work?
Normal flow is this. User clicks text on web page. Block of text becomes a form. User edits contents and presses submit button. New text is sent to webserver and saved. Form becomes normal text again.
tEditable : In place Editing for Tables
A jQuery plugin (based heavily on jEditable) that allows cells in a table to be edited and posted to a server ajaxically.
How is it used?
$('table').tEditable('http://someurl.com, { indicator : 'Saving...', });By default tEditable uses textareas, where dimensions can be set using the rows and cols parameters.
How does in place editing work?
Normal flow is this. User clicks text on web page. Block of text becomes a form. User edits contents and presses submit button. New text is sent to webserver and saved. Form becomes normal text again.
Demo: http://joshhundley.com/teditable/index.html
Download: http://joshhundley.com/teditable/jquery.teditable.js
Source: http://joshhundley.com/teditable-in-place-editing-for-tables/
Related Listings: