Skip to content

Latest commit

 

History

History
127 lines (66 loc) · 4.29 KB

widget.rst

File metadata and controls

127 lines (66 loc) · 4.29 KB

dojox.widget

Authors

Chris Barber, Peter Higgins, Nikolai Onken, Marcus Reimann, Josh Trutwin, Benjamin Schell, Shane O'Sullivan

Developers

Shane O'Sullivan, Chris Barber, Peter Higgins, Nathan Toone, Karl Tiedt, Alex Russell, Nikolai Onken, Adam Peller, Benjamin Schell

This is a collection of standalone widgets for use in your website. Each individual widget is independent of the others, and carries it's own level of completeness, stability, documentation, and doesn't typically fall into any other classification of use, like dojox.form <dojox/form> or dojox.layout <dojox/layout>

Available Widgets

Here is an up to date list of dojox.widget components. Note: Some of these are newly added, and appear in different versions of Dojo, so may simply be unavailable in older versions:

  • dojox.widget.AnalogGauge <dojox/widget/AnalogGauge>

    A circular gauge with a variety of indicators, used to display numerical data

  • dojox.widget.AutoRotator <dojox/widget/AutoRotator>

    A rotator that automatically transitions between child nodes

  • dojox.widget.BarGauge <dojox/widget/BarGauge>

    A horizontal bar gauge with a few indicators, used to display numerical data

  • dojox.widget.Calendar <dojox/widget/Calendar>

    An extended dijit._Calendar

  • dojox.widget.CalendarFx <dojox/widget/CalendarFx>

    An extended dijit._Calendar with FX

  • dojox.widget.ColorPicker <dojox/widget/ColorPicker>

    A HSV Color Picker, similar to PhotoShop

  • dojox.widget.Dialog <dojox/widget/Dialog>

    An extension to dijit.Dialog <dijit/Dialog>

  • dojox.widget.DialogSimple <dojox/widget/DialogSimple>

    Base class for dojox.widget.Dialog <dojox/widget/Dialog>

  • dojox.widget.DocTester <dojox/widget/DocTester>

    A widget to run DocTests inside an HTML page

  • dojox.widget.FilePicker <dojox/widget/FilePicker>

    A specialized version of RollingList that handles file information

  • dojox.widget.FisheyeList <dojox/widget/FisheyeList>

    A OSX-style Fisheye Menu

  • dojox.widget.FisheyeLite <dojox/widget/FisheyeLite>

    A more robust Fisheye Widget, which fish-eyes' any CSS property

  • dojox.widget.Iterator <dojox/widget/Iterator>

    A basic array and data store iterator class

  • dojox.widget.Loader <dojox/widget/Loader>

    A small experimental Ajax Activity indicator

  • dojox.widget.Pager <dojox/widget/Pager>

    A dojo.data <dojo/data> powered Pager Widget, displaying a few items in a horizontal or vertical UI

  • dojox.widget.PlaceholderMenuItem <dojox/widget/PlaceholderMenuItem>

    A menu item that can be used as a placeholder

  • dojox.widget.Portlet <dojox/widget/Portlet>

    An enhanced TitlePane designed to be used with the dojox.layout.GridContainer

    • dojox.widget.FeedPortlet <dojox/widget/Portlet>

      An enhanced Portlet which can load both remote and local Atom and RSS feeds, displaying them as a list

  • dojox.widget.Roller <dojox/widget/Roller>

    An unobtrusive "roller", displaying one message from a list in a loop

  • dojox.widget.RollingList <dojox/widget/RollingList>

    A rolling list that can be tied to a data store with children

  • dojox.widget.Rotator <dojox/widget/Rotator>

    A widget for rotating through child nodes using transitions

  • dojox.widget.SortList <dojox/widget/SortList>

    A small sortable unordered-list

  • dojox.widget.Standby <dojox/widget/Standby>

    A small 'This section is busy' overlay blocking widget

  • dojox.widget.Toaster <dojox/widget/Toaster>

    A message display system, showing warnings, errors and other messages unobtrusively

  • dojox.widget.TitleGroup <dojox/widget/TitleGroup>

    A lightweight container widgets which manages the state of children TitlePane <dijit/TitlePane> widgets. Similar to an AccordionContainer <dijit/layout/AccordionContainer> though has variable height panes.

  • dojox.widget.UpgradeBar <dojox/widget/UpgradeBar>

    Shows the "yellow bar" at the top of the screen when the user is to be notified that they should upgrade their browser or a plugin.

  • dojox.widget.Wizard <dojox/widget/Wizard>

    A simple widget providing a step-by-step wizard like UI