ui.bookmark Message
Client-side message raised and consumed by the jQuery.evolutionBookmark plugin, allowing multiple instances of the plugin to stay in synchronization. The message is raised when the user bookmarks or unbookmarks a piece of content. Other scripts can also handle this event.
Usage
$.telligent.evolution.messaging.subscribe('ui.bookmark', function(data) {
// handle the event
});
Data
contentId
: content id (string)contentTypeId
: content type id (string)typeId
: bookmark type id (optional string)bookmarked
: if the content is bookmarked (boolean)