tinymce Questions
13
Solved
I've successfully changed the default font inside the editor using the documentation here but that leaves me with a problem. The original default font no longer works in the font drop down list.
O...
Pinery asked 29/7, 2013 at 12:31
3
i am trying to create a simple self-hosted TinyMCE with react. Currently my project is just show a simple textarea there is no toolbar or any style. I think a good way to integrate tinymce is by us...
Garrulous asked 21/11, 2020 at 14:2
6
Solved
I'm having a bit of an issue with TinyMCE.
After saving the contents of the editor and redisplaying it all the HTML tags are visible.
This is how I'm initializing the editor:
tinyMCE.init({
se...
Filigreed asked 29/7, 2012 at 3:12
7
Solved
I'm using jQuery with TinyMCE. I am trying to get the border colors to change when the TinyMCE editor is in focus, and then on a blur, change back.
In the ui.css, I've added/changed these:
.defau...
Oriental asked 17/12, 2010 at 1:16
4
Solved
i am trying to get tinymce data but getting tinyMCE undefined error. Here is my code:
function savePost( ){
console.log( jQuery('#wp_tinymce_editor').tinyMCE().getContent() );
}
please check...
14
Solved
I need to disable or make readonly a tinymce textarea at runtime.
Eirene asked 14/12, 2012 at 15:42
4
I tried to install tinyMCE with angular 6. I am following the docs on https://www.tiny.cloud/docs/integrations/angular2/.
Everything OK but I must to have an apiKey to use the tinyMCE cloud.
I ...
7
Solved
I have a problem with tinyMCE but only on live environment from some reason tinyMCE rewrite absolute url and only for some TLD sites, so far I'm notice that it doesn't work for .eu domains, does so...
Blend asked 22/3, 2010 at 13:17
6
Solved
The title says it all. How do I get TinyMCE to show character count instead of word count?
Cenobite asked 27/12, 2015 at 15:39
2
I use the tinymce 'link to existing content' button a lot for linking to posts but would like to know if it's possible to have categories show up in the list as well?
We need to link to categories...
4
Solved
I am trying to implement tinymce editor in my react app. But its call js from tinymce cloud. I want it to work locally. I went through the documentation of tinymce for local hosted js but couldn't ...
8
Solved
I'm trying to add a Font-Awsome icon to a button I added to tinyMCE thus:
ed.addButton('youtube', {
title: 'Add Video' ,
icon: 'icon-youtube',
onclick: function () {
//do stuff here...
}
u...
Babu asked 7/8, 2014 at 20:40
4
Solved
I'm not sure I understand it correctly, but I believe that there is a "basic" version that is free of charge, you only have to pay if you want some premium plugins and technical support.
Is this h...
5
I'm using TinyMCE-React and when I type my text in the TinyMCE Editor with an initial value, the cursor constantly returns at the start of the text...
import { Editor } from "@tinymce/tinymce...
Buffo asked 29/7, 2021 at 9:49
4
Solved
I want to add a markdown editor for users to post their answers into my page. I've found TinyMCE but there is a problem with it: I don't know how to implement markdown editor with TinyMCE.
Is ther...
4
I'm playing around with MCE, I was wondering if there was the possibility of letting the user enter source code into a post, much like the 101010 button in this form.
Woodworker asked 3/1, 2009 at 12:40
10
Solved
I want to hide the button toolbar in tinymce.
How to do that?
Crook asked 13/4, 2010 at 8:55
6
Solved
Im using tinymce and saving it to a database.
When I edit the saved content using tinymce and save again, it inserts a p tag at the beginning.
Editing the content over and over again leaves a lar...
Vouge asked 12/12, 2012 at 14:35
5
Solved
Simple as that, i want to detect when an image has been clicked inside a tinymce editor textarea.
is this really not achievable without creating a plugin for it? i cant use this method because im ...
Leckie asked 25/5, 2011 at 18:2
8
Having a TinyMCE-Editor, it gives me as output proper html tags like h1, h2, b, ul, ol, li.
Like this:
However, when I want to render exactly the output of TinyMCE in my own frontend, which is con...
Chickweed asked 12/2, 2021 at 23:11
3
Solved
I wonder if there are any possibility to reset css in middle of page? I have main style, but in one area I would like to use style from tinyMCE generated source.
So in tinyMCE source are elements ...
3
Solved
I have a problem with the integration of TinyMCE in a Vue project. The Official TinyMCE Vue.js component (tinymce-vue) works but is only a gateway to request the sources via CDN.
I want to have a s...
3
This is a part of my TinyMCE config:
{
...
plugins: 'code paste',
paste_data_images: true,
...
}
When I add pics via simple drag and drop in TinyMCE, the local images will appear as Blob encoded i...
Semester asked 22/3, 2017 at 9:23
8
Solved
I initiate the tinyMCE like this in multiple tabs of JQuery:Tab. But I find to init tinyMCE multiple times yields readonly text areas. Thus I wish to check if tinyMCE is already initated. Is there ...
Sandman asked 9/6, 2011 at 2:10
3
I have to use the HTML 5 data attribute in Tiny MCE, but the editor always clear them, as it's not an attribute known by the default valid_elements configuration.
So I have 2 problems here:
the ...
Carmina asked 12/10, 2011 at 18:42
1 Next >
© 2022 - 2024 — McMap. All rights reserved.