AmpAccordion
Contents
[
Hide
]AmpAccordion class
Inherits: Aspose::Email::Amp::AmpComponent
A UI element that facilitates showing/hiding different sections.
Constructors
| Name | Description |
|---|---|
| AmpAccordion |
Methods
| Name | Description |
|---|---|
| get_DisableSessionStates | Set this attribute on the amp-accordion to opt out of preserving the collapsed/expanded state of the accordion. |
| get_ExpandSingleSection | Set this attribute on the amp-accordion to only allow one section to be expanded at a time. |
| get_RequiredScript | Required script that muct be added to head section. |
| get_Sections | List of sections. |
| set_DisableSessionStates | Set this attribute on the amp-accordion to opt out of preserving the collapsed/expanded state of the accordion. |
| set_ExpandSingleSection | Set this attribute on the amp-accordion to only allow one section to be expanded at a time. |
| ToAmpHtml | Represents amp html version of component. |
| ToHtml | Represents html version of component. |