Ajax Framework & Application
文章平均质量分 78
alexsuncam
天堂向右,程序员向左
展开
-
Dojo widgets introduction and sample code (1)
Checkboxes Checkboxes are used when there aremultiple lists of options and user may select any number of choices, includingzero, one, or more. Each checkbox is independent of all other转载 2009-10-11 10:56:00 · 636 阅读 · 0 评论 -
Dojo widgets introduction and sample code (4)
FilteringSelect:The FilteringSelect is same as html select tag, but it populated dynamically. Itworks to user friendly with large data set. It loads the data on the page which转载 2009-10-12 11:38:00 · 1183 阅读 · 0 评论 -
Dojo and WebSphere Portal
WebSphere Portal contains aninstance of the IBM Dojo Toolkit, a JavaScript library based on the Dojo toolkit(http://dojotoolkit.org). When developing components that use Dojo, you mustbe转载 2009-10-12 12:06:00 · 634 阅读 · 0 评论 -
Dojo Introduction
What is Dojo? Dojo is JavaScript framework released as open source software. This JavaScript toolkit provides many components to develop rich internet applications.Y转载 2009-10-11 08:18:00 · 301 阅读 · 0 评论 -
Dojo Hellow World
we will learn how to download and install Dojo in your webapplication. You can easily add Dojo support into your existing application.This section covers:Download and install for new转载 2009-10-11 08:39:00 · 409 阅读 · 0 评论 -
Dojo widgets introduction and sample code (2)
NumberSpinner : The Number Spinner is aGUI (Graphical User Interface) that makes an integer value is entered in the boxeasily when small adjustments are required. There are t转载 2009-10-11 13:30:00 · 1212 阅读 · 0 评论 -
Dojo widgets introduction and sample code (3)
Tree : The tree is a GUI that helps to lists the hierarchicallists. The tree widget is a simple but the real power comes in the data. Itrepresents the hierarchical structure of tree. Data转载 2009-10-12 11:26:00 · 1118 阅读 · 0 评论 -
An Dojo sample application with Eclipse
1. Ajax - Asynchronous JavaScript and XML1.1. OverviewAjax (Asynchronous JavaScript and XML) describes the possibility to communicate with the webserver in the background and to update a webpage转载 2009-10-13 01:50:00 · 769 阅读 · 0 评论