NextDB.net

Class nextdb.html.UpdateForm

Object
   |
   +--nextdb.html.Form
         |
         +--nextdb.html.UpdateForm

class nextdb.html.UpdateForm
extends nextdb.html.Form

Defined in api.docs.js


Constructor Summary
nextdb.html.UpdateForm(conn,tableName)
            Form builder for Updates
 
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
 

Constructor Detail

nextdb.html.UpdateForm

nextdb.html.UpdateForm(conn,tableName)

Method Detail

setRowId

Object setRowId(<SURID> rowId)

updateCallback

Object updateCallback(<Function> callback)

NextDB.net

Documentation generated by JSDoc on Fri Apr 1 10:54:23 2011