Dojo Dijit and HTML5 in Real world applications/Dijit/dijit.Tooltip

From PMISwiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

dijit.Tooltip

This is a stub more to come..

How to use

Tips and tricks

If your dijit.Tooltip do not work, it might be because:

  • You declared the dijit.Tooltip before the DOM reference it should be related to: The dijit.Tooltip may not be defined before the DOM reference - this is might be valid both in Programmatic implementation and Declarative markup.
  • The dijit.Tooltip is positioned outside the view.
  • The dijit.Tooltip is positioned so it overlap a drop-down.
  • Note: Both position and connectId are defined as array!


Synntax highlight based on html5:

<script type="text/javascript">
</script>

Verified in

IE 8, Firefox 3.6.22, Dojo 1.6.1

References

Demo of dijit.form.Button and dijit.Tooltip