When I use the editor in a page that I load through AJAX, I get an js error Error: CuteEditorInitialize is not defined.
If I go to the page directly the editor loads up fine, but when I load the page in a div with an AJAX object the error comes up. I can imagine dat this is because the ajax loaded content cannot see the external js files from the page it's loaded into. Offcourse there has to be a sollution to this problem?
Help would be nice :D