Here you will find information about how to do common tasks involving ToscaWidgets.
How to use the ext ItemSelector which allows multiple selection by shuttling items between source and destination lists. It supports full drag and drop and ordering of items.
ExtJS ItemSelector Widget Tutorial
Create a ComboBox using Ext which also does autocompletion.
Create a field which automatically completes the user entry as they type. Based on tw.jquery AutoComplete widget.
JQuery AutoComplete Widget Tutorial
How to create an Ajax Data Grid with support for pagination, sorting, searching and column resizing. This widget is based on the jQuery FlexiGrid Plugin.
How to create a simple tree view of an unordered list where the branches can be expanded or collapsed to present a good view of a document tree structure. This widget is based on the jQuery Treeview Plugin.
JQuery TreeView Widget Tutorial
How to add a simple star rating widget to your application.
Todo
Difficulty: Medium to Hard. write a tutorial to add a star rating widget to an application
Todo
Difficulty: Medium to Hard. Need some basic dojo widgets here.
Create a widget for in-browser testing of javascript code using the JSUnit Javascript Unit Testing Framework.
How to create a progress bar with server-side progress indicator
Todo
Difficulty: Medium to Hard. create a tutorial for an ajax enabled progress bar
How to create a file upload with a progress bar.
Todo
Difficulty: Medium to Hard. create a tutorial for a file upload with progress bar
How to create a simple registration form with that makes sure the user typed the correct password
Creating A Password Verification Field
A Description on how to add a tw.recaptcha field to your public forms an keep spammers at bay.
How to create a select field which changes based on the entry in a database table.