Version 4.1 by Anamaria Stoica on 2010/04/29 11:37

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