NextDB.net

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


Constructor Summary
net.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 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
 

Constructor Detail

net.nextdb.html.UpdateForm

net.nextdb.html.UpdateForm(conn,tableName)

Method Detail

setRowId

Object setRowId(<SURID> rowId)

updateCallback

Object updateCallback(<Function> callback)

NextDB.net

Documentation generated by JSDoc on Mon Mar 29 20:15:50 2010