Constants

Constants -- Predefined Constants

DATAGRID_RENDER_TABLE

This constant defines the use of the HTML_Table renderer to output your datagrid as an HTML Table

DATAGRID_RENDER_XML

This constant defines the use of the XML renderer to output your datagrid as an XML Document

DATAGRID_RENDER_SMARTY

This constant defines the use of the Smarty renderer to output your datagrid in a Smarty Template

DATAGRID_RENDER_XLS

This constant defines the use of the XLS renderer to output your datagrid as an Excel Spreadsheet

DATAGRID_RENDER_XUL

This constant defines the use of the XUL renderer to output your datagrid as an XUL Document

DATAGRID_RENDER_CSV

This constant defines the use of the CSV renderer to output your datagrid as an 'Comma Seperated Value' text document

DATAGRID_RENDER_CONSOLE

This constant defines the use of the Console Table renderer to output your datagrid as an ASCII table for the command line.

DATAGRID_RENDER_PAGER

This constant defines the use of the Pager renderer to output your datagrid as HTML paging links.

DATAGRID_RENDER_DEFAULT

This constant defines the use of the built-in default renderer.

DATAGRID_SOURCE_ARRAY

This constant defines the use of the Array datasource to retrieve the data from an array variable.

DATAGRID_SOURCE_DATAOBJECT

This constant defines the use of the DataObject datasource to retrieve the data from a DB_DataObject object.

DATAGRID_SOURCE_DB

This constant defines the use of the DB datasource to retrieve the data from a DB_Result object.

DATAGRID_SOURCE_XML

This constant defines the use of the XML datasource to retrieve the data from an XML document.

DATAGRID_SOURCE_RSS

This constant defines the use of the RSS datasource to retrieve the data from an RSS feed.

DATAGRID_SOURCE_CSV

This constant defines the use of the CSV datasource to retrieve the data from an CSV file.

DATAGRID_SOURCE_DBQUERY

This constant defines the use of the DBQuery datasource to retrieve the data using a DB connection and an SQL statement.

DATAGRID_SOURCE_DBTABLE

This constant defines the use of the DBTable datasource to retrieve the data from a DB_Table object.

DATAGRID_SOURCE_MDB2

This constant defines the use of the MDB2 datasource to retrieve the data using a MDB2 connection and an SQL statement.

DATAGRID_ERROR_UNSUPPORTED

This constant is returned by unsupported method calls, usually fired by a renderer or a datasource that does not support a specific feature.