- 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_shared.html
r6401 r7394 5 5 <title>Dojo Editor2 shared Toolbar and ContextMenu 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 … … 13 16 dojo.require("dojo.widget.Editor2Plugin.ContextMenu"); 14 17 dojo.require("dojo.widget.Editor2Plugin.SimpleSignalCommands"); 15 dojo.widget.Editor2Plugin.ContextMenuManager.registerGroupSet('menugroup1',['Generic']) 18 dojo.addOnLoad(function(){ 19 dojo.widget.Editor2Plugin.ContextMenuManager.registerGroupSet('menugroup1',['Generic']); 20 }); 16 21 </script> 17 22 </head>