Google Gadgets Integration Demo

Last modified by Anca Luca on 2010/06/21 13:53

Google Gadgets Integration Demo

Gadgets/Macros Directory

Macros
GoogleGadgetsImport - imports a Google Gadget as a XWiki Wiki Macro (UI form)

Dashboard Test

DashboardTest - you can see a dashboard at work in here, with a couple of gadgets from xwiki and also google imported gadgets.

Macros

Macro - macro page - displays any macro given its id (use ?id=macroid as GET parameter, e.g. Macros.Macro?id=wc99)
Dashboard (Macros.Macro?id=dashboard) - the Dashboard Macro
wc99 (Macros.Macro?id=wc99) - XWiki Wiki Macro originated from a Google Gadget (World Clocks Gadget)
My Recent Modifications (Macros.Macro?id=myrecentmodifications) - XWiki Wiki Macro originated from a Panel
Blog Categories (Macros.Macro?id=blogcategories) - XWiki Wiki Macro originated from a Panel
Members (Macros.Macro?id=members) - XWiki Wiki Macro originated from a Panel

Snippets/Imports

GoogleGadgetsImport - Code snippet that imports a Google Gadget as a XWiki Wiki Macro
XWikiPanelsImport - Code snippet that imports a Panel as a XWiki Wiki Macro Note: NOT present in the Demo, see SVN

Used by Dashboard Macro

GoogleGadgetsMacroCode - Displays the content of a Gadget Macro (it's included by the code of any Macro originated from a Google Gadget)

Related