1
vote
0answers
30 views

Unable to get toolbars, reasonably-sized windows, and other things in TinyMCE 3.5.6 fullscreen mode

I am making changes to a set of forms that are using TinyMCE 3.5.6 as the WYSIWYG editor. One of the modifications I would like to make is to allow people to edit text in a separate window, and the ...
4
votes
2answers
157 views

Formatting In TinyMCE Editor

In TinyMce Editor , we are facing a problem with break (<br/>)tags. If we press Enter sometimes it generates a single break tag and sometimes it generates double break tags. If anyone knows the ...
1
vote
1answer
205 views

Adding wp_editor to custom WP widget

I want to add WP editor with TinyMCE to my custom text widget, but it won't show TinyMCE buttons it just shows textarea. When I test my code on page.php it works perfectly - editor shows with all the ...
1
vote
1answer
110 views

Replace backspace with strikethrough in TinyMCE

I am using TinyMce editor in my webpage. Where whenever user enters some text, he should not be able to delete the text... (Disabling the backspace Key) or else if he uses backspace key text should be ...
1
vote
2answers
241 views

Wordpress WYSIWYG editor automatically adding span classes with style

For some reason my WYSIWYG editor in Wordpress automatically adds span classes with style when I create a bullet list with the button. It's very annoying because I want my text to be a certain size, ...
0
votes
0answers
150 views

TinyMCE editor - How to add select box (dropdown list) inside editor

How to add html control like select (dropdownlist) in content area and edit its properties like add option,edit option,delete option,etc... through tinymce properties popup.
2
votes
2answers
346 views

tinyMCE when on fullscreen mode show HTML CODE by default

when i click Fullscreen button on tinyMCE, it opens in new window. All i want now is in this new window which has the tinyMCE in full screen, to be in HTML Source code mode by default. Also, i want ...
0
votes
1answer
80 views

tinymce on joomla 1.5 15 filtered html option

I write because I have a problem with the editor TINY mcem 2.0 on joomla 1.5.15 Basically I can not find the settings that allow me to choose the text allow the editor. Specifically, each time add in ...
0
votes
0answers
70 views

Undefine url in ajaxfilemanager plugin for tinymce editor

I am trying to implement ajaxfilemanager plugin in tinymce editor for my php application.But finally I am unable to do so. It's uploading to server and successfully I can view those images in the ...
1
vote
1answer
246 views

Why <h:outputScript> does not work inside <h:form>

I am using JSF 2.1. I'm trying to use TinyEditor on a <h:inputTextarea>. Here is my code, <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
0answers
123 views

qTranslate save last opened language editing tab?

