Table of Contents |
---|
English | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Introduction
Accordion is a page component which is used to display information, accordions are useful when you want to toggle between hiding and showing large amount of content.
Configure Accordion
Figure 1: Configure Accordion.
Name | Description |
---|---|
ID | Custom ID of the Accordion |
Label | Label of the row in Accordion to be shown in the UI |
Custom ID | Custom ID of the row in Accordion |
Expanded By Default | When checked the Accordion row will expanded by default in the UI and can be collapsed and expanded by a click |
Add Row | Add row in the Accordion |
Examples of Accordion Rows
Figure 1: Accordion Example with rich text
Figure 2: Accordion Example with Calendar
Event ListeningÂ
Figure 2: Configure Event Listening
...
The object that will be listening for an event.
This field will dynamically show selectable options depending on the page components used. e.g: if there is a page component called manage meeting in the page, it will automatically show up in this field's select box.
...
- Hide Component
- Show Component
AJAX & Events
Events are fundamental to creating interactive and dynamic web pages and AJAX enables the development of more dynamic and interactive web applications without the need to reload the entire page.
Configuration of Ajax & Events.
...