Version 1.1 by Anamaria Stoica on 2010/04/29 11:32

Show last authors
1
2 = Google Gadgets Integration Demo =
3
4
5 == Gadgets/Macros Directory==
6 [[Macros.WebHome]]
7
8 == Dashboard Test ==
9 [[MacrosTest.DashboardTest]]
10
11 == Macros ==
12 [[Macros.Dashboard]] - the Dashboard Macro
13 [[Macros.GoogleGadgetsImport]] - imports a Google Gadget as a XWiki Wiki Macro (UI form)
14 [[Macros.Macro]] - macro page - displays any macro given its id (use ?id=macroid as GET parameter, e.g. Macros.Macro?id=wc99)
15 [[Macros.wc99]] (Macros.Macro?id=wc99) - XWiki Wiki Macro originated from a Google Gadget (World Clocks Gadget)
16 [[Macros.My Recent Modifictions]] (Macros.Macro?id=myrecentmodifications) - XWiki Wiki Macro originated from a Panel
17 [[Macros.Blog Categories]] (Macros.Macro?id=blogcategories) - XWiki Wiki Macro originated from a Panel
18 [[Macros.Members]] (Macros.Macro?id=members) - XWiki Wiki Macro originated from a Panel
19
20 == Snippets/Imports ==
21 [[MacrosCode.GoogleGadgetsImport]] - Code snippet that imports a Google Gadget as a XWiki Wiki Macro
22 [[MacrosCode.XWikiPanelsImport]] - Code snippet that imports a Panel as a XWiki Wiki Macro
23
24 == Used by Dashboard Macro ==
25 [[MacrosCode.GoogleGadgetsMacroCode]] - Displays the content of a Gadget Macro (it's included by the code of any Macro originated from a Google Gadget)