Monday, August 28th, 2006
Creating a new Dojo Widget
Alexander Netkachev has written an article to cover creating a new dojo widget:
This tutorial demonstrates how to create a Dojo widget that displays a list of items. The widget implements paging and fetches data from the server using ajax request.
The article defines the view (DataList.html) the css (DataList.css) and the JavaScript (DataList.js).
The example is demonstrated here:





awesome!