django-tinymce Questions

9

I have used tinyMCE for my project. but now I am getting a below error This domain is not registered with TinyMCE Cloud. Start a free trial to discover our premium cloud services and pro support ...
Slaughterhouse asked 26/4, 2018 at 8:38

3

I am using django Grappelli skin for my project. I have a ModelAdmin with tabular inline function. I use extra = 0 to prevent auto insert blank row, when the page is loaded. It works fine. Now, ...
Magisterial asked 21/4, 2011 at 0:28

2

Solved

I have a Django website in which I use django-tinymce to edit HTML fields with a TinyMCE control. TinyMCE practically gives me a WYSIWYG way to edit HTML. My question is, can I get access to edit ...
Pewee asked 20/2, 2010 at 12:31

3

Solved

After trying various ways to have TinyMCE as editor for my HTML content in Django administration I finally get it to work with this tutorial - https://github.com/ITCase-django/django-tinymce-4. Ho...
Dongola asked 11/5, 2017 at 11:45

2

Solved

I set up django-tinymce to work with admin just like the docs described in settings INSTALLED_APPS = [ ..., 'tinymce',] in models I added from tinymce.models import HTMLField content = HTML...
Carillonneur asked 21/12, 2016 at 23:50

1

Solved

I have started using tinymce in my django project. I need to enable some plugins which come bundled with django-tinymce (for example, template). So, within my settings.py, I have added the followin...
Synapsis asked 4/4, 2014 at 13:49

1

TL;DR - Tinymce's formatting toolbar doesn't show. One line of django-generated html seems suspect, but I'm not sure why it is where it is. This is python 3.4 and django 1.8. I've done this: sett...
Formyl asked 19/4, 2015 at 7:5

1

Solved

I'm having issues getting the modern theme to work with django-tinymce. Both the simple and the advanced themes render correctly, but when I switch to the modern theme nothing renders and I get a 4...
Sirois asked 7/8, 2014 at 17:37

4

So I'm trying to get filebrowser working with tinymce in django. Evrything goes fine with tinymce, nice fancy text editor. When I try to open the file browser i get ImproperlyConfigured at /admin/f...
Petrina asked 8/9, 2011 at 5:0

1

Solved

I have got django-tinymce working for the admin page. Now outside the admin page, when using a modelform I was expecting the TinyMCE editor to be loaded and shown to the user, this however didn't h...
Outward asked 21/4, 2013 at 11:53

1

And it won't save. I use the media plugin to insert a video from youtube. The movie shows up in preview. I press insert. This is what ed.execCommand('mceInsertContent', false, h); outputs in medi...
1

© 2022 - 2024 — McMap. All rights reserved.