Plugins
Plugins - Tooltips


This page shows an example of tooltips used with menus.
WebDDM is built-in with tooltip functionality - WebDDM is the first menu software EVER to support dynamic tooltips, and many other companies are copying this feature. We use domTT for the tooltip library.
This page doesn't scratch the surface of domTT's features and usage. For your convenience and reference, the original domTT package has been included with WebDDM and the examples can be found here.
Dependencies
To make tooltips work, you must include one JavaScript libary found in the js/ directory. Your code should look something like this if you need to use tooltips:
<script src="js/core.WebDDM.compressed.js"></script>
<script src="js/domTT.WebDDM.compressed.js"><!-- For tooltips --></script>
<script src="js/alphaAPI.WebDDM.compressed.js"><!-- For fading tooltips (OPTIONAL) --></script>
Tooltip attributes
These are the attributes you can use to customize your tooltips.
View Source
View CSS file - View JavaScript file.
Plugins
Plugins: Last - Next