=== WpDojoLoader === Contributors: lehmeier Donate link: http://wpdojoloader.berlios.de/ Tags: wordpress, dojo, datagrid, accordion, scrollpane, grid, table, nested, tab, widget, fisheye Requires at least: 2.8.2 Tested up to: 2.8.5 Stable tag: 0.0.1 == Description == WpDojoLoader allows you to include dojo widgets into wordpress. It is just a early state of development, so it's possilble that there are some bugs within. At the moment you can add them into posts and pages. The following widgets are supported at the moment: * tabcontainer * contentpane * datagrid * fisheye * scrollpane * accordionpane * accrodioncontainer To add a widget the plugin uses a simple xml structure so that you can create nested tabs or include a datagrid into a tab or a accordion. You can see some examples on the plugin homepage. == Installation == Unpack the plugin files int '/wp-content/plugins/' The directoryname of the plugin must be 'wpdojoloader' == Frequently Asked Questions == = How to use the plugin = For a accordion e.g. add this lines in a post or page.
[dojocontent]
This is the content in the first accordion pane
This is the content in the second accordion pane
[/dojocontent]
= Does it work with a version less then 2.8.2 =
Maybe, i haven't tested it. So if it works, let me know about that.
== Screenshots ==
1. Here you can see a accordion
2. This is a datagrid with data from a csv file
3. Nested Tabs
== Changelog ==
= 0.0.1 =
* First plugin version