Accordion
Collaborate with us
Edit this page on GitHub
You can use the Accordion UI Pattern to allow users expand and hide content when clicked.
How to use the Accordion UI Pattern
-
In Service Studio, in the Toolbox, search for
Accordion
.The Accordion widget is displayed.
-
From the Toolbox, drag the Accordion widget into the Main Content area of your application's screen.
Note: By default, the Accordion widget contains 3 Accordion Item widgets. You can add or delete Accordion Items as required.
-
Add the relevant content to the Accordion Item placeholders. In this example, we add some FAQs.
-
On the Properties tab, you can customize the Accordion's look and feel by setting any of the (optional) properties.
After following these steps and publishing the module, you can test the pattern in your app.
Properties
Accordion
Property | Description |
---|---|
MultipleItems (Boolean): Optional | If set to True, multiple Accordion Items can be open at the same time. If set to False, only one Accordion Item can be open at any time. This is the default value. |
ExtendedClass (Text): Optional | Add custom style classes to the Accordion UI Pattern. You define your custom style classes in your application using CSS. Examples
|
Accordion Item
Property | Description |
---|---|
IsExpanded (Boolean): Optional | If set to True, when rendering, the Accordion Item is open. If set to False, the Accordion Item is closed. This is the default value. |
UsePadding (Boolean): Optional | If set to True, padding is applied to the content area. This is the default value. If set to False, the content area has no padding. |
IsDisabled (Boolean): Optional | If set to True, the Accordion Item cannot be clicked. If set to False, the Accordion Item is clickable. This is the default value. |
ExtendedClass (Text): Optional | Add custom style classes to the Accordion Item UI Pattern. You define your custom style classes in your application using CSS. Examples
|