This space is archived

For current information please use the current ExamSys documentation

Tooltips

Starting with version 6.0 there is a new standard way of displaying tooltips. The relevant styles are already in body.css.

All that is needed is :

  • include JavaScript 'jquery-ui-1.10.4.min.js' and 'system_tooltips.js'
  • The actual tip icon is made by:
  • <img src="../artwork/tooltip_icon.gif" class="help_tip" title="tooltip text in here..." />

 

The text that is displayed within the tool tip should be included in the 'title' attribute.