Intel XDK: Controls 13: ACCORDION Control in App Designer 7
In this post I will be considering the most basic implementation of the ACCORDION control in an Intel XDK App Framework 7 project. I had described the accordion control years ago while using the DOJO framework, another framework that worked splendidly. You can create a project with an ACCORDION control on the web page. You launch Intel XDK (Version3522) and create a Standard HTML5 project and choose to use the App Framework 7. This creates a single page application and the DESIGN features will be available. I just placed a HEADER and replaced its title to My Books. The ACCORDION control is available under CONTROLS as shown. Accordion_00 For this post I tried dragging and dropping this control on to the page and it does not work, probably by design. What you need to do is to drop the following HTML fragment for this control on the page. Accordion_01 This is where you would place this code: Accordion_02 This will generate an accordion control ...