This topic is locked

URGENT !! Updating database using inline edit + enter button

3/18/2010 5:23:52 PM
PHPRunner General questions
T
tokuji author

Hi guys,
There is a way to updating a column data (textarea field) to a database using inline edit and pressing only the enter button ?
Thanks
Jorge Nishikuni

Sergey Kornilov admin 3/19/2010

In textarea pressing Enter creates a new line. Not sure how do you want to submit the form using Enter only.
You can use TAB + ENTER to submit the form though.