|
Name |
Description |
|
createItem |
Creates a new AccordionItem instance and adds it to the control's items array. |
|
deleteItem |
Removes a AccordionItem instance from the control's items array. |
|
dispose |
Sys.UI.Control.dispose override. |
|
get_autoPostBack |
Gets a value indicating whether the control should post back to the server when the active item is changed. |
|
get_enabled |
Gets a value indicating whether user interaction with this item is allowed. |
|
get_height |
Gets the height of the control. |
|
get_selectedIndex |
Returns the index of the currently expanded item. |
|
get_width |
Gets the width of the control. |
|
getActiveItem |
Gets the currently expanded item. |
|
getAllItems |
Gets the collection of items for this control. |
|
initialize |
Sys.UI.Control.initialize override. |
|
postback |
Initiates a postback. |
|
preparePostback |
Prepares the Accordion control and its child items for a subsequent postback. |
|
selectItem |
Makes the specified item the active item. |
|
set_autoPostBack |
Sets a value indicating whether the control should post back to the server when the active item is changed. |
|
set_enabled |
Sets a value indicating whether user interaction with the control is allowed. |
|
set_selectedIndex |
Sets the index of the currently expanded item. |