Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
wiki:inline_editing [2013/01/28 18:45]
mmalomo
wiki:inline_editing [2013/12/17 20:07]
logantracyo Typo fix
Line 27: Line 27:
 These methods can be called, of course, only on an already-constructed grid, from a button click or from an event of the grid itself: These methods can be called, of course, only on an already-constructed grid, from a button click or from an event of the grid itself:
  
-Exmaple:+Example:
  
 <code javascript>​ <code javascript>​
Line 113: Line 113:
 Calling convention: Calling convention:
 <code javascript>​ <code javascript>​
-jQuery("#​grid_id"​).saveRow(rowid, ​succesfunc, url, extraparam, aftersavefunc,​errorfunc,​ afterrestorefunc);​+jQuery("#​grid_id"​).saveRow(rowid, ​successfunc, url, extraparam, aftersavefunc,​errorfunc,​ afterrestorefunc);​
 </​code>​ </​code>​
 or when we use the new API or when we use the new API
 <code javascript>​ <code javascript>​
-jQuery("#​grid_id"​).jqGrid('​saveRow',​rowid, ​succesfunc, url, extraparam, aftersavefunc,​errorfunc,​ afterrestorefunc);​+jQuery("#​grid_id"​).jqGrid('​saveRow',​rowid, ​successfunc, url, extraparam, aftersavefunc,​errorfunc,​ afterrestorefunc);​
 </​code>​ </​code>​
  

QR Code
QR Code wiki:inline_editing (generated for current page)