|
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 cwtsOnApplyStyle |
( |
controlId, |
classNames, |
itemHint |
) |
|
|
inline
|
Occurs when applying Cascading Style Sheets (CSS) class names to an element within the control.
- Parameters
-
controlId | The control identifier of the WebTabSet instance. |
classNames | The current array of CSS class names being applied to the element. |
itemHint | The 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
-
controlId | The control identifier of the WebTabSet instance. |
requestPath | The 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
-
controlId | The control identifier of the WebTabSet instance. |
- Returns
- None.
function cwtsOnDataRetrievalEnd |
( |
controlId |
) |
|
|
inline
|
Occurs when the WebTabSet control stops retrieving children item information.
- Parameters
-
controlId | The 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
-
controlId | The control identifier of the WebTabSet instance. |
statusCode | The status code returned when retrieving children item information. |
statusText | The 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
-
controlId | The control identifier of the WebTabSet instance. |
selectedValue | The current value for the item being selected. |
- Returns
- None.
The documentation for this class was generated from the following file: