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

From version 7.1
edited by Anamaria Stoica
on 2010/04/29 11:48
Change comment: There is no comment for this version
To version 1.1
edited by Anamaria Stoica
on 2010/04/29 11:32
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,45 +1,26 @@
1 +
1 1  = Google Gadgets Integration Demo =
2 2  
3 3  
4 -== Gadgets/Macros Directory ==
5 -
5 +== Gadgets/Macros Directory==
6 6  [[Macros.WebHome]]
7 -[[Macros.GoogleGadgetsImport]] - imports a Google Gadget as a XWiki Wiki Macro (UI form)
8 8  
9 9  == Dashboard Test ==
10 -
11 11  [[MacrosTest.DashboardTest]]
12 12  
13 13  == Macros ==
14 -
12 +[[Macros.Dashboard]] - the Dashboard Macro
13 +[[Macros.GoogleGadgetsImport]] - imports a Google Gadget as a XWiki Wiki Macro (UI form)
15 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 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
16 +[[Macros.My Recent Modifictions]] (Macros.Macro?id=myrecentmodifications) - XWiki Wiki Macro originated from a Panel
19 19  [[Macros.Blog Categories]] (Macros.Macro?id=blogcategories) - XWiki Wiki Macro originated from a Panel
20 20  [[Macros.Members]] (Macros.Macro?id=members) - XWiki Wiki Macro originated from a Panel
21 21  
22 22  == Snippets/Imports ==
23 -
24 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 **Note: NOT present in the Demo, see SVN**
22 +[[MacrosCode.XWikiPanelsImport]] - Code snippet that imports a Panel as a XWiki Wiki Macro
26 26  
27 27  == Used by Dashboard Macro ==
28 -
29 29  [[MacrosCode.GoogleGadgetsMacroCode]] - Displays the content of a Gadget Macro (it's included by the code of any Macro originated from a Google Gadget)
30 30  
31 -
32 -== Related ==
33 -
34 -* Design Page
35 -** [[http://dev.xwiki.org/xwiki/bin/view/Design/GadgetIntegration]]
36 -* Mockups
37 -** [[http://incubator.myxwiki.org/xwiki/bin/view/Mockups/GadgetsIntegration]]
38 -** [[http://incubator.myxwiki.org/xwiki/bin/view/Mockups/GadgetsIntegrationProposal1]]
39 -** [[http://incubator.myxwiki.org/xwiki/bin/view/Mockups/GadgetsIntegrationProposal2]]
40 -* UI Design by [[XWiki.evalica]]
41 -** Gadgets Directory: [[http://incubator.myxwiki.org/xwiki/bin/view/Improvements/GadgetsDirectory]]
42 -** Dashboard: [[http://incubator.myxwiki.org/xwiki/bin/view/Improvements/GadgetsDashboard]]
43 -* SVN
44 -** Gadgets XAR Application: [[https://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/gadgets/]]
45 -** Gadgets XWiki Component: [[https://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/xwiki-gadgets/]]