ui.tourtips Client Message
Client-side message raised when a set of tour tips registered by widgets have been determined to be in an unread state, and are available to be presented to the user.
Please refer to the tourTips module for more information.
Usage
$.telligent.evolution.messaging.subscribe('ui.tourtips', function(data) {
// handle the event
});
Data
-
tips
: array of objects, each containingkey
: (string) Unique tip identifiermessage
: (string) Tip contentindex
: (number) Index at which to show the tipelement
: (DOM element) HTML element associated with the tip
Related
- tourTips module
- ui-tourtip UI Component
$core_v2_tourTip.Render
Widget API