1
vote
1answer
33 views

how to force TinyMCE use inline style when resize image

in TinyMCE when you resize image using image tool. The source code that TinyMCE generated use width="..." and height="..." that is very bad with responsive css stylesheet. How to force TinyMCE use ...
1
vote
1answer
18 views

tinymce adjust height and button height of toolbar

How can i adjust the style of the toolbar of TinyMCE? I want a smaller toolbar, with smaller buttons. So the height of the buttons and toolbar has to be adjusted. Also i want to remove the border ...
2
votes
1answer
55 views

How to target TinyMCE editor for styling

I feel kind of silly asking this question. I am simply trying to target the entire TinyMCE editor so I can apply some style to it; for example apply 10px of padding around it. I am using TinyMCE 4. ...
1
vote
1answer
26 views

Configure tinymce-rails to use a different font family by default

I have seen a few examples of this for configuring normal tinymce, however not in the context of the tinymce-rails gem? I would imagine it is just a setting in tinymce.yml but haven't been able to ...
1
vote
2answers
55 views

TinyMCE add class to img tag

I am using TinyMCE editor as a stand alone editor in my CMS. The site, by default puts a curved border around any image tags within the cms div ID. I need to have the option, within the CMS to ...
1
vote
2answers
107 views

CSS - clear styles for element

I'm using the tinymce wysiwyg for creating some nice looking instructions for my website. I simply save the html generated code into my database, and display that html on a page. Since my website has ...
7
votes
2answers
428 views

TinyMCE customize “file” menubar

Is there a way to customize (add and remove options, e.t.c..) the menubar in TinyMCE 4.0? I am unable to find any documentation on that specific part of the editor. The image below demonstrates the ...
1
vote
1answer
45 views

Wrapping shortcodes in temporary div wrappers for editing, then removing them prior to saving the content

I'm working on a shortcodes preview filter where I wrap all of my shortcodes in CSS classed divs that are only intended to be viewed while the content is inside the tinyMCE editor. The first ...
2
votes
1answer
53 views

TinyMCE add runtime styles to disable editing an element

