dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #27193
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 924: PT plugin correction
------------------------------------------------------------
revno: 924
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Mon 2013-12-30 19:02:58 +0100
message:
PT plugin correction
modified:
src/docbkx/en/dhis2_user_man_web_api.xml
--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs
Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml'
--- src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-30 16:48:24 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-30 18:02:58 +0000
@@ -1601,9 +1601,9 @@
</table>
<para>We continue by adding one pre-defined and one dynamic pivot table to our HTML document. You can browse the list of available pivot tables using the Web API here: <ulink url="http://apps.dhis2.org/demo/api/reportTables"/>.</para>
<screen>function setLinks() {
- DV.plugin.getTable({ url: base, el: 'chartA1', id: 'R0DVGvXDUNP' });
+ PT.plugin.getTable({ url: base, el: 'chartA1', id: 'R0DVGvXDUNP' });
- DV.plugin.getTable({
+ PT.plugin.getTable({
url: base,
el: 'chartB1',
type: 'stackedBar',