Dojo Toolkit - Declaration test
Simple macro:
(Check to make sure that links contain employee number)
Using dojoAttachEvent, dojoAttachPoint
XXXXXX
XXXXXX
Extending another widget
HideButton2 extends HideButton (above) and changes the template (but keeps the onclick handler).
YYYYYY
YYYYYY
Using dojo/method:
thinger blah stuff blah
25%

baz thud (created via custom postCreate)
thinger blah stuff thinger
37%

baz thud (created via custom postCreate)
Using dojo/connect:
thinger blah stuff blah
25%

baz thud (modified by dojo/connect event=startup)
thinger blah stuff thinger
37%

baz thud (modified by dojo/connect event=startup)
2 tests to run in 1 groups
------------------------------------------------------------
GROUP "dijit.Declaration_1.x" has 2 tests to run
PASSED test: parse 23 ms
PASSED test: basicTests 0 ms
Total time for GROUP " dijit.Declaration_1.x " is 23ms
Total time for GROUP " dijit.Declaration_1.x " is 23ms
WOOHOO!!
------------------------------------------------------------
| TEST SUMMARY:
------------------------------------------------------------
2 tests in 1 groups
0 errors
0 failures
Click on an object in the Log display
Hover over HTML elements in the main page. Click to hold selection.