group. inc.php

HTML Control LibraryGroup Level Tags
Summary
Please see copyright.inc.php for a detailed description, copyright and license information.
A xajaxControlContainer derived class that aids in the construction of HTML tables.
Constructs and initializes an instance of the class.
Constructs and initializes an instance of the class.
Constructs and initializes an instance of the class.
Constructs and initializes an instance of the class.
Constructs and initializes an instance of the class.
Constructs and initializes an instance of the class.
Constructs and initializes an instance of the class.

xajax HTML control class library

Please see copyright.inc.php for a detailed description, copyright and license information.

Description

This file contains the class declarations for the following HTML Controls

  • ol, ul, li
  • dl, dt, dd
  • table, caption, colgroup, col, thead, tfoot, tbody, tr, td, th

The following tags are deprecated as of HTML 4.01, therefore, they will not be supported:

  • dir, menu

clsTable

A 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.

Summary
Constructs and initializes an instance of the class.

Functions

clsTable

function clsTable($aConfiguration = array())

Constructs and initializes an instance of the class.

clsThead

Summary
Constructs and initializes an instance of the class.

Functions

clsThead

function clsThead($aConfiguration = array())

Constructs and initializes an instance of the class.

clsTbody

Summary
Constructs and initializes an instance of the class.

Functions

clsTbody

function clsTbody($aConfiguration = array())

Constructs and initializes an instance of the class.

clsTfoot

Summary
Constructs and initializes an instance of the class.

Functions

clsTfoot

function clsTfoot($aConfiguration = array())

Constructs and initializes an instance of the class.

clsTr

Summary
Constructs and initializes an instance of the class.

Functions

clsTr

function clsTr($aConfiguration = array())

Constructs and initializes an instance of the class.

clsTd

Summary
Constructs and initializes an instance of the class.

Functions

clsTd

function clsTd($aConfiguration = array())

Constructs and initializes an instance of the class.

clsTh

Summary
Constructs and initializes an instance of the class.

Functions

clsTh

function clsTh($aConfiguration = array())

Constructs and initializes an instance of the class.

This file contains detailed information regarding the xajax project, current version, copyrights, licnese and documentation.
This class is used as the base class for controls that will contain other child controls.
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())
Constructs and initializes an instance of the class.
The base class for all xajax enabled controls.
Used to store and generate the client script necessary to invoke a xajax request from the browser to the server script.
function setEvent($sEvent,  
&$objRequest,  
$aParameters = array(),
$sBeforeRequest = '',
$sAfterRequest = '; return false;')
Call this function to assign a xajaxRequest object as the handler for the specific DOM event.