Sponsered Links
Categories
Sponsered Links

Dojo Tooltip Widget Example

 

This example shows to display Dojo Tooltip Widget Example.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
    <title>Dojo Tooltip Widget Example</title>

    <style type="text/css">
        @import "dojo-release-1.0.0/dijit/themes/tundra/tundra.css";
        @import "dojo-release-1.0.0/dojo/resources/dojo.css"
    </style>
   
    <script type="text/javascript" src="dojo-release-1.0.0/dojo/dojo.js"
        djConfig="parseOnLoad: true, isDebug: false"></script>
   
    <script type="text/javascript">
        dojo.require("dijit.Tooltip");
    </script>
   
</head>
<body class="tundra">
        <span id="s1">Your Text Here</span><br><br><br>
   
    <span dojoType="dijit.Tooltip" connectId="s1">Text Tooltip Message Here</span>
   
</body>
</html>

 
 
Sponsered Links
Latest Updates
 
All Content of this site is for learning only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While using this site, you agree to have read and accepted our terms of use and privacy policy.
Copyright © 2009 JSPSERVLETTUTORIAL.INFO All Right Reserved