Mercurial > hg > digilib
comparison doc/src/site/markdown/plugins.md @ 1240:00eb2008b21b
small fixes.
author | robcast |
---|---|
date | Wed, 15 Jan 2014 17:32:04 +0100 |
parents | d9d004f706ef |
children |
comparison
equal
deleted
inserted
replaced
1239:ffe4de6896b0 | 1240:00eb2008b21b |
---|---|
46 | 46 |
47 ## Annotator plugin ## | 47 ## Annotator plugin ## |
48 | 48 |
49 Allows the user to add visual annotations on top of the scaled image, defining and referencing areas or points of interest. The annotations are loaded from an annotation server; new annotations can be inserted and edited. Annotations always point to the defined location even when the image is zoomed, rotated or mirrored. | 49 Allows the user to add visual annotations on top of the scaled image, defining and referencing areas or points of interest. The annotations are loaded from an annotation server; new annotations can be inserted and edited. Annotations always point to the defined location even when the image is zoomed, rotated or mirrored. |
50 | 50 |
51 ## How to write your own plugin ## | 51 # How to write your own plugin # |
52 | 52 |
53 Start with the stub file `jquery.digilib.pluginstub.js` in the "jquery" subdirectory of your digilib webapp directory. | 53 Start with the stub file `jquery.digilib.pluginstub.js` in the "jquery" subdirectory of your digilib webapp directory. |
54 | 54 |