Tagged Questions
0
votes
2answers
84 views
TinyMCE in django-cms
I'm trying to make django-cms use TinyMCE as the text editor instead of the default Wymedit. It should be an easy job according to the docs, but I just end up with an empty div instead of the editor ...
1
vote
1answer
91 views
ModelForm doesn't render TinyMCE (ReferenceError: tinyMCE is not defined)
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 ...
5
votes
2answers
57 views
Feincms MediaFile in RichTextContent
Is there a standard solution to insert a feincms MediaFile into a RichTextContent form element (ckeditor or tinyMCE) ? I haven't been able to find any in the documentation... Now users need to copy ...
1
vote
0answers
31 views
Django charset and encoding
I am trying to store and view greek characters from/to a Mysql db.
I want to use utf8 encoding i alter my db with the following command:
ALTER DATABASE el CHARACTER SET utf8 COLLATE utf8_general_ci
...
1
vote
1answer
159 views
Django+django-filebrowser+TinyMCE
I added TinyMCE (directly, not django-tinymce) and django-filebrowser to django admin. It works, except one thing:
Then I click File Browse button on Tiny "add picture" menu, I get Page not found ...
1
vote
1answer
184 views
d3js returning “[object%20Object]” and “Uncaught TypeError: Cannot read property: nodes of undefined”
I am new to Javascript and Django. I have to animate a svg file with D3js, so to practice and understand how it works I decided to add the miserables widget to my local Django website. I have a simple ...
1
vote
0answers
71 views
django-tinymce: javascript error on console, tinymce widget not rendered
i'm using django-tinymce in a django project. After following the setup as suggested from docs, i've experienced some problems while deploying it. In fact, with the same settings, with development ...
2
votes
3answers
63 views
Django Form not posting due to TinyMCE removing name
I'm trying to post my textarea. Without the TinyMCE RichText, the form posts. However, when adding the RichText it seems the iframe removes the name from the textarea called 'description'.
I'm aware ...
1
vote
2answers
138 views
django-tinymce HTMLField - paste as plain text in admin
I've got django-tinymce installed and various models in my app with an HTMLField.
I'm trying to produce some sort of 'paste as plain text' functionality in the django admin. I want formatting from MS ...
1
vote
1answer
55 views
TinyMCE on Django Form
I am trying to apply the TinyMCE rich text to only one form generated with Django. Upon doing so however it inserts another textarea within the form. What am I doing wrong?
Edited code
...
1
vote
2answers
151 views
Django-tinymce in Django Admin - “can't find variable: tinyMCE”
I'm trying to use django-tinymce to edit fields in django admin.
I've the app installed in my virtualenv (django-tinymce==1.5.1b4). It's listed in my installed apps -
INSTALLED_APPS = (
#...
...
0
votes
1answer
165 views
Django-tinymce-filebrowser Browse button not working
Hi Iam Using jquery TinyMce Editor in Django.
For Image upload, I tried Django-tinymce-filebrowser from https://github.com/aisayko/Django-tinymce-filebrowser in my project.
tinyMCE.init({
...
5
votes
2answers
267 views
Django with jquery-tinymce image upload plugin
I have installed jbimages from http://justboil.me/ into jquery-tinymce folder of my django project for getting local images from computer.
When I upload image, it is throwing the error as "This is ...
0
votes
0answers
92 views
Tinymce image upload from computer
I am using jQuery tinymce along with django.
Now I can give picture using url. Its working fine. But I want to upload picture from my computer.
I didnt try any codings.
I want suitable coding and ...
0
votes
1answer
21 views
How to highlight code on a webpage when you’re using Markdown
I want to use highlighted.js also I have grappelli and tinymce. I want to add highlighted.js but I have markdown editor.
How can I add highlighted.js while I am using markdown editor?
2
votes
1answer
136 views
Django and tinymcs: getting list of image files using external_image_list_url
I am trying to get external_image_list_url to work with tinymcs and Django. My understanding is that the user will be able to see a list of his or her images when clicking on the image icon (the one ...
1
vote
0answers
56 views
how to over ride some of tinymce's methods - specially render
i wanna override TinyMCE's render method
i want to use a button beside TinyMCE for some reason,
i'v written some lines, but it does no effect:
this is my class:
class UpdateTinyMCE(TinyMCE):
...
0
votes
1answer
217 views
Django-TinyMCE: How to configure it properly?
I'm fiddling around with django-tinyMCE (https://github.com/aljosa/django-tinymce) and noticed that some of the configurations are not getting applied. Here is the code from my settings.py
...
1
vote
0answers
235 views
Django, django-tinymce, jQuery, and HTML5 Boilerplate
I'm using django-tinymce and HTML5 Boilerplate (H5BP) with my Django application. Per the wise suggestion of H5BP, I have placed my jQuery loads at the bottom of my body. I attach a TinyMCE editor ...
1
vote
1answer
140 views
TinyMCE plugin custom tags in Django
I am building a custom image insert plugin for TinyMCE. The idea is that each article already has a relationship with a collection of images through an ArticleImage model which allows the user to ...
1
vote
1answer
203 views
tinyMCE does not addControl of a specific textarea
I am trying to add a textarea and dynamically active it with
tinyMCE.execCommand('mceAddControl', false,'id')
I have tried it with other textareas and it works great, but is not working with this ...
0
votes
1answer
45 views
Another issue with tiny_mce and django
I am a noob, and this isn't a problem actually. My tiny_mce works great on django development server, but doesn't work on production server. I think it has something to do with url configuration, ...
1
vote
2answers
125 views
Django gets tinymce by two different paths
When I go to main site page, requests for tinymce are:
"GET /media/js/tiny_mce/textareas.js HTTP/1.1" 200 2007
"GET /media/js/tiny_mce/tiny_mce.js HTTP/1.1" 200 207773
because I use MEDIA_URL for ...
1
vote
2answers
388 views
Error: No module named tinymce
I followed the installation guide for django-tinymce and Using TinyMCE in Django,
installed django-filebrowser, django-grapelli and django-tinymce with pip in virtual environment.
Fragments of
...
1
vote
2answers
180 views
Prevent the creation of certain tags in TinyMCE on the server and user side
I'm using TinyMCE plug in to create a text editor. The thing is, I want my users to control the positioning, weight, and list/no list of their document, but not font, font-color, or font-size. I'm ...
1
vote
2answers
230 views
Django insert image into content
I'm looking for a way to insert images into a TextField content in Django that works in the Admin side as well as at the user end(non-Admin). I am looking for a simple 'browse' function to insert ...
1
vote
0answers
171 views
iBrowser - downloading ibrowser.php instead of popping up the window
At first I need to say, that I'm very new to all those a-little-bit-upper programming and web-things.
Ok, I recived a task from my boss to put some easy image-tool in TinyMCE (used in Django) on one ...
1
vote
2answers
371 views
django tinymce javascript not loading on non-admin pages
Im trying to implement TinyMCE on Django, i have successfully implement it on admin page using settings like this :
admin.py:
class TinyMCEAdmin(admin.ModelAdmin):
class Media:
js = ...
0
votes
1answer
287 views
django remove line break from textarea python
i have a text area tha is tinymce application that devolve the text introduce in html.
so if i introduce this:
I, this is an example.
that i recive,<p> I, this is an example.</p>
in my ...
-1
votes
2answers
223 views
TinyMCE replacing < with < [closed]
I'm running Django with placeholder tags:
I'm trying to add a flash video into my TinyMCE edidtor but it keeps replacing the '<' with < in the code causing it not work load and just show the ...
0
votes
0answers
74 views
2nd TinyMCE not clickable
I have 2 TinyMCE text boxes in my template in my Django site. However the first TinyMCE editor works fine but the second one doesn't allow me to click inside. When you view the HTML you can see the ...
0
votes
1answer
194 views
make django-tinyMCE right to left
I have a textarea :
<textarea id="id_description" >...</textarea>
when I use tinymce,instead of this textarea I have a span (id=id_description_parent) ,a table (id=id_description_tbl) ...
0
votes
0answers
99 views
html parsing in django
I have a form which a visitor to my site can submit an article. The body of the article gets stored in a textfield and on another page is displayed. If the author wants to embed a video or use html ...
-3
votes
1answer
98 views
Arabic font in django-tinymce
I need to add an arabic font in django tinymce plug-in.is it possible?
2
votes
2answers
293 views
how to use tinyMCE as a automatic spell checker in django?
Is there any option for automatic spell checker( while typing) in tinymce?.
1
vote
1answer
404 views
image upload plugin to work with django admin and tiny MCE
I'm looking for a way to upload images to a django filefield through a tiny mce plugin.
I've tried using IBrowser using these instructions and figured I could then just write a python script in ...
1
vote
1answer
149 views
TinyMCE: Formatting my tinymce editor kills django functionality
I have embedded a tinymce form into a django app. I followed some online tutorials and it worked fine in its basic default setting. The only problem was that the tinymce form didn't look the way I ...
1
vote
1answer
486 views
TinyMCE editor Image Manager/Upload in Django
I am using TinyMCE editor, and it is great. But I having problems with including images. I have been hunting for free image hosting, but that doesn't seem easy to come by. So I finally decided I will ...
1
vote
2answers
286 views
How to set HTMLField's widget's height in Admin?
I have a HTMLField in a model as it's the laziest way to utilize tinymce widget in Admin. But the problem is that the textarea field doesn't have "rows" property set. So the textarea doesn't have ...
1
vote
2answers
344 views
How to access the hidden input field which TinyMCE uses for text editor
I am creating an application where I am using the TinyMCE editor to provide the text editing options in the text area. I want to provide a save feature where I want to save the textarea content using ...
1
vote
3answers
178 views
How to use tinymce in django for non admin pages
I have been reading this installation guide to install tinymce with django. Firstly it has not worked and secondly it seems to be linked only with the admin account. Moreover other blogs about tinymce ...
0
votes
1answer
170 views
How to allow non staff upload pictures with Django-TinyMCE and FileBrowser?
I'm using
* Django 1.3
* Django-TinyMCE 1.5 trunk
* Filebrowser 3.4
Now if I login with an account which is_staff, I could upload pictures via TinyMCE's insert image button. While if it is not ...
2
votes
1answer
276 views
TinyMCE popups not loading when using S3 and setting document.domain
My main domain is 'btaylorweb.com'. I have a subdomain 'static.btaylorweb.com' that uses a CNAME to point to my CloudFront URL.
TinyMCE is loading just fine from S3, however, my popups are blank. ...
1
vote
1answer
536 views
Grappelli Tinymce missing theme
I an setting up tinymce, filebrowser, zinnia, and Grappelli for the first time. I think I have everything setup properly, but it seems that I am missing some files and I am not sure where I can find ...
2
votes
1answer
754 views
Integrating S3 upload/browsing with django-tinymce
I've been searching for resources on how to integrate Amazon S3 with TinyMCE. The best link I've come up with so far is: ...
1
vote
1answer
377 views
Django TinyMCE issues
All the textareas are inline, StackedInline
All textareas works fine in this model change_view. BUT, when I add a new row the last row is not editiable in the textarea.
If I remove the ...
1
vote
0answers
342 views
django-grappelli / TinyMCE can't embed video?
I installed
django-filebrowser==3.3.0 and
django-grappelli==2.3.4 onto a simple demo project on
django==1.3.1 that only has Flatpages.
I've uploaded a a sample .avi into the filebrowser. Added ...
1
vote
1answer
348 views
using tinymce wih django admin panel
I am trying to integrate tinymce with django using these steps, however I can't. All I see in my admin panel is a simple TextField.
It seems there is something wrong with my settings.py file because ...
1
vote
1answer
499 views
Django Admin :: Adding WYSIWYG editors for multiple text area
I tried to use both tinyMCE and dojo's editor in Django's admin without success. The second textarea in a page (of inline items) freaks out and can't receive focus.
I've used tutorials from django's ...
2
votes
1answer
155 views
Django-Admin: RTF Editor in Django Admin application
How do Embed an RTF editor (like : 20 Excellent RTF Editors) in Django admin page for all TextFields ?


