API DOCS
Class: xajaxControlContainer
This class is used as the base class for controls that will contain
other child controls.
variables
functions
xajaxControlContainer
function xajaxControlContainer($sTag, $aConfiguration=array()
Called to construct and configure this control.
getClass
function getClass()
Returns the *adjusted* class of the element
getContentClass
function getContentClass()
Returns the *adjusted* class of the content (children) of this element
clearChildren
function clearChildren()
Clears the list of child controls associated with this control.
addChild
function addChild(&$objControl)
Adds a control to the array of child controls. Child controls
must be derived from
