On 10/7/06, MerMer <[EMAIL PROTECTED]> wrote:
>
> I can't get it to work either.  I've tried both setttings.  I followed
> Bill de hÓra  detailed screen shots about where to install TinyMCE.
>
> My admin code inside my model has:-
> js = ['tiny_mce/tiny_mce.js', 'js/textareas.js']
>
> Checking the source code from the returned HTML shows that the
> Javascript is being parsed correctly to where the files are stored.
>
> <script type="text/javascript" src="/media/tiny_mce/tiny_mce.js">
> </script>
> <script type="text/javascript" src="/media/js/textareas.js"> </script>
>
> However,  I'm not getting anything.  Anybody have any ideas where I
> might be going wrong?
>

Using Safari, by any chance? A few months ago, I was playing around
with MochiKit and the js=[...]. The returned HTML would have the
correct Javascript references in it, and the admin pages would work
fine with Firefox. But for whatever reason, the custom stuff I was
doing to the page wouldn't show up with Safari.

Jay P.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to