DojoX Widgets
- Version
- Version 0.2
- Release Date
- Release date: 7/27/2007
- Project state:
expermental | beta
- Credits
Peter Higgins Karl Tiedt
- Project description
This is a collection of standalone widgets for use in your website. Each individual widget is independant of 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 availablility of dojo (core), and dijit packages.
- Documentation
Please refer to the API-tool, or in-line documentation.
- Installation instructions
These are standalone Widgets, so putting the [widget].js file in your dojox/widget folder, and copying any files in the /dojox/widget/[widget]/ folder as supplements/templates/etc should be all you need to do.
eg: FisheyeList: /dojox/widget/FisheyeList.js /dojox/widget/FisheyeList/blank.gif /dojox/widget/FisheyeList/FisheyeList.css
should be all you need to use the Fisheye widget.
- Printer-friendly version
- Login or register to post comments
- Unsubscribe post
Fisheye
I (well I would like to claim it as my own but my wife came up with it) have a feature enhancement request for the fisheye widget if it is possible. Is it possible to have an attribute added to specify a onMouseOver image? So basically when the user's mouse hovers over the image it changes to the onMouseOver image. I've already implemented these changes in my own copy of Dojo and found that its a pretty easy change. What do you think?
if you've signed a CLA, feel
if you've signed a CLA, feel free to submit an enhancement request + patch to trac.dojotoolkit.org
i'm working on something that would make that redundant though, in that you would be able to make each fisheye item a generic 'enhanced image', with automatic hover states and whatnot ...
but feel free to submit anything you feel would benefit the community! :)
we enjoy it.