Xataface 2.0
Xataface Application Framework
Public Member Functions
dataface_actions_update_grid Class Reference

Public Member Functions

 handle (&$params)
 notice ($msg)
 warning ($msg)
 error ($msg)
 json ($arr)

Detailed Description

Updates a dhtmlXGrid row with the values submitted in the cells array. This accepts the following post parameters:

-rowid
The row array index of the row that is being updated.
-gridid
The id of the grid that is being updated. Grids store themselves in session variables.
cells
An array of values of the cells of the row. These are indexed by number.

Definition at line 19 of file update_grid.php.


Member Function Documentation

error ( msg)

Definition at line 69 of file update_grid.php.

handle ( &$  params)

Definition at line 21 of file update_grid.php.

json ( arr)

Definition at line 73 of file update_grid.php.

notice ( msg)

Definition at line 61 of file update_grid.php.

warning ( msg)

Definition at line 65 of file update_grid.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations