Questions tagged [tinymce-3]

TinyMCE is a powerful WYSIWYG editor control for web browsers such as MSIE or Mozilla that enables the user to edit HTML content in a more user friendly way.

TinyMCE is a powerful WYSIWYG editor control for web browsers such as MSIE or Mozilla that enables the user to edit HTML content in a more user friendly way. The editor control is very flexible and is built for integration purposes (usage within systems like intranets, content management systems (CMS), and learning management systems (LMS), for example).

TinyMCE is developed by Moxiecode Systems AB and is currently released under the LGPL License. Read the license agreement for details.

58 questions
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
2 answers

toggleClass function in TinyMCE API 3?

TinyMCE 4 has a handy toggleClass function, http://archive.tinymce.com/wiki.php/api4:method.tinymce.dom.DOMUtils.toggleClass which I'd like to use, but this particular project icorporates the older TinyMCE 3.5.11 .. I'd hoped that the following…
Ric
  • 458
  • 1
  • 7
  • 23
0
votes
1 answer

Umbraco: Rich Text Editor Configuration

Im trying to configure my RTE Datatype in Umbraco. For example I added the umbmediapicker to the toolbar since i want to be able to insert images into my rich text. After saving, nothing changes in my RTE toolbar, I always see the standart icons…
0
votes
1 answer

Drupal 7 / TinyMCE 3.5.8: paste_preprocess callback not running

Drupal 7 with TinyMCE included via the Wysiwyg module. "Paste" is enabled in the Wysiwyg config screen. The editor is in general working fine, but now I'm attempting to modify TinyMCE's paste feature to strip all attributes from HTML tags. (Client…
Niall Jackson
  • 261
  • 2
  • 10
0
votes
1 answer

TinyMCE 3.x stripping out empty classes

I'm using TinyMCE 3.x and can't find the documentation for a problem I'm having. If I use the html editor to add an empty element such as
or , the editor removes these automatically. Is…
TH1981
  • 3,105
  • 7
  • 42
  • 78
0
votes
2 answers

Wordpress window manager button styling

Created a custom window in wordpress looking like: Now I need the buttons INSERT and CANCEL (see picture above) to be looking like everywhere else (see picture below) like CANCEL and Add Link This code gave me the window but I couldn't find any…
caramba
  • 21,963
  • 19
  • 86
  • 127
0
votes
2 answers

iframe not working in tinymce when valid_elements defined

As soon as I define any valid_elements and/or extended_valid_elements I cannot insert iframe (iframe defined among valid_elements, extended_valid_elements) All online samples with iframe support and valid_elements are with tinymce v3 and in v3 it…
Armand P
  • 100
  • 2
  • 12
0
votes
1 answer

TinyMCE buttons not showing

I have added indent and outdent buttons to the tiny MCE configuration as follows: tinyMCE.init({ // General options mode : "textareas", theme : "advanced", editor_selector : cl2, skin : "o2k7", plugins :…
robbyc73
  • 23
  • 1
  • 7
0
votes
1 answer

Richfaces 4.2 and TinyMCE

I am trying to use Richfaces 4.2 and my own custom TinyMCE rich text editor (based on version 3.5.11). The editor was installed like the official tutorial (http://www.tinymce.com/wiki.php/Installation). It works and the editor is applied to any…
Cássio
  • 181
  • 2
  • 8
0
votes
2 answers

Umbraco & goDaddy| error when trying to work with Umbraco back office

Like the header says I am getting an error when trying to work with Umbraco(6.2.1) back office This is the error: I already talked with goDaddy support, they says everything is OK from their side. I flowed every "tutorial" I could find regarding…
E.Meir
  • 2,146
  • 7
  • 34
  • 52
0
votes
1 answer

Upload an image tinymce using jbimages plugin

I use the plugin jbimages, everything goes ok but I need to set a defined width for image, width = 600px. Exists a solution?Help me please.Thnx
0
votes
0 answers

Changing icon of button on tinymce menu bar

I have a custom menu bar plugin for TinyMCE-3.5.10. One of the buttons, marked play is created thus: case 'play': playBtn = cm.createButton('play', { title : 'Play', image : 'tinymce/jscripts/tiny_mce/plugins/mainMenuBar/img/play.png', …
Sriram
  • 10,298
  • 21
  • 83
  • 136
0
votes
1 answer

TinyMCE table properties failing to update in IE11

Using tinymce 3.7 We have a text editor where if one right clicks on a table to bring up table properties and changes the background color the changes are not reflected on the actual table after hitting update. I tried searching to see if this was a…
lathomas64
  • 1,612
  • 5
  • 21
  • 47
1 2 3
4