New update has Panel support
I added support for Spry panels in the newest release. You can use them like so:
<cf_panel id="p1" title="This is the title">
This is the content
</cf_panel>
<cf_panel id="p2" title="Foo" opened="false" animate="false">
another panel
</cf_panel>
This is the content
</cf_panel>
<cf_panel id="p2" title="Foo" opened="false" animate="false">
another panel
</cf_panel>

There are no comments for this entry.
[Add Comment]