Frameworks| Hibernate| Struts| JSF| JavaFX| Ajax| Spring| DOJO| JDO| iBatis| Questions?

 

 

 

 

 

 

 

 

 

 

 

 

 

Search Tutorials:
 

Software Solutions and Services
 

 
  JDO Tutorials
  EAI Articles
  Struts Tutorials
  Java Tutorials
  Java Certification
  Java Applet
Questions
Comments
 
Dojo FisheyeLite 
 

In this section, you will learn about dojo FisheyeLite.

 

Dojo FisheyeLite

                         

In this section, you will learn about dojo FisheyeLite. 

FisheyeLite: The dojox.widget.FisheyeLite widget set on the anchor tags. We use the dojo query for selecting the anchor tags and FisheyeLite widget is used to create for each tag. If your mouse pointer over the anchor tag text then the text size (Increasable to your requirement) is automatically large according to your requirement.

Try Online: FisheyeLite

 

 

 

Here is the code of Program:

<html>
<head>
<title>Fish Eye Light Anchor tag Example</title>
  
  <style type="text/css">
    @import "../dijit/themes/soria/soria.css";
    @import "/resources/dojo.css";

  </style>

  <script type="text/javascript" src="dojo.js" djConfig="parseOnLoad: true"></script>

  <script type="text/javascript">
      dojo.require("dojox.widget.FisheyeLite");
      
      dojo.addOnLoad(function(){
        dojo.query("a", dojo.byId("myParagraph")).forEach(function(n){
          new dojox.widget.FisheyeLite({
            properties:{
              fontSize:1.50,
              letterSpacing:2.00
            }
        },n);
        }).connect("onclick",dojo,"stopEvent");
      });
  </script>
  
</head>

<body class="soria">
    <p id="myParagraph">
      This tips is light towards people with some <a href="#">JavaScript </a>
knowledge, priestly used another <a href=
"#">JavaScript (Ajax</a>
framework before, now have a real need to use some of the features found
 in dojo. In 
this tips, learn about the dojo and its <a href="#">directory structure </a>.
 The purpose of 
this tips, for new user learn to dojo then you need to know about the 
<a href=
"#">what is dojo </a>and its <a href="#">directory structure</a>.
    </p>
</body>
</html>

Output:

When you run this program then you get the following:

Whenever your mouse pointer over the anchor tag.

Again, your mouse pointer over the anchor tag the text size will be increased like:

Again, your mouse pointer over the anchor tag the text size will be increased like:

 

Try Online:

                         

Leave your comment:

Name:

Email:

URL:

Title:

Comments:


Enter Code:

Audio Version
Reload Image
 

Note: Emails will not be visible or used in any way, and are not required. Please keep comments relevant. Any content deemed inappropriate or offensive may be edited and/or deleted.

No HTML code is allowed. Line breaks will be converted automatically. URLs will be auto-linked. Please use BBCode to format your text.

Add This Tutorial To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 

Current Comments

1 comments so far (
post your own) View All Comments Latest 10 Comments:

I tried using this snippet and it works fine in Firefox 3 but doesn't appear to work in IE 7.

The online demo link doesn't appear to work in IE7 either.

Posted by Michael on Saturday, 09.6.08 @ 19:55pm | #77527

  JDO Tutorials
  EAI Articles
  Struts Tutorials
  Java Tutorials
  Java Certification

Tell A Friend
Your Friend Name
Search Tutorials

 

 
 
Browse all Java Tutorials
Java JSP Struts Servlets Hibernate XML
Ajax JDBC EJB MySQL JavaScript JSF
Maven2 Tutorial JEE5 Tutorial Java Threading Tutorial Photoshop Tutorials Linux Technology
Technology Revolutions Eclipse Spring Tutorial Bioinformatics Tutorials Tools SQL
 

Home | JSP | EJB | JDBC | Java Servlets | WAP  | Free JSP Hosting  | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs

About Us | Advertising On RoseIndia.net  | Site Map

India News

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2007. All rights reserved.