Memento JavaScript Library: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 92: Line 92:
===== show() =====
===== show() =====
: Display the entry
: Display the entry
===== link(name, entry) =====
: Add a link — to a Link to Entry field in the current library — to an entry in the related library.
: '''Arguments'''
::; name: Name of the Link to Entry field to which to add the link
::; entry: Entry in the field's related library to which to link
===== unlink(name, entry) =====
: Remove a link — from a Link to Entry field in the current library — to an entry in the related library.
: '''Arguments'''
::; name: Name of the Link to Entry field from which to remove the link
::; entry: Entry in the field's related library identifying the link to be removed


==== ''Entry'' Properties ====
==== ''Entry'' Properties ====