group. inc.php
Summary
xajax HTML control class libraryPlease see copyright.inc.php for a detailed description, copyright and license information. clsTableA xajaxControlContainer derived class that aids in the construction of HTML tables. Inherently, xajaxControl and xajaxControlContainer derived classes support xajaxRequest based events using the xajaxControl->setEvent method. |
Constructs and initializes an instance of the class.
function clsTable( $aConfiguration = array() )
Constructs and initializes an instance of the class.
function clsThead( $aConfiguration = array() )
Constructs and initializes an instance of the class.
function clsTbody( $aConfiguration = array() )
Constructs and initializes an instance of the class.
function clsTfoot( $aConfiguration = array() )
Constructs and initializes an instance of the class.
function clsTr( $aConfiguration = array() )
Constructs and initializes an instance of the class.
function clsTd( $aConfiguration = array() )
Constructs and initializes an instance of the class.
function clsTh( $aConfiguration = array() )
Call this function to assign a xajaxRequest object as the handler for the specific DOM event.
function setEvent( $sEvent, & $objRequest, $aParameters = array(), $sBeforeRequest = '', $sAfterRequest = '; return false;' )