The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
13 views

JavaScript placement issue in tinyMce with custom theme

Just created a custom theme, everything works perfectly, but the buttons inside the tinyMce editor like bold, copy, paste doesn't show in the text area when the <?php print $scripts; ?> is ...
1
vote
0answers
25 views

how to apply standard and advanced theme to tinymce in drupal 7

I have integrated wysiwyg with tinymce editor.. now Tinymce asks to choose buttons which we want in editor... I want to apply its own theme like 'standard' or 'advanced' or any other and dont want to ...
0
votes
0answers
73 views

tinymce and colorbox and inline images

I have a blog I am developing and am using the following plugins, but I am not committed to them and will change to get the behavior i want. TinyMCE Wysiwyg Colorbox Media In many blogs i see ...
1
vote
1answer
108 views

Disable rich text editor by default

I am using WYSIWYG module with TinyMce as Rich Text Editor. I need to make the rich text editor disabled only for a particular text area in a create content page, i.e., when I click Enable rich-text ...
0
votes
0answers
91 views

How to Configure Elfinder to Resize Images Upon Upload

When users upload images using Elfilder they are not being processed so they re-size to the limits I have set. They are just uploaded "as-is." I am using TinyMCE through the WYSIWYG module.
0
votes
1answer
281 views

In Tinymce editor, how to set default font family style in select list?

I have TinyMCE editor configured and under font family select list, I am able to see 'styles' label as default when loading. But I want to see any font family as default. Suppose, Times new roman as ...
0
votes
1answer
129 views

Drupal form won't save with TinyMCE (Firefox only)

I have a Drupal form with a TinyMCE (3.5.6) instance on it, this is instantiated via the Wysiwyg module. If I save the form in Firefox, it visually displays an AJAX spinner but nothing happens, the ...
1
vote
1answer
153 views

getting line breaks in tinymce wysiwyg &nbsp;

On a new drupal 7 installation, I'm trying to get line breaks to show up correctly when saved. I have wysiwyg and tinymce installed through using the panopoly distribution. When I try to do more space ...
0
votes
1answer
163 views

TinyMCE image float, automatic set margin

I'm using TinyMCE as WYSIWYG editor. When I set the floating of an image to "left" or "right", I want to set a right- of left-margin with CSS automatically. So the images has only a gap between img ...
0
votes
1answer
168 views

TinyMCE on Drupal 7 adding class to <p> instead of <span>

I have a custom class that I want to be able to add to parts of a sentence using a <span> tag. It's a title field, so I don't want it to be wrapped in a <p> tag. However, TinyMCE insists on ...
1
vote
1answer
153 views

TinyMCE strips out audio tag

I'm using TinyMCE and I'm using the Full HTML format which shouldn't strip any tags. I copy another web page with an html5 audio tag in it and paste it into the editor. I can see the html5 audio ...
0
votes
0answers
83 views

Get editor id for TinyMCE autosave plugin

I'm using the TinyAutoSave plugin for TinyMCE to autosave the data. The plugin options in the documentation suggests that the autosave is according to tinyautosave_key if there are multiple instances ...