I am using the TinyMCE rich text editor on my site. Instead of hosting the TinyMCE files on my main site, I am using Amazon\'s S3 hosting to serve up the JS, image, and other files in the TinyMCE pack
So I\'m trying to get TinyMCE up and running on a simple view function, but the path to the tiny_mce.js file gets screwed up. The file is located at /Users/home/Django/tinyMCE/media/js/tiny_mce/tiny_m
So I have a TinyMCE form on my page and it is pre-filled with \"sections\" (divs with specific class names).
Trying to find where to disable individual keyboard shortcuts in the jQuery version of TinyMCE editor.Currently the list of allowable shortcuts is:
I have a text editor with TinyMCE. An ordered list appears after some space; I wa开发者_开发技巧nt to reduce or remove that space.
Scenario: I have a standard dropdown list and when the value in that dropdownlist changes I want to update another dropdownlist that exists in a tinyMCE control.
This is driving me nuts!@#!@# I can load the tinyMce plugin for jquery just fine....but it looks for its own images/themes relative to the CURRENT URL.
I have a TinyMCE field initialized as follows: ... extended_valid_elements: \"ul[type],li,a[name|href|target|title],img[class|src|border|alt|title|hspace|vspace|width|height|align|name|style],hr[clas
I am trying to detect when the user has left the tinyMCE editor window but I am unable to do so. Here is the code that i think should work (but isnt):
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.