On Jan 15, 2008, at 6:54 PM, Lionel Martelly wrote:
I just spent a tremendous amount of time trying to figure out what's
wrong.
I was supposed to hit "enter" instead of living the field.
Is there a way to keep the value without having to do "enter"? e.g. by
clicking outside of textbox?
From the headers of jquery.jeditable.js
-cut-
* @param String options[onblur] 'cancel', 'submit' or 'ignore'
-cut-
Default action of when user clicks outside of editable area is to
cancel edits. You can control this by setting onblur option. Possible
values are:
* onblur : cancel Clicking outside editable area cancels changes.
Clicking submit button submits changes.
* onblur : submit Clicking outside editable area submits changes.
* onblur : ignore Click outside editable area is ignored.
Pressing ESC cancels changes. Clicking submit button submits changes
--
Mika Tuupola
http://www.appelsiini.net/