summaryrefslogtreecommitdiff
path: root/loleaflet/README
diff options
context:
space:
mode:
authorMihai Varga <mihai.varga@collabora.com>2015-09-15 17:53:27 +0300
committerMihai Varga <mihai.varga@collabora.com>2015-09-15 17:53:27 +0300
commitfc5d617737638463c362b4e0e999b8cfd828e37f (patch)
tree3c13fef1b69badc862c317650fb3b3788d5937d4 /loleaflet/README
parentcd648ed1195811db62f67e02636aa2739effced6 (diff)
loleaflet: renamed remaining currentPart to selectedPart
Diffstat (limited to 'loleaflet/README')
-rw-r--r--loleaflet/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/loleaflet/README b/loleaflet/README
index dade690f4..4a32d135b 100644
--- a/loleaflet/README
+++ b/loleaflet/README
@@ -105,7 +105,7 @@ Parts (like slides in presentation, or sheets in spreadsheets):
- events:
map.on('updateparts', function (e) {}) where:
- + e.currentPart is the current part
+ + e.selectedPart is the current part
+ e.parts == the number of parts that the document has
+ e.docType == 'text' | 'spreadsheet' | 'presentation' | 'drawing' | 'other'
+ [e.partNames] if present, part names (e.g. sheet names)