loleaflet: mention about tilepreview event
This commit is contained in:
parent
5396a83c26
commit
ee34470c73
1 changed files with 7 additions and 0 deletions
|
@ -105,6 +105,13 @@ Parts (like slides in presentation, or sheets in spreadsheets):
|
|||
+ [e.partNames] if present, part names (e.g. sheet names)
|
||||
map.on('invalidatepreview', function (e) {})
|
||||
+ e.id = the preview's id
|
||||
map.on('tilepreview', function (e) {}) where:
|
||||
+ e.tile - the preview image
|
||||
+ e.id - the preview id
|
||||
+ e.width - widht of the image
|
||||
+ e.height - height of the image
|
||||
+ [e.part] - if the preview is for a part
|
||||
+ e.docType
|
||||
|
||||
Statusindicator (when the document is loading):
|
||||
- events
|
||||
|
|
Loading…
Reference in a new issue