I think I have a common problem here: I am using Wordpress 3.4.1 and qTranslate 2.5.31. Currently I have 2 Languages activated. My problem is as follows: When I edit my second language (either ...
3
votes
1answer
49 views

Tiny MCE how to get a tag properties?

I'm using TinyMCE for text formatting. I have HTML code like: <span class="ps_bonus_text_wide_t" style="font-family: Michroma;"> my text </span> When I select that text and ...
1
vote
1answer
482 views

TinyMCE editor in wp_editor is removing my html tags

How can i set the tinyMCE editor in wp_editor to not modify/replace the html tags of the initial content ? I'm loading html content with < b > tags (i know that they are deprecated but i need ...
1
vote
1answer
77 views

TinyMce editor not returning tags

H7i guys, I am having a weird problem with the TinyMce editor. What I am trying to do is to select some text, click a button and append a tag at the start and at the end. For example, if the original ...
2
votes
1answer
122 views

TinyMCE how to append baseURL to LINK and base Path for images

I'm using TinyMCE for Editing my site content. In Local I've different path for my base url and on development server its different and on production its different. Is there any way to define the ...
0
votes
1answer
66 views

spell check : Tiny MCE editor

i am getting this error while i am enter some text and click on spellcheck icon in tinyMCE Editor.. Error response: Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Temporary ...
1
vote
1answer
425 views

tinymce getcontent for full html without filters applied

I would like to retrieve the html contents of the tinymce area, but without the cleanup and the filters applied. How can I do that? For example, newlines are removed from the html source with this ...
0
votes
0answers
219 views

TinyMCE iframe not showing up

I have an ajax call that returns an iframe to the tinyMCE editor. The outline shows up but the iframe vid does not. I have added extended_valid_elements: "iframe[src|width|height|name|align]", to my ...
0
votes
0answers
49 views

tinyMCE bug in IE when writing or paste url string

i found a bug of TinyMCE in IE: when i pasting or writting a url string(with http format), it would be changed as <a>...</a> automaticly, which other browsers does not. the really weired ...
0
votes
0answers
74 views

How I could dynamicly resize the popup for plugin for tinymce Editor ?

I made u plugin for tynemce editor for importing pictures ,the size of the popup depends on how much pictures are shown in the pop-up ...so that means the size should be dynamicly changed. I only ...
0
votes
0answers
39 views

how to enable line Line breaks and paragraph breaks in tinyMCE?

I have configured tinyMCE and plugins are plugins : "paste,contextmenu, spellchecker" Problem: 1. when you edit an advert then it adds another paragraph break after each paragraph so the spacing is ...
0
votes
0answers
37 views

how to upgrade tinyMCe from older to newer version? [closed]

I am using tinyMCE 3.2.6 and facing issues in IE9 and above... I have decided to upgrade it to new version. what steps are to be taken to do it. Please help?
2
votes
1answer
138 views

how to upgrade tinyMCE to its newer version?

I am using tinyMCE 3.2.6 and it is not working properly on IE 9 and above. So I thought of upgrading it to 3.5.5 when I downloaded new version of tinyMCE 3.5.5 I saw the are all similar files like ...
0
votes
1answer
135 views

tinyMCE formatter - apply format globally

How can I apply custom format globally and not just to the selected node? This is what I am doing but it will only apply to the selected node: var fontSize = 12; ...
4
votes
3answers
1k views

TinyMCE: How to display all toolbars on a single row?

This question is basically reverse of Is there a way to wrap the toolbar buttons to the next row in TinyMCE if the width of the editor is too small? I have a TinyMCE editor where I have buttons ...
1
vote
1answer
571 views

add custom formatting to Tinymce editor in joomla

I want add a custom format in formatting list in TinyMCE editor. For example, I want when the user selects text and select my format, Tinymce inserted <div class="custom"> before selected ...
0
votes
1answer
159 views

TinyMCE editor content margin

I have a problem on several browsers except for FF. I have a p element with the default text and I transform this element into a tinyMCE editor. The problem is that the content isn't displayed at the ...
4
votes
2answers
637 views

HTML WYSIWYG edtor: why is the editable content moved in an iFrame

Why is the editable html moved into an iFrame? I analysed different editors (TinyMce, CKEditor, etc) and all move the editable content into a seperate iFrame which they lay over the original text. ...
6
votes
1answer
1k views

tinymce not autoresize on init correctly

I'm using Tinymce editor with autoresize plugin. My problem is that when tinymce instance initialized, it doesn't resize correctly for wrap in height the content. If I have a long text in editor ...
0
votes
1answer
234 views

TinyMCE Custom Dropdown Set Text

I added custom select dropdown box in TinyMCE and want to add text on selectiong upon that list item in cursor position in tinymce box. How can I set that text in tinyMCE on that cursor point?
3
votes
1answer
498 views

Tinymce AutoResize issue

I'm using tinymce 3.5 with the autoresize plugin. The plugin works great for me while the user is adding content, but afterwards I'm serializing this content in order to allow for later editing of it. ...
1
vote
1answer
69 views

Wordpress Editor add Template Fields?

I would like to give the user the ability to insert custom elements in the Wordpress editor such as an accordion panel item for example. Or a an element which has an certain class or an inline style ...
0
votes
1answer
1k views

TinyMce editor issue in google chrome

I am facing a problem with TinyMce editor in google chrome. the editor is not wrapping up in this browser. all editing control lies in one line. is does not happen in other browsers. How to solve this ...
0
votes
0answers
370 views

TinyMCE - getContent() only retrieving the previous content

I have multiple instances of TinyMCE that are initialized when the user opens a modal window, and the textareas in the modal window are loaded via ajax. The modal window contains a tabbed interface, ...
1
vote
1answer
207 views

wordpress tinyMCE linebreak

I'm developing a plugin for running multilingual websites where I'm using a shortcode [translate lang=en] for each language in the tinyMCE editor, I'm using a function that inserts a div around each ...
3
votes
2answers
307 views

How to create the preview mode for the email-readers like Gmail, Hotmail

How to make the preview mode for the email-readers like hotmail gmail for the TinyMCE text editor
1
vote
1answer
60 views

Uploaded images do not appear in web

I have been working on a small product based site. This site has various products and descriptions along with images in it. I am using tinymce editor to upload the description and images. But the ...
1
vote
1answer
1k views

TinyMCE ContextMenu mceInsertContent?

I'm trying to add an option to the TinyMCE ContextMenu plugin and I have somewhat succeded. What I'm trying to do is that once clicked I would like a predetermined text snippet to be added to the ...
2
votes
0answers
252 views

How to solve TinyMce image manager Network Error

It was working until my hosting do some changes to server. I don't know what changes they have made. request is: click here or ...
2
votes
1answer
114 views

tinymce editor using opa

import stdlib.core.web.resource Editor = {{ base_url = Resource.base_url?"" load = <script type="text/javascript" src="{base_url}/tinymce/jscripts/tiny_mce/tiny_mce.js"></script> ...
2
votes
2answers
2k views

TinyMCE editor fixed size with no scrollers?

At the moment I have this: tinyMCE.init({ // General options mode : "exact", elements : "fkField, lkField, ukcField, khField", theme : "advanced", plugins : "table", width : "300", height: "185", ...
1
vote
2answers
219 views

text_area submit problem using Rich Text Editor which outputs HTML

Using tiny_mce from https://github.com/kete/tiny_mce to be able to change the format of the text, the problem is once its submitted it sends the html to my comments and its not getting translated and ...
2
votes
1answer
547 views

Rich Text Editor Recommendation - Needs support for image upload and resizing

I am looking for WYSIWYG rich text editor to use with Django. I've looked at a number of different editors (CKEditor, TinyMCE, Aloha, YUI), but I can't seem to find one that has one necessary feature: ...
1
vote
2answers
681 views

TinyMCE Html editor in Umbraco stopped working

The TinyMCE html editor has stopped showing up in my umbraco installtion. If clicked the html button opens new popup but the content is never loaded. Chrome gives me: Error 324 ...
1
vote
2answers
817 views

How can i find out which character gets deleted in a tinymce editor on backspace (before it actually gets deleted)?

Assuming the cursor position in a tinymce editor is inside a paragraph. When a user hits backspace i need to know which character will get deleted. It is necessary to know this before the character ...
0
votes
1answer
57 views

legacyoutput plugin problem in version 3.4.2 with underlined text

If i select a portion of text and try to make it underlined (using the U-Button) it works and the html looks like <u>...Text...</u> as expected. But when i initialize an editor with those ...
1
vote
1answer
818 views

Magento TinyMce editor bug. Missing folders

The tinymce wysiwyg editor used in the admin area appears to have a bug: So I create a folder and upload a file to it (which appears to work just fine) then close the file upload dialogue. When I ...
8
votes
1answer
493 views

Allowing custom tags in TinyMCE for intergration with indexhibit

I'm trying to allow some custom tags to be entered into TinyMCE. The tag is <plug:plugin_name /> However this is turned into <plug:plugin_name></plug:plugin_name> I'm about to ...
1
vote
2answers
2k views

How can i force that tinyMCE does not convert <b> tags to <strong> tags?

when i use the html editor tinyMCE and i paste code inside, it converts the html <b> tags into <strong> tags. Does andybody knows how can i force this editor to prevent such convertions? ...
2
votes
1answer
813 views

WordPress visual editor tinymce how to preserve custom attributes

I am writing a WordPress plugin that adds buttons to the tinymce editor in WP. I am adding custom attributes to DOM elements like data-initial="3" .. but WordPress does not save them. Even if I try to ...

1 2