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