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.

Dojo Tutorial Dojo

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