WebTabSet for PHP
Client-Side Events

Client-side JavaScript functions called by WebTabSet.

See also Client-Side Methods.

JavaScript Functions

function cwtsOnApplyStyle (controlId, classNames, itemHint)
 Occurs when applying Cascading Style Sheets (CSS) class names to an element within the control. More...
 
function cwtsOnBeginRequest (controlId, requestPath)
 Occurs when the WebTabSet control requires information for an expanded item object. More...
 
function cwtsOnDataRetrievalBegin (controlId)
 Occurs when the WebTabSet control starts retrieving children item information. More...
 
function cwtsOnDataRetrievalEnd (controlId)
 Occurs when the WebTabSet control stops retrieving children item information. More...
 
function cwtsOnDataRetrievalError (controlId, statusCode, statusText)
 Occurs when the WebTabSet control encounters an error retrieving children item information. More...
 
function cwtsOnSelectionChange (controlId, selectedValue)
 Occurs when the user changes the current item selected. More...
 

Function Documentation

function cwtsOnApplyStyle ( controlId, classNames, itemHint )
inline

Occurs when applying Cascading Style Sheets (CSS) class names to an element within the control.

Parameters
controlIdThe control identifier of the WebTabSet instance.
classNamesThe current array of CSS class names being applied to the element.
itemHintThe user-defined style hint for this item, or null if not applicable or available.
Returns
None.
function cwtsOnBeginRequest ( controlId, requestPath )
inline

Occurs when the WebTabSet control requires information for an expanded item object.

Parameters
controlIdThe control identifier of the WebTabSet instance.
requestPathThe path to the data required for the expanded item object.
Returns
The children item information as a JSON string or JavaScript object, or null to asynchronously return the data through the cwtsProcessResponse method.
function cwtsOnDataRetrievalBegin ( controlId )
inline

Occurs when the WebTabSet control starts retrieving children item information.

Parameters
controlIdThe control identifier of the WebTabSet instance.
Returns
None.
function cwtsOnDataRetrievalEnd ( controlId )
inline

Occurs when the WebTabSet control stops retrieving children item information.

Parameters
controlIdThe control identifier of the WebTabSet instance.
Returns
None.
function cwtsOnDataRetrievalError ( controlId, statusCode, statusText )
inline

Occurs when the WebTabSet control encounters an error retrieving children item information.

Parameters
controlIdThe control identifier of the WebTabSet instance.
statusCodeThe status code returned when retrieving children item information.
statusTextThe status description returned when retrieving children item information.
Returns
None.
function cwtsOnSelectionChange ( controlId, selectedValue )
inline

Occurs when the user changes the current item selected.

Parameters
controlIdThe control identifier of the WebTabSet instance.
selectedValueThe current value for the item being selected.
Returns
None.

The documentation for this class was generated from the following file: