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

From PMISwiki
< Dojo Dijit and HTML5 in Real world applications‎ | Dijit
Revision as of 20:35, 22 September 2011 by WikiSysop (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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