Method
Description
AddAction ( $objEvent , $objAction )
AddActionArray ( $objEvent , $objActionArray )
AddChildControl ( QControl $objControl )
AddCssClass ( string $strCssClassName )
This will add a CssClass name to the CssClass property (if it does not yet exist),
updating the CssClass property accordingly.
Blink ( $strFromColor = '#ffff66', $strToColor = '#ffffff' )
CountChildControls ( )
CreatePersistent ( $strClassName , $objParentObject , $strControlId )
Focus ( )
GetActionAttributes ( )
GetAllActions ( $strEventType , $strActionType = null )
GetAttributes ( $blnIncludeCustom = true, $blnIncludeAction = true )
(e.g. textbox will likely add the maxlength html attribute, etc.)
GetChildControl ( $strControlId )
GetChildControlIndex ( $strControlId )
GetChildControls ( $blnUseNumericIndexes = true )
GetCustomAttribute ( $strName )
GetCustomAttributes ( )
GetCustomStyle ( $strName )
GetEndHtml ( )
GetEndScript ( )
GetJavaScriptForEvent ( $strEventName )
GetStyleAttributes ( )
a control's HTML "style" attribute
MarkAsModified ( )
MarkAsRendered ( )
MarkAsWrapperModified ( )
MoveChildControlDown ( $strControlId )
MoveChildControlUp ( $strControlId )
MoveDownInParent ( )
MoveUpInParent ( )
ParsePostData ( )
$_POST data to update its own values/properties based on what was returned to via the postback.
Persist ( )
PrepForVarExport ( )
Refresh ( )
If not yet rendered during this server/ajax event, will force the control to redraw/refresh
Otherwise, this will do nothing
RemoveAllActions ( string $strEventName )
Removes all events for a given event name.
RemoveChildControl ( $strControlId , $blnRemoveFromForm )
RemoveChildControls ( $blnRemoveFromForm )
RemoveCssClass ( string $strCssClassName )
This will remove a CssClass name from the CssClass property (if it exists),
updating the CssClass property accordingly.
RemoveCustomAttribute ( $strName )
RemoveCustomStyle ( $strName )
Render ( $blnDisplayOutput = true )
it is by default), or it will return the rendered HTML as a string.
RenderAjax ( $blnDisplayOutput = true )
RenderWithError ( $blnDisplayOutput = true )
ResetFlags ( )
called by user code.
ResetOnPageStatus ( )
SetCustomAttribute ( $strName , $strValue )
SetCustomStyle ( $strName , $strValue )
SetFocus ( )
SetForm ( $objForm )
SetParentControl ( $objControl )
Validate ( )
have Validate() return true.
ValidationReset ( )
__construct ( $objParentObject , $strControlId = null )
__get ( $strName )
__set ( $strName , $mixValue )