[annotator-dev] annotator-dev Digest, Vol 30, Issue 10
Gong Huaiyu James (NCS)
jamesh at ncs.com.sg
Wed Oct 30 04:00:54 UTC 2013
Dear developers:
How to hidden/Gray the "delete" button when view the annotations?
Please see the attached screenshots.
I am try to remove the edit button from the following events, but don't know how to hidden/remove edit buttons for the certain conditions.
For example, if this annotation is public, and the owner is not myself, I can only view it but not edit it.
.subscribe("annotationViewerTextField", function (field,annotation) {
console.info(" Enter into annotationViewerTextField 46");
console.info(field);
})
.subscribe("annotationViewerShown", function (viewer, annotations) {
console.info("Enter annotationViewerShown! 45");
console.info(viewer);
})
-------------- next part --------------
A non-text attachment was scrubbed...
Name: HiddenEditButton.png
Type: image/png
Size: 13259 bytes
Desc: HiddenEditButton.png
URL: <http://lists.okfn.org/pipermail/annotator-dev/attachments/20131030/e4684325/attachment-0003.png>
More information about the annotator-dev
mailing list