Hello,
I tried to get an accordion into my web app and struggled to find a tut.
Here's how to do it:
Plugins required:
CallJS
CSS Import
Pode HTML DIV
Place an html div into your layout give it a name and inside place the required code. For accordion h tags and div tags.
Create your external js file. Import into project and link it in the propeties of CallJS. In this file is where you put your code. e.g.
$("mydiv").accordion();
Get your jquery theme, using theme roller or whatever. Import into project and link it in the properties of CSSImport.
You can also include the jquery ui or what ever other tools you enjoy.
Works with node webkit, havent tried mobile platforms yet.
Hope this helps.