Documentation

Installation

Properties

Methods

 

Download Documentation

Download english documentation (PDF)

 

Installation

You can modify the value of the parameters input boxes, see the generated code in the Example of use box and copy the code into your scripts.

Include file:

Function name:

require_once('path');

Parameters:

path : Path to class

Example of use:

 Copy
«•   »
Define class object container:

Function name:

datagrid('scriptName','gridID');

Parameters:

scriptName : File name
gridID : Grid ID (You would use a diferent code for each DataGrid if you like to have several grids on the same page)

Example of use:

 Copy
«•   »