Examples that show how to use the AHAH Forms Framework

poll.module-example
	To use this module: 
		Copy it to drupal/modules/poll directory 
		Make a backup of poll.module
		Rename poll.module-example to poll.module

views_ui.module-example	
	To use this module: 
		Copy it to drupal/sites/all/modules/views directory (or where ever you saved views to)
		Make a backup of views-ui.module
		Rename views_ui.module-example to views_ui.module

collapse.js
	This module shows how function binding registration can work. However, this is not yet a viable 
	replacement for collapse.js, because it will not work on pages that don't use the #ahah_bindings
	in a form, or explicitly include ahah_forms.js (which is most pages).

widget
	widget is an example of a field element created using the AHAH Forms Framework. 
	You can add it multiple times to the same form.  test.module is an example node type that uses it.
	Just enable both modules, and then create a new test content type.