Advertisement
Guest User

Untitled

a guest
Sep 12th, 2012
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <div>
  2. <script>
  3. tinymce.activeEditor.execCommand('mceInsertContent', false, "Test");
  4. Uncaught TypeError: Cannot call method 'execCommand' of null
  5. </script>
  6. <script>
  7. tinymce.activeEditor.execCommand('mceInsertContent', false, "Test");
  8. Uncaught TypeError: Cannot call method 'execCommand' of null
  9. </script>
  10. <script>
  11. tinymce.activeEditor.execCommand('mceInsertContent', false, "Test");
  12. Uncaught TypeError: Cannot call method 'execCommand' of null
  13. </script>
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement