API DOCS
File: xajaxControl.inc.php
Contains the base class for all controls.
Title: xajaxControl class
Please see
and license information.
Classes
Class: xajaxControl
The base class for all xajax enabled controls. Derived classes will generate the
HTML and javascript code that will be sent to the browser via <xajaxControl->printHTML>
or sent to the browser in a <xajaxResponse> via <xajaxControl->getHTML>.
Class: xajaxControlContainer
This class is used as the base class for controls that will contain
other child controls.
