Questions tagged [tinymce-plugins]
247 questions
0
votes
1 answer
How can we check whether the TinyMCE editor is initialised on our webpage using Javascript?
I need to integrate a plugin to TinyMCE editor. For that purpose, I need to check whether TinyMCE editor is present in any of the pages. If we able to check it using Javascript, it will be good. Only if I succeed in this step, I can go forward.…

Nithinkumar CN
- 287
- 1
- 5
- 18
0
votes
1 answer
Tinymce Plugin Rendering Source Code With Form Results
I am using Tinymce in a textarea form field to add 'Rich text Editing' to the field. (Form Method = POST).
I used this tutorial to install the files.
In the form itself.. the editor works great.
However....
ISSUE: When my form results are produced,…

Jamie Sexton
- 157
- 1
- 4
- 16
0
votes
2 answers
TinyMce send textarea ID to link_list
I've multiple textarea on my page, i'm trying to send a $lang variable to my link_list file to be able then to have links generated in the correct language,
How to get the current textarea ID value and send this value to my link_list file ?
I've…

Lucien
- 65
- 1
- 7
0
votes
1 answer
TinMCE returning templates (assigned to variable or from API)
I'm working with TinyMCE, and trying to dynamically load templates through an API. However, even with a basic return, no templates load (such as setting the template list to a variable). They do load from an external JSON file (hardcoded). My…

Hybride
- 322
- 4
- 17
0
votes
1 answer
What and all attributes can I pass for paste_retain_style_properties property in TinyMCE?
I can pass "all" as below.
paste_retain_style_properties:"all".
Need to know what and all can be passed to this separately.
Please see to the content copied v/s content pasted screenshots
Content Copied,
Content pasted in TinyMCE

Arun Kannath
- 73
- 1
- 1
- 10
0
votes
1 answer
tinyMCE list control with single style option / no dropdown
You can control the available styles for the bullet-list and number-list as outlined in the documentation:
tinymce.init({
...
plugins: "advlist",
advlist_bullet_styles: "square", // only include square bullets in list
advlist_number_styles:…

Purrell
- 12,461
- 16
- 58
- 70
0
votes
1 answer
Tinymce 3 Custom Embeded Video Code Not Working
I have started with tinyMCE 3. I was trying to copy paste below code into HTML Source Editor like
0
votes
1 answer
Paste text after removing all styles except Bold,Italic and Underline
I am copying text from any of the sources like MS word, Open office writer or from any website and paste it in the rich text editor. But after pasting it in the website, we want to remove all the styles except bold, Italic and underline. Below is…

Rahul Kumar
- 19
- 5
0
votes
1 answer
Tweak TinyMCE Window after opening
I have this annoying thing that although is not a blocker-blocker, is very annoying. Let me explain.
I have this code inside of a MCE plugin:
var theWindow = editor.windowManager.open({
html: '
0
votes
1 answer
How to add a declared function into tinymce.init
I'm trying to reuse some code for the different types of tinyMCE I have (simple, advanced, expert...).
For each type I have a tinymce.init({ }), and in each of them I use the paste plugin with a paste_preprocess function. As I'm using the same…

agapitocandemor
- 696
- 11
- 25
0
votes
1 answer
ModSecurity blocking Openmanager plugin on TinyMCE in a Codeigniter environment
I have a website hosted on Hostgator Cloud (running Linux Cent OS if that matters) and its built using Codeigniter.
I'm using the TinyMCE text-editor with Openmanager plugin for uploading images.
My installation directory structure looks something…

Gaurav Ojha
- 1,147
- 1
- 15
- 37
0
votes
1 answer
HTTP Error 405.0 while saving content in TinyMCE
I wonder why, while saving content in TinyMCE:s editor, I always get the error "HTTP Error 405.0 - Method Not Allowed
The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used." Here is my code:
HTML:
0
votes
1 answer
TinyMce add multi elements to activeEditor.dom
I am using TinyMce4 i have pluging that add div to my editor
My code:
tinymce.create('tinymce.plugins.AddContent', {
init: function (ed, url) {
ed.addCommand('mceAddContent', function () {
var editor = tinymce.activeEditor;
var…

Vladimir Potapov
- 2,347
- 7
- 44
- 71
0
votes
1 answer
TinyMCE - put plugins in a dropdown? (Custom Toolbar Menu Button)
I have 4 different plugins for handling images in TinyMCE 4, plus a lot of other plugins. I would like to make things a lot more tidy/ clean.
Is is a way to add existing plugins to a dropdown menu in TinyMCE 4?
I know of this method to create…

Preben
- 1,277
- 2
- 11
- 20
0
votes
3 answers
Config TinyMCE, TinyMCErte by a external config JSON-File
In MODX Revo, TinyMCErte I try to configure the PlugIn via the key tinymcerte.external_config. The config-File has to be valid JSON.
Here is my block, it is ignored.
I want TinyMCE not to convert special characters like german umlaute (öäü) and of…

AndyWizz
- 113
- 8