-
Notifications
You must be signed in to change notification settings - Fork 0
Untested widgets
This page attempts to capture proposals and plans for transitioning all of the "Untested Dojo and HTML" widgets on the widget palette into fully supported widgets, thereby eliminating the Untested section.
- DOJOCONTAINER - Widget should go into "Dojo Containers" section of widget palette
- DOJOCONTROL - Widget should go into "Dojo Controls" section of widget palette
- HTML - Widget should go into "HTML" section of widget palette
- OVERLAY - Widget is something that appears only as an transient overlay (e.g., Dialog, Tooltip)
- DATA - Widget supports links to data stores
- DEPRECATED - Widget has been deprecated in latest Dojo
| Widget Name | Dojo Status | Maqetta Status | Section | Supports Claro | Extra Info | Current Version | Other Versions |
|---|---|---|---|---|---|---|---|
| Dialog | Stable | In progress |
Dojo Container |
Yes | Overlay | dijit | dojox:experimental |
| Tooltip | Stable | In progress |
Dojo Control |
Yes | Overlay | dijit |
dojox.mobile:stable dojox/charting |
| ValidationTextBox | Stable |
Dojo Control |
Yes | dijit | |||
| NumberTextBox | Stable |
Dojo Control |
Yes | dijit | |||
| DateTextBox | Stable |
Dojo Control |
dijit | dojox/form:experimental | |||
| TimeTextBox | Stable |
Dojo Control |
Yes | dijit | |||
| CurrencyTextBox | Stable |
Dojo Control |
Yes | dijit | |||
| NumberSpinner | Stable |
Dojo Control |
Yes | dijit | |||
| TimeSpinner | Experimental |
Dojo Control |
dojox/form | ||||
| HorizontalSlider | Stable |
Dojo Control |
Yes | dijit | |||
| VerticalSlider | Stable |
Dojo Control |
Yes | dijit | |||
| AnalogGauge |
Experimental -moved |
Dojo Control |
need to move | dojox/widget | dojox/gauges:experimental | ||
| BarGauge |
Experimental -moved |
Dojo Control |
need to move | dojox/widget | dojox/gauges:experimental | ||
| ContextMenu | Stable |
Dojo Control |
Yes | dijit | |||
| PopupMenuBarItem | Stable |
Dojo Control |
Yes | dijit | |||
| MenuItem | Stable |
Dojo Control |
Yes | dijit | |||
| CheckedMenuItem | Stable |
Dojo Control |
Yes | dijit | |||
| MenuSeparator | Stable |
Dojo Control |
Yes | dijit | |||
| PopupMenuItem | Stable |
Dojo Control |
Yes | dijit | |||
| Editor | Stable |
Dojo Control |
Yes | dijit | |||
| InlineEditBox | Stable |
Dojo Control |
Yes | dijit | |||
| ProgressBar | Stable |
Dojo Control |
Yes | dijit | |||
| Form | Stable |
Dojo Container |
Yes | dijit | |||
| EnhancedCalendar | Experimental |
Dojo Control |
dojox/widget | ||||
| Chart2D | Deprecated |
Dojo Control |
dojox/charting/ widget |
dojox/charting/widget/Chart.js:stable dojox/charting/Chart.js:beta |
|||
| MultiComboBox | Experimental |
Dojo Control |
dojox/form | ||||
| CheckedMultiSelect | Experimental |
Dojo Control |
dojox/form | ||||
| FileInput | Experimental |
Dojo Control |
dojox/form | ||||
| FileInputAuto | Experimental |
Dojo Control |
dojox/form | ||||
| FileInputBuild | Experimental |
Dojo Control |
dojox/form | ||||
| Rating | Experimental |
Dojo Control |
dojox/form | ||||
| SortList | Experimental |
Dojo Control |
dojox/widget | ||||
| GridContainer | Experimental |
Dojo Container |
dojox/layout | ||||
| StackContainer | Stable |
Dojo Container |
Yes | dijit | |||
| FloatingPane | Sub-experimental |
Dojo Container |
dojox/layout | ||||
| ScrollPane | Experimental |
Dojo Container |
dojox/layout | ||||
| RadioGroup | Experimental |
Dojo Control |
dojox/layout | ||||
| ColorPicker | Beta |
Dojo Control |
dojox/widget | ||||
| ColorPalette | Stable |
Dojo Control |
Yes | dijit | |||
| ItemFileReadStore | Stable |
Dojo Control |
dojo/data | ||||
| ItemFileWriteStore | Stable |
Dojo Control |
dojo/data | ||||
| hr | HTML | ||||||
| HTML Sticky Note | HTML | ||||||
| Option | HTML | ||||||
| ForestStoreModel | Stable |
Dojo Control |
Yes | hidden:true | dijit | ||
| Widget Name | Dojo Status | Maqetta Status | Section | Supports Claro | Extra Info | Current Version | Other Versions |
|---|---|---|---|---|---|---|---|
| HorizontalRule | Stable | Yes | dijit | ||||
| HorizontalRuleLabels | Stable | Yes | dijit | ||||
| VerticalRule | Stable | Yes | dijit | ||||
| VerticalRuleLabels | Stable | Yes | dijit | ||||
| [#MappedTextBox] | Stable |
Dojo Control |
Yes |
subclass of ValidationTextBox |
dijit | ||
| [#RangeBoundTextBox] | Stable |
Dojo Control |
Yes |
subclass of MappedTextBox |
dijit | ||
| [#SplitContainer] | Stable |
Dojo Control |
Yes | dijit | |||
| ToolBarSeparator | Stable |
Dojo Control |
Yes | dijit | |||
| [#FeedViewer] | Experimental |
dojox/atom/ widget |
|||||
| [#FeedEntryViewer] | Experimental |
dojox/atom/ widget |
|||||
| [#FeedEntryEditor] | Experimental |
dojox/atom/ widget |
|||||
| [#FLAudio] | Experimental |
Dojo Control |
In Very early state |
dojox/av/ | |||
| [#FLVideo] | Experimental |
Dojo Control |
In Very early state |
dojox/av/ | |||
These descriptions are taken from http://dojotoolkit.org/api/1.6/
The visible display may be locale-dependent and interactive. The value sent to the server is stored in a hidden input field which uses the name attribute declared by the original widget. That value sent to the server is defined by the dijit.form.MappedTextBox.serialize method and is typically locale-neutral.
Base class for textbox form widgets which defines a range of valid values.
A Container widget with sizing handles in-between each child. Contains multiple children widgets, all of which are displayed side by side (either horizontally or vertically); there's a bar between each of the children, and you can adjust the relative size of each child by dragging the bars. You must specify a size (width and height) for the SplitContainer.
An ATOM feed viewer that allows for viewing a feed, deleting entries, and editing entries.
An ATOM feed entry editor for publishing updated ATOM entries, or viewing non-editable entries.
An ATOM feed entry editor that allows viewing of the individual attributes of an entry.
This class is brand new, so there is a lot of functionality not yet available. The initial purpose is for playing "event" sounds like button clicks, and for loading and controlling multiple sounds at once. As of yet, streaming is not supported and polling the sounds for events during playback may still be missing information. Markup is not supported, as it may not be needed.
Inserts a Flash FLV video into the HTML page and provides methods and events for controlling the video. Also plays the H264/M4V codec with a little trickery: change the '.M4V' extension to '.flv'.