Class nextdb.html.UpdateForm
Object
|
+--nextdb.html.Form
|
+--nextdb.html.UpdateForm
- class
nextdb.html.UpdateForm
- extends nextdb.html.Form
Defined in api.docs.js
|
Method Summary |
Object
|
setRowId(<SURID> rowId)
used to specify the row to update.
|
Object
|
updateCallback(<Function> callback)
optional update callback, the callBack signature is callack(error) the error an instance
of nextdb.Error in the case of an error or undefined if everything succeeded.
|
| Methods inherited from class nextdb.html.Form |
interceptor, fail, columnAliases, cancelCallback, afterRenderCallback, layout, whileLoading, timeoutMessage, expandFields, omitFields, orderFields, confirmFields, setMessageId, message, obscureFields, options, defaultValues, validation, destroy
|
nextdb.html.UpdateForm
nextdb.html.UpdateForm(conn,tableName)
setRowId
Object setRowId(<SURID> rowId)
used to specify the row to update.
updateCallback
Object updateCallback(<Function> callback)
optional update callback, the callBack signature is callack(error) the error an instance
of nextdb.Error in the case of an error or undefined if everything succeeded.
Documentation generated by
JSDoc on Fri Apr 1 10:54:23 2011