I'm trying to create better "in editor" previews for my shortcodes. So, I'm wrapping them with CSS classed divs that I can style via editor-styles.css like so: if (customid != 0 && ...
1
vote
1answer
16 views

Tiny mce height different in different browser

I have this code in my JS: tinyMCE.init({ width: "100%", height: "550", }); yet the height on the tinymce is seen differently in different browser. Any idea how can we solve this ...
21
votes
5answers
541 views

Is there a way to stop a contenteditable's caret from appearing over elements in IE10?

There seems to be a bug in IE10, where if I place an element over another element with the contenteditable attribute, the editor's caret is drawn over everything. You can see this behaviour below in ...
0
votes
0answers
99 views

TinyMCE: hidden textarea

I try to setup tinyMCE on my web site. This is my settings: <script type="text/javascript" src="extensions/tiny_mce/tiny_mce.js"></script> <script type="text/javascript"> ...
1
vote
1answer
94 views

CSS Issues with TinyMCE and Chrome

Since the release of Chrome Version 25.0.1364.99 including the recent release of Version 25.0.1364.152 when clicking into TinyMCE to edit content, the CSS references seem to be lost and all formatting ...
1
vote
1answer
61 views

Placing div right of tinymce textarea

I'm trying to place a list of images right of a tinymce-textarea. It works fine with a plain textarea without tinymce, but when i add tinymce, the images are placed below it. HTML: ...
4
votes
1answer
151 views

TinyMCE - default style

I would like to know how to select a default class of a CSS for applying it in tinymce, following this example : tinyMCE.init({ mode : "textareas", editor_selector : "textarea_number_1", ...
0
votes
1answer
109 views

Add background image to paragraph in rich text editor tiny mce

I have spent hours to think how to get this thing working without any success , what I want to add background image to selected paragraph in tiny mce, I can do that using style dropdown in rich text ...
1
vote
3answers
173 views

Change CSS value in an external CSS file that I don't control?

I use a CMS which utilizes TinyMCE editor as a visual editor. Its CSS is weirdly edited so that ul-lists won't show bullets and paragraphs don't have any space between one another. Is there a simple ...
1
vote
1answer
87 views

How to get and set CSS class in TinyMCE editor?

Actually this is two questions, but one problem. I'm using TinyMCE 3.5.8 jQuery version, and here is two questions: how can I get the current/selected object CSS class? how can I set the ...
-1
votes
1answer
114 views

tinymce editor css issue inside the textarea joomla

i got a issue in tinymce editor , when i included the following css file s as sting with inside the textarea in the admin.comtent.html.php file . the text is retrieved from the database . this ...
0
votes
1answer
632 views

Adding new fonts to TinyMCE font options

I have checked out this thread: Google Fonts and TinyMCE and have in fact previously even successfully added new fonts to the TinyMCE font options for users. But I'm not sure what's gone wrong here ...
0
votes
1answer
102 views

TinyMCE Toolbar CSS inside a Div

i am creating a single TinyMCE toolbar for multiple containers & fixed it at top of all containers area, inside a div wrapper, but i have found that entire CSS of toolbar is lost,after wrapping. ...
2
votes
1answer
114 views

simulate TinyMCE RTL button click after toolbar is instantiated

Is there any way to change the directionality of a textarea that is connected to a TinyMCE toolbar, by directly using the same commands that are created in plugins? What I mean is, I want to ...
1
vote
1answer
145 views

how to use tinymce content.css in rails

I need to provide tinymce a css file to take the styles from, but if I set in any file something like body{ font-size: 14px; } it will set the webapp's body to that style and not only tinymce's ...
4
votes
3answers
162 views

How to highlight shortcodes in tinyMCE editor

I have shortcodes inside the tinyMCE editor that are enclosed in brackets like this: [my_shortcode]some text that gets parsed by my shortcode function[/my_shortcode] Is it possible to apply a ...
3
votes
1answer
54 views

Tiny_mce - cant set width

Let me start by saying I am well aware this is a duplicate question - TinyMCE width and height disobedient! The trouble is I have tried all the css fixe suggested to no avail and I am not using an ...
0
votes
1answer
141 views

how to custom, tinymce image with caption [closed]

How to custom image on tinymce with caption ? like in the wordpress editor for any help or suggestion, i'm appreciated
2
votes
1answer
139 views

tinymce icons in internet explorer

I'm using TinyMCE but the images for the icons don't show up in Internet Explorer. I've checked the discussion here, but I'm already doing the necessary code right. In firebug when I'm using firefox, ...
1
vote
1answer
62 views

Changing the Bold icon in tinyMCE editor

I want to change the bold icon's text in the tinyMCE editor to "Bold" instead of "B"! is that possible? Thanks.
1
vote
1answer
292 views

How are multiple spaces showing in HTML, without pre, nbsp or white-space: pre?

I'm sure this shouldn't be possible. Somehow, multiple spaces within paragraphs in my HTML markup aren't collapsing. They are not &nbsp;, not in a <pre> tag, not set to white-space: ...
0
votes
0answers
48 views

TinyMCE Weird Display Behaviour in IE8+

TinyMCE is appearing with far more spacing than it should. This is a new problem I have run across and I have put TinyMCE in alot of sites, and never had this issue: I have tried changing TinyMCE ...
3
votes
0answers
1k views

Bootstrap theme/skin for TinyMce editor [closed]

I want to give Bootstrap look and feel for Tinymce editor which I am using in my mvc asp.net project. I know there is a way to create separate theme and also separate skin in tinymce documentation. ...
0
votes
0answers
24 views

Tiny MCE Combo Box Strange Position

i have used Tiny MCE and something wrong, the combo box list appear in strange position. Here's the link http://103.imagebam.com/download/0q5oXQZf7-JsgaCeNjjkew/22248/222470402/Blur%20Image.png How ...
1
vote
0answers
154 views

tinyMCE : avoid “width” attribute to be converted in style=“width:…”

I'm working on a mail editor using TinyMCE. As mail clients have old HTML rendering, I need to set "width" attribute in table elements, like : <table cellpadding="0" cellspacing="0" width="600" ...
1
vote
2answers
333 views

put tinymce toolbar on external div

How can I put tinymce toolbar on external div? I try this successfull: TinyMCE Toolbar location It put toolbar on external but it doesn't load css theme for displaying toolbar, because css are load ...
2
votes
2answers
354 views

TinyMCE strips class attribute from iframe element

I want to target specific iframes using a class attribute in order to set the width with CSS. The iframes are google maps embeds like this one: <iframe width="425" height="350" frameborder="0" ...
1
vote
1answer
68 views

Font style doesn't work on front end

I have an admin panel -developed by me- (where tinymce and textarea are placed) and the frontend (where I output the text saved in the database submited with tinymce). The problem is with the ...
2
votes
2answers
444 views

How to change the toolbar and button size in tinyMCE

I've created a editor page and i'm trying to increase the size of toolbar and button, This is what I've tried What i want is given below Is there any way to do this in tinyMCE, Any help ...
1
vote
3answers
583 views

How to put in script tags inside Wordpress Editor?

Been struggling with this problem for hours! Websites like CSSDeck gives an embed code that consists of a pre and script tag. You can embed that code inside your blog and that stuff will show up. ...
1
vote
1answer
102 views

TinyMCE remains hidden (uvw-dialog-open)

Ok i've developed a nice tinymce-solution, where i create and destroy all the tinymce-instances programmatically through js - so, i know it is maybe not the daily-usage of a tinymce implementation - ...
2
votes
2answers
329 views

How can I make a fluid toolbar with floating buttons in TinyMCE?

I've got a basic TinyMCE setup, and I'm trying to create a "fluid" toolbar with buttons that drop down to the next line if the toolbar is too small. I've got all buttons in a single table row: ...
1
vote
2answers
336 views

tinyMCE versus nicEdit?

Has anyone tried both? I started with nicEditor but am considering switching to TinyMCE because: nicEditor is no longer under development, and hence may have incompatibility issues with future ...
4
votes
1answer
210 views

My CSS code is not reading in TinyMCE correctly

A few month back I posted a question about how to show the caption when hovering over an image. This is the thread: Don't understand how to show the caption when hovering image The issue is ...
0
votes
1answer
89 views

Resize Tiny MCE

I'm creating a custom content management system with a rich text editor. I'm using tiny MCE but I'm failing to fit the text area in my content div. I have a <div></div> that is 680px. I ...
0
votes
0answers
66 views

Get HTML with styling from TinyMCE

Is there a way to get the HTML from a TinyMCE text field with the CSS that styles it? Getting the raw HTML is easy enough ( $('container').html() ), but I'll be displaying this HTML on another page, ...
1
vote
0answers
180 views

Plone TinyMCE - creating custom CSS

I'm still in newbie mode. Reading Page 213 of "A users guide for Plone 4" in particular Choose the CSS used in WYSIWYG Editor area. Does anyone know of a tutorial / howto for this option of the ...
1
vote
1answer
130 views

Two divs (one with tinymce) to share a scrollbar

I have these two divs: <div id="ing" style="position:relative;"> <div id="comm" style="position: absolute; width: 27% !important; height: 141px; right: 18px; top: 1px; "> ...
5
votes
2answers
383 views

TinyMCE dialog.css not loading in image popup, throws 404

When the image icon is clicked and the Image popup starts, the JS works but the CSS (dialog.css) fails to load and there is a 404 due to an incorrect URL being used by the TinyMCE JS. I am loading ...
0
votes
0answers
115 views

get tinymce to add classes not span tags with classes

I'm sure this is simple but I can't find this solution on SO or google. I'm using a custom class in tinymce 'foo' but when I apply this to an anchor it inserts a <span class="foo"> inside the ...
1
vote
1answer
978 views

Setting up line-height via TinyMCE

Is there a way to give user possibility to easily changing line-height attribute of paragraph in tinyMCE editor? Something like its native "Font size" or "Format" <select> or anything else. I ...
0
votes
1answer
264 views

Yii TinyMCE extension doesn't load css on subdomain

I have Yii application at site.com/module with tinymce extension installed. But it doesn't load tinymce CSS files when I open the same application via sub-domain alias module.site.com. All JS files ...

1 2 3