Ajax Dojo Tutorial
Dojo Tutorials and ExamplesDojo is another great framework for developing ajax based applications. Dojo is selected by Struts 2 for providing ajax support in applications. Dojo is one of the most powerful language for constructing rich internet applications. In this Dojo tutorials you will find everything about Dojo.
Learn Dojo in detail from the following Dojo Tutorials.
- About Dojo Tutorial
In this tutorial, you will learn everything about the dojo. After completing the tutorial you will be able to develop good applications using Dojo framework.
- Introduction to Dojo
In this first section of Dojo tutorial we will familiarize you with the Dojo framework. Dojo is another great JavaScript framework to develop ajax based application.
- Benefits of Dojo
In this section we will see the benefits of Dojo Framework. Dojo toolkit provides many widgets to develop the UI for web applications.
- Installing Dojo
In this section we will learn how to download and install Dojo in your web application. You can easily add Dojo support into your existing application.
- Dojo Hello World
In this tutorial, you will learn how to create a "Hello World" example in Dojo. Before creating any examples or applications you must be follow the its directory structure.
- Dojo Checkbox
In this section, you will learn how to create a checkbox in dojo. For creating checkbox you require "dijit.form.CheckBox". The checkbox button do some action on press.
- Dojo Radio Button
In this section, you will learn how to create radio buttons in dojo. For creating radio button you need "dijit.form.CheckBox". The radio button do some action on press.
- Dojo Combo Box
In this section, you will learn what is combo box and how to create a combo box in dojo. For creating the Combo box you need "dijit.form.ComboBox"
- Dojo Auto completer
Combo box
In this section, you will learn how to create a auto completer in dojo. The Auto Completer provides the front-end logic for text-entry suggestion and completion functionality. The features of the auto completer to control navigation of the suggestions container via up/down arrow keys and rich event model.
- Dojo Inline
Edit Box
In this section, you will learn how to edit any data. The InlineEditBox provides the better facility for editing any data and save it.
- Dojo Iinline
Date Text Box
In this section, you will learn about the dojo inline DateTextBox and how to create a inline DateTextBox and how to make its editable.
- Dojo NumberSpinner Button
In this section, you will learn how to create a NumberSpinner button that increase and decrease the number. Sometime, if you want to directly put the specified range of data.
- Dojo Slider
In this section, you will learn about slider and how to create a slider in dojo.
- Dojo Stack
Container
In this section, you will learn about the Stack Container with example.
- Dojo TabContainer
In this section, you will learn about the TabContainer and how to create its.
- Dojo Menu and Menu Item
In this section, you will learn about the menu and how to create it in dojo. This is the widget models a context menu, otherwise known as a right-click or popup menu, and it appears in a ComboButton and DropDownButton widgets.
- Dojo Dialog Box
In this section, you will learn about the dialog box with tool tips and how to create it in dojo. Dialog box is a rectangular GUI box that either requests or provides information.
- Dojo Toolbar
In this section, you will learn about the toolbar and how to create a toolbar in dojo.
- Dojo Progress Bar
In this section, you will learn about the progress bar and how to create a progress bar in dojo.
- Dojo Tool tips
In this section, you will learn about the tool tips and how to developed it in dojo.
- Dojo Tree
In this section, you will learn about the tree and how to create a tree in dojo.
- Dojo
AccordionContainer
In this section, you will learn about the dojo AccordionContainer.
- Dojo
BorderContainer
In this section, you will learn about the dojo BorderContainer.
- Dojo
ColorPalette
In this section, you will learn about dojo ColorPalette.
- Dojo
Color Picker
In this section, you will learn about the dojo ColorPicker.
- Dojo
drag and drop
In this section, you will learn about dojo drag and drop.
- Dojo Editor
In this section, you will learn about dojo editor.
- Dojo Editor Example
In this example, you will learn about the dojo editor.
- Dojo
Filtering Select
In this section, you will learn about the dojo filtering select.
- Dojo
FisheyeLite
In this section, you will learn about dojo FisheyeLite.
- Dojo
Google Blog Search
In this section, you will learn how to implement the google blog search.
- Dojo
Google Web Search
In this section, you will learn how to implement the google web search. That means user enter your text that have to be searched.
- Dojo
Show and Hide Dialog
In this example, you will learn dojo show and hide dialog. In the following example, you will see there are two method that are used for showing and hiding the dialog box.
- Dojo
SplitContainer
In this section, you will learn about the dojo SplitContainer.
- Dojo
TitlePane
In this example, you will learn about the dojo TitlePane.
- Dojo
ToolTipsDialog
In this example you will learn how to develop a dojo tooltipsdialog. You see the following code and follows the following code and crate a ToolTipsDialog.
- Dojo
TimeSpinner
In this section, you will learn about the dojo TimeSpinner. This is same as the dojo NumberSpinner. But the NumberSpinner only worked on the an integer type data.