Home Freemagazine Issue9 Dojo Tutorial Dojo



Dojo Tutorial Dojo
Posted on: October 11, 2010 at 12:00 AM
Dojo is an Open Source JavaScript toolkit libraries that provides a simple API(Application Programming Interface) for building the serious applications in less time.

Dojo Tutorial Dojo

       

Dojo is an Open Source JavaScript toolkit libraries that provides a simple API(Application Programming Interface) for building the serious applications in less time. The main functionality of Dojo is to make HTTP requests and receive their responses. It also provides packages for string manipulation, DOM manipulation, dragand- drop support and DS (Data Structures) such as lists, queues and stacks. Dojo applications are used where the JavaScript and browsers don?t work far enough, in which place the dojo application gives you the powerful, portable, lightweight and tested tools for creating a dynamic interfaces.

  1. Dojo Directory Structure:
    Whenever you use Dojo then you follow the following directory structure and set up the files of the specified location.
     
  2. Create a Button:
    The following example we are going to create a button ?Hello World!?. To create a button in dojo you need to a Button Widget that contains three visual states as: mouseOut, mouseOver and mouseDown.

Now, read more information at:

http://www.javajazzup.com/issue9/page40.shtml

Related Tags for Dojo Tutorial Dojo:


More Tutorials from this section

Ask Questions?    Discuss: Dojo Tutorial Dojo  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.