=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-01 21:35:24 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-01 21:43:47 +0000 @@ -1191,7 +1191,10 @@
Embedding pivot tables with the Pivot table plug-in In this example we will see how we can embed good-looking, light-weight html pivot tables with data served from a DHIS back-end into a Web page. To accomplish this we will use the Pivot table plug-in. The plug-in is written in Javascript and depends on the Ext JS library only. A complete working example can be found at . Open the page in a web browser and view the source to see how it is set up. - We start by including three files in the header section of the HTML document. The first two files are the Ext JS javascript library (we use the Google content delivery network in this case) and its css stylesheet. The third file is the Pivot table plug-in. Make sure the path is pointing to your DHIS server installation. + We start by including three files in the header section of the HTML document. The first + two files are the Ext JS javascript library (we use the DHIS 2 content delivery network in + this case) and its css stylesheet. The third file is the Pivot table plug-in. Make sure the + path is pointing to your DHIS server installation. <link rel="stylesheet" type="text/css" href="http://dhis2-cdn.org/v213/ext/resources/css/ext-plugin-gray.css" /> <script src="http://dhis2-cdn.org/v213/ext/ext-all.js"></script> <script src="http://dhis2-cdn.org/v213/plugin/table.js"></script> @@ -1382,7 +1385,10 @@
Embedding charts with the Visualizer chart plug-in In this example we will see how we can embed good-looking Ext JS charts () with data served from a DHIS back-end into a Web page. To accomplish this we will use the DHIS Visualizer plug-in. The plug-in is written in Javascript and depends on the Ext JS library only. A complete working example can be found at . Open the page in a web browser and view the source to see how it is set up. - We start by including three files in the header section of the HTML document. The first two files are the Ext JS javascript library (we use the Google content delivery network in this case) and its stylesheet. The third file is the Visualizer plug-in. Make sure the path is pointing to your DHIS server installation. + We start by including three files in the header section of the HTML document. The first + two files are the Ext JS javascript library (we use the DHIS 2 content delivery network in + this case) and its stylesheet. The third file is the Visualizer plug-in. Make sure the path + is pointing to your DHIS server installation. <link rel="stylesheet" type="text/css" href="http://dhis2-cdn.org/v213/ext/resources/css/ext-plugin-gray.css" /> <script src="http://dhis2-cdn.org/v213/ext/ext-all.js"></script> <script src="http://dhis2-cdn.org/v213/plugin/table.js"></script> @@ -1607,7 +1613,11 @@
Embedding maps with the GIS map plug-in In this example we will see how we can embed maps with data served from a DHIS back-end into a Web page. To accomplish this we will use the GIS map plug-in. The plug-in is written in Javascript and depends on the Ext JS library only. A complete working example can be found at . Open the page in a web browser and view the source to see how it is set up. - We start by including four files and Google Maps in the header section of the HTML document. The first two files are the Ext JS javascript library (we use the Google content delivery network in this case) and its stylesheet. The third file is the OpenLayers javascript mapping framework () and finally we include the GIS map plug-in. Make sure the path is pointing to your DHIS server installation. + We start by including four files and Google Maps in the header section of the HTML + document. The first two files are the Ext JS javascript library (we use the DHIS 2 content + delivery network in this case) and its stylesheet. The third file is the OpenLayers + javascript mapping framework () and finally we include + the GIS map plug-in. Make sure the path is pointing to your DHIS server installation. <link rel="stylesheet" type="text/css" href="http://dhis2-cdn.org/v213/ext/resources/css/ext-plugin-gray.css" /> <script src="http://dhis2-cdn.org/v213/ext/ext-all.js"></script> <script src="https://maps.google.com/maps/api/js?sensor=false"></script>