| 1. |
What Is Accordion In Framework7? |
|
Answer» The accordion is a GRAPHICAL control element displayed as a stacked list of items. Each accordion can be expanded or STRETCHED to reveal the content associated with that accordion. The below CLASSES are used for accordion in the Framework7:
Accordion JavaScript API: JavaScript API METHODS are used to open and close accordion programmatically. It contains following JavaScript API methods:
All methods contains parameter called item which is HTML or string element of accordion-item. The accordion is a graphical control element displayed as a stacked list of items. Each accordion can be expanded or stretched to reveal the content associated with that accordion. The below classes are used for accordion in the Framework7: Accordion JavaScript API: JavaScript API methods are used to open and close accordion programmatically. It contains following JavaScript API methods: All methods contains parameter called item which is HTML or string element of accordion-item. |
|