Class net.nextdb.html.UpdateForm
Object
|
+--net.nextdb.html.Form
|
+--net.nextdb.html.UpdateForm
- class
net.nextdb.html.UpdateForm
- extends net.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 net.nextdb.Error in the case of an error or undefined if everything succeeded.
|
| Methods inherited from class net.nextdb.html.Form |
interceptor, cancelCallback, afterRenderCallback, layout, expandFields, omitFields, orderFields, confirmFields, setMessageId, message, obscureFields, options, defaultValues, validation, destroy
|
net.nextdb.html.UpdateForm
net.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 net.nextdb.Error in the case of an error or undefined if everything succeeded.
Documentation generated by
JSDoc on Mon Mar 29 20:15:50 2010