Hi,

I tried to hack it via the admin base.html by including
the following code in the <head> of the admin/base.html.

<script language="_javascript_" type="text/_javascript_" src=""


<script language="_javascript_" type="text/_javascript_">
tinyMCE.init({
mode : "textareas"
});

It does not work. However it works when I try it on a simple HTMl file. Any tips on how to hack it through admin interface.

Ramdas

On 10/8/06, Ramdas S <[EMAIL PROTECTED]> wrote:
Hi,


I am able to see the file when I try http://localhost:8000/media/js


/textareas.js 


However the Ajax effect is missing! Its all the same inside interface! I use the latest Mozilla FireFox and Ubuntu 6.2 Dapper. TinyMCE version is 2.0.6.1 .

Do you suggest the same if I am trying it with another editor say Dojo

Ramdas

On 10/8/06, MerMer < [EMAIL PROTECTED]> wrote:

I'm using a default local installation on a Windows XP machine, running
Firefox 1.5

When I try the following URL
http://localhost:8000/media/js/textareas.js   I get a message saying
that the file cannot be found on the following (notice the slashes)

C:\Python24\lib\site-packages\django_src\django/contrib/admin/media\js/testarea.js

However, when I go to localhost:8000/admin and then look in the source
of the generated web pages it seems clear to that the files are in
correct directory.

It's probably something stupid,  I am doing here ?. I'm very new to
Django and still trying to find my way around.

MerMer







> Ok you've surely checked, but i have to ask anyway. :)
> Are the files really readable, e.g. does
> http://www.yoursite.com/media/js/textareas.js show up in your browser?
>
> Oh and which browser do you use? Konqueror (and probably Safari too) don't
> work with tinyMCE.
>





--~--~---------~--~----~------------~-------~--~----~
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