how to view source code generated by dojo

Main menu:

Topics

Recent Posts

Blog

 

May 2012
M T W T F S S
« Apr    
 123456
78910111213
14151617181920
21222324252627
28293031  

Past Posts

Java/J2EE

JDBC

Other

Archive for the tag "javascript"

how to view source code generated by dojo

October 3rd, 2008 by Jeanne Boyarsky

Dojo abstracts alot from you when creating widgets.  So how do you see the real source?  The source is important when testing certain types of requirements.  Accessibility is one of those requirements. Normal code As an example, I wrote a simple line of code to display a Dojo widget for currency. When I do a [...]