[Mc4j-cvs] mc4j/doc-build/dashboard-dev DashboardComponents.xml,1.1,1.2 DashboardXML.xml,1.1,1.2 ind
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2004-04-21 20:33:51
|
Update of /cvsroot/mc4j/mc4j/doc-build/dashboard-dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8683/doc-build/dashboard-dev Modified Files: DashboardComponents.xml DashboardXML.xml index.xml Log Message: Some updates to guides, a few new pages, new screen shots. Index: index.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/doc-build/dashboard-dev/index.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.xml 8 Apr 2004 22:12:21 -0000 1.1 --- index.xml 21 Apr 2004 20:31:46 -0000 1.2 *************** *** 3,7 **** <!ENTITY CarbonModule SYSTEM "module.xml"> ]> ! <document url="index.html"> &CarbonModule; --- 3,7 ---- <!ENTITY CarbonModule SYSTEM "module.xml"> ]> ! <document url="dashboard-dev/index.html"> &CarbonModule; Index: DashboardComponents.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/doc-build/dashboard-dev/DashboardComponents.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DashboardComponents.xml 8 Apr 2004 22:12:21 -0000 1.1 --- DashboardComponents.xml 21 Apr 2004 20:31:36 -0000 1.2 *************** *** 6,10 **** ]> ! <document url="DashboardComponents.html"> &CarbonModule; --- 6,10 ---- ]> ! <document url="dashboard-dev/DashboardComponents.html"> &CarbonModule; *************** *** 53,61 **** </section> ! <Section name="Standard Components"> <p> The following are the standard set of Dashboard Components that can be used to construct Dashboard views. </p> <subsection name="AttributeListComponent"> --- 53,62 ---- </section> ! <section name="Standard Components"> <p> The following are the standard set of Dashboard Components that can be used to construct Dashboard views. </p> + <subsection name="AttributeListComponent"> *************** *** 85,89 **** <subsection name="RefreshControlComponent"></subsection> <subsection name="RelationsGraphComponent"></subsection> ! </Section> </body> --- 86,90 ---- <subsection name="RefreshControlComponent"></subsection> <subsection name="RelationsGraphComponent"></subsection> ! </section> </body> Index: DashboardXML.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/doc-build/dashboard-dev/DashboardXML.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DashboardXML.xml 8 Apr 2004 22:12:21 -0000 1.1 --- DashboardXML.xml 21 Apr 2004 20:31:36 -0000 1.2 *************** *** 6,10 **** ]> ! <document url="DashboardXML.html"> &CarbonModule; --- 6,10 ---- ]> ! <document url="dashboard-dev/DashboardXML.html"> &CarbonModule; *************** *** 143,146 **** --- 143,147 ---- </p> + <span class="pretitle">A complete dashboard example</span> <pre> <?xml version="1.0" encoding="UTF-8"?> |