You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
15 years ago
..
manager initially import ZendFramework-1.9.5 into repository 15 years ago
nls initially import ZendFramework-1.9.5 into repository 15 years ago
resources initially import ZendFramework-1.9.5 into repository 15 years ago
BusyButton.js initially import ZendFramework-1.9.5 into repository 15 years ago
CheckedMultiSelect.js initially import ZendFramework-1.9.5 into repository 15 years ago
DateTextBox.js initially import ZendFramework-1.9.5 into repository 15 years ago
DropDownSelect.js initially import ZendFramework-1.9.5 into repository 15 years ago
DropDownStack.js initially import ZendFramework-1.9.5 into repository 15 years ago
FileInput.js initially import ZendFramework-1.9.5 into repository 15 years ago
FileInputAuto.js initially import ZendFramework-1.9.5 into repository 15 years ago
FilePickerTextBox.js initially import ZendFramework-1.9.5 into repository 15 years ago
FileUploader.js initially import ZendFramework-1.9.5 into repository 15 years ago
Manager.js initially import ZendFramework-1.9.5 into repository 15 years ago
MultiComboBox.js initially import ZendFramework-1.9.5 into repository 15 years ago
PasswordValidator.js initially import ZendFramework-1.9.5 into repository 15 years ago
README initially import ZendFramework-1.9.5 into repository 15 years ago
RadioStack.js initially import ZendFramework-1.9.5 into repository 15 years ago
RangeSlider.js initially import ZendFramework-1.9.5 into repository 15 years ago
Rating.js initially import ZendFramework-1.9.5 into repository 15 years ago
TimeSpinner.js initially import ZendFramework-1.9.5 into repository 15 years ago
_FormSelectWidget.js initially import ZendFramework-1.9.5 into repository 15 years ago
_HasDropDown.js initially import ZendFramework-1.9.5 into repository 15 years ago
_SelectStackMixin.js initially import ZendFramework-1.9.5 into repository 15 years ago

README

-------------------------------------------------------------------------------
dojox.form Collection
-------------------------------------------------------------------------------
Version 1.0
Release date: 02/26/2008
-------------------------------------------------------------------------------
Project state:
experimental
-------------------------------------------------------------------------------
Credits
	Nathan Toone (nathan)
	Peter Higgins	(dante)
    Wolfram Kriesing (http://wolfram.kriesing.de/blog/): Rating
    Mike Wilcox
-------------------------------------------------------------------------------
Project description

	This is a collection of additional widgets that can be used in forms.
-------------------------------------------------------------------------------
Dependencies:

	Depends on dojo core and dijit
	
	dojo.form.FileUploader depends on dojox.embed, and uses Flash movies created
	in the deft project using Flex OSS 3.  You do not need any of the deft code; 
	compiled movies are included with dojox.form in the resources folder.  
	If you want to modify the actual movies, you can look in the deft project 
	(under the package deft.av).
-------------------------------------------------------------------------------
Documentation

-------------------------------------------------------------------------------
Installation instructions

	Install into /dojox/form
-------------------------------------------------------------------------------
Additional Notes (Brief widget list):

	* CheckedMultiSelect - an extension to dijit.form.MultiSelect which
						uses check boxes instead of ctrl-click

 	* DropDownSelect - an extension to dijit.form.DropDownButton which is
 						meant to mirror the html <select> drop down

	* DropDownStack/RadioStack - a widget that can toggle parts of a form as
						"on" or "off" - to allow for different options based on 
						the value selected.

	* FileInput - experimental dijit-like input type="file"

	* FileInputAuto/Blind - extension to FileInput for 
						added flair/automation
						
	* FilePickerTextBox - a validating text box that can browser server-side
						files using a dojox.data.FileStore
	* FileUploader - Convert (almost) any button into a file input. Multi-file
						uploads supported. Uses a SWF file created with Deft.
						Compatible with Flash Player versions 8-10.
	
    * MultiComboBox - an experimental ComboBox that allows
						multiple entries bases on a separator character.

	* PasswordValidator - a widget which simplifies the common "old/new/verify" 
						mechanism of specifying passwords

	* Rating - a star-based rating widget
 	
    * TimeSpinner - a number spinner that revolves through
						time constrainsts