jQuery.telligent.evolution.ui.components.tourtip
UI Component which supports declarative registration of tour tips. Transforms the output from $core_v2_tourTip.Render()
, which is a set of attributes, into a call to register that element's tip. The default implementation uses the tour tips to register tips.
It is not common to need to interact directly with or override this component type. Please refer to the tour tips module for more information.
Options
Data made available to instances of the component:
tourtipkey
: (string) tip unique identifiertourtipmessage
: (string) tip contenttourtipindex
: (number) requested display order
Related
- tourTips module
- ui.tourtips client-side message
$core_v2_tourTip.Render
Widget API