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
..
accordion First Commit 2 years ago
badge First Commit 2 years ago
bidi First Commit 2 years ago
button First Commit 2 years ago
carousel First Commit 2 years ago
checkbox First Commit 2 years ago
combobox First Commit 2 years ago
contentpane First Commit 2 years ago
data First Commit 2 years ago
edgetoedgecategory First Commit 2 years ago
edgetoedgedatalist First Commit 2 years ago
edgetoedgelist First Commit 2 years ago
edgetoedgestorelist First Commit 2 years ago
expandingtextarea First Commit 2 years ago
filteredlistmixin First Commit 2 years ago
fixedbars First Commit 2 years ago
fixedsplitter First Commit 2 years ago
heading First Commit 2 years ago
iconcontainer First Commit 2 years ago
iconmenu First Commit 2 years ago
listitem First Commit 2 years ago
longlistmixin First Commit 2 years ago
opener First Commit 2 years ago
pageindicator First Commit 2 years ago
progressindicator First Commit 2 years ago
radiobutton First Commit 2 years ago
roundrect First Commit 2 years ago
roundrectdatalist First Commit 2 years ago
roundrectlist First Commit 2 years ago
roundrectstorelist First Commit 2 years ago
scrollablepane First Commit 2 years ago
slider First Commit 2 years ago
spinwheel First Commit 2 years ago
spinwheeldatepicker First Commit 2 years ago
storemixin First Commit 2 years ago
swapview First Commit 2 years ago
switch First Commit 2 years ago
tabbar First Commit 2 years ago
templating First Commit 2 years ago
textarea First Commit 2 years ago
textbox First Commit 2 years ago
toolbarbutton First Commit 2 years ago
transition First Commit 2 years ago
valuepickerdatepicker First Commit 2 years ago
valuepickertimepicker First Commit 2 years ago
view First Commit 2 years ago
CustomListItem.js First Commit 2 years ago
DataListTests.js First Commit 2 years ago
HTML5-attribute-compliance.html First Commit 2 years ago
HeadingFixedBarsTests.html First Commit 2 years ago
IconContainerBadgeTests.html First Commit 2 years ago
ItemBase_subclasses_Programmatic.html First Commit 2 years ago
ListTests.js First Commit 2 years ago
MblCSS3TransitionTests.html First Commit 2 years ago
MyDataHandler.js First Commit 2 years ago
MyDataSource.js First Commit 2 years ago
MyFileTypeMap.js First Commit 2 years ago
README First Commit 2 years ago
RoundRectDataList.js First Commit 2 years ago
TestHelper.js First Commit 2 years ago
TestURLProp.html First Commit 2 years ago
TestURLProp2.html First Commit 2 years ago
TestUtil.js First Commit 2 years ago
ToggleButtonTests.html First Commit 2 years ago
index.html First Commit 2 years ago
module.js First Commit 2 years ago
runTests.html First Commit 2 years ago
runTestsMobile.html First Commit 2 years ago
topHeading_defect.html First Commit 2 years ago

README

DOH tests for Dojo Mobile.

All tests are dispatched into sub module. each module has the name of the dojox.mobile class it tests, except for:
* transition, that globally test the transitions;
* templating, that test the templates support for widgets and views.

To run all tests, launch dojox/mobile/tests/doh/runTests.html in the target browser.
To launch the tests for one module, launch dojox/mobile/tests/doh/module_name/runTests.html
in the target browser.

Notes:
1. Before running the tests, you need to ensure the browser zoom is at 1:1. This
impacts some of the tests which perform dimensional checks.
2. When running in IE, the following tests: ButtonsTests.html, ExpandingTextAreaTests.html, and
TextAreaTests.html, the dimensional checks are calibrated for execution in IE9,
and the checks are skipped in older IE versions.