#format rst
Here you will find information about how to do common tasks involving ToscaWidgets.
Learn how to use the ext widget library to create a dynamically loading TreeView.
![]()
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.
![]()
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.
![]()
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 use AjaxForm to create a dynamic form.
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.
Need some basic widgets here.
Create a widget for in-browser testing of javascript code using the JSUnit Javascript Unit Testing Framework.
How to create a simple registration form with that makes sure the user typed the correct password
(Password Validation Tutorial)
![]()
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.