Blame | Last modification | View Log | RSS feed
-------------------------------------------------------------------------------dojox.widget Collection-------------------------------------------------------------------------------Version 1.0Release date: 10/31/2007-------------------------------------------------------------------------------Project state:expermental | beta-------------------------------------------------------------------------------CreditsPeter Higgins (dante)Karl Tiedt (ktiedt@gmail.com)-------------------------------------------------------------------------------Project descriptionThis is a collection of standalone widgets for use inyour website. Each individual widget is independantof the others.-------------------------------------------------------------------------------Dependencies:Each widget has it's own requirements and dependencies.Most inherit from dijit base-classes such as dijit._Widget,dijit._Templated, etc ... So we will assume the availablilityof dojo (core), and dijit packages.-------------------------------------------------------------------------------DocumentationPlease refer to the API-tool, or in-line documentation.-------------------------------------------------------------------------------Installation instructionsThese are standalone Widgets, so putting the [widget].js filein your dojox/widget folder, and copying any files in the/dojox/widget/[widget]/ folder as supplements/templates/etcshould be all you need to do.eg: FisheyeList:/dojox/widget/FisheyeList.js/dojox/widget/FisheyeList/blank.gif/dojox/widget/FisheyeList/FisheyeList.cssshould be all you need to use the Fisheye widget.you can safely import the whole widget project into yourdojox/ root directory from the following SVN url:http://svn.dojotoolkit.org/dojo/dojox/widget-------------------------------------------------------------------------------Other Notes (Brief widget list):* ColorPicker - Photoshop-like color picker* FileInput - experimental dijit-like input type="file"* FileInputAuto/Blind - extension to FileInput foradded flair/automation* FisheyeList - the classic FishEye Picker* Iterator - Basic array and datastore iterator class* SortList - a degradable UL with a fixed header, scrolling,and sorting. Can be the direct descendat of aLayoutContainer and will size to fit.* TimeSpinner - a number spinner that revolves throughtime constrainsts* Toaster - a messaging system to display non-obstrusivealerts on screen.