- Timestamp:
- 02/21/07 14:54:01 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4/tests/widget/Editor/test_Editor2_replace.html
r6484 r7394 5 5 <title>Dojo Editor2 Test</title> 6 6 <script type="text/javascript"> 7 var djConfig = { isDebug: true }; 7 djConfig = { 8 isDebug: true, 9 dojoRichTextFrameUrl: "../../../src/widget/templates/richtextframe.html" //for xdomain 10 }; 8 11 </script> 9 12