how to view source code generated by dojo

Site menu:

Topics

Recent Posts

Blog

 

October 2008
M T W T F S S
« Sep   Nov »
 12345
6789101112
13141516171819
20212223242526
2728293031  

Past Posts

Links:

Archive for October 3rd, 2008

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. <input type=”text” id=”amount” name=”amt” [...]