sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Irul24 d994ad09ee First Commit 2 years ago
..
manager First Commit 2 years ago
nls First Commit 2 years ago
resources First Commit 2 years ago
tests First Commit 2 years ago
uploader First Commit 2 years ago
BusyButton.js First Commit 2 years ago
BusyComboButton.js First Commit 2 years ago
BusyDropDownButton.js First Commit 2 years ago
CheckedMultiSelect.js First Commit 2 years ago
DateTextBox.js First Commit 2 years ago
DayTextBox.js First Commit 2 years ago
DropDownSelect.js First Commit 2 years ago
DropDownStack.js First Commit 2 years ago
FileInput.js First Commit 2 years ago
FileInputAuto.js First Commit 2 years ago
FileInputBlind.js First Commit 2 years ago
FilePickerTextBox.js First Commit 2 years ago
FileUploader.js First Commit 2 years ago
HorizontalRangeSlider.js First Commit 2 years ago
ListInput.js First Commit 2 years ago
Manager.js First Commit 2 years ago
MonthTextBox.js First Commit 2 years ago
MultiComboBox.js First Commit 2 years ago
PasswordValidator.js First Commit 2 years ago
README First Commit 2 years ago
RadioStack.js First Commit 2 years ago
RangeSlider.js First Commit 2 years ago
Rating.js First Commit 2 years ago
TimeSpinner.js First Commit 2 years ago
TriStateCheckBox.js First Commit 2 years ago
Uploader.js First Commit 2 years ago
VerticalRangeSlider.js First Commit 2 years ago
YearTextBox.js First Commit 2 years ago
_BusyButtonMixin.js First Commit 2 years ago
_FormSelectWidget.js First Commit 2 years ago
_HasDropDown.js First Commit 2 years ago
_RangeSliderMixin.js First Commit 2 years ago
_SelectStackMixin.js First Commit 2 years ago

README

-------------------------------------------------------------------------------
dojox.form Collection
-------------------------------------------------------------------------------
Version 1.0
Release date: 02/26/2008
-------------------------------------------------------------------------------
Project state:
experimental
-------------------------------------------------------------------------------
Credits
Nathan Toone (toonetown)
Peter Higgins (dante)
Wolfram Kriesing (wolfram)
Mike Wilcox (mwilcox)
-------------------------------------------------------------------------------
Project description

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

Depends on dojo core and dijit

dojo/form/Uploader depends on dojox.embed, and uses Flash SWFs created
in the deft project using Flex OSS 3.
-------------------------------------------------------------------------------
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 - deprecated

* Uploader - Allows for Multi-file uploads using HTML5, Flash or an IFrame
version 1.9 had changes that may break back-compat.

* ListInput - A text-box widget that allows inputting multiple items (similar
to the "to" field on many email clients)

* 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