Jump to content

Increase size of TinyMCE edit window


Recommended Posts

I looked around and cant see any info on adjusting the window size [in product description] with TinyMCE

There is no drag open corner. So its kind of a pain working with about an inch visible

 

Hoping there is a way to make it bigger. I could have sworn it was option before

 

Thanks!

Link to comment
Share on other sites

  • 2 months later...

The option to change the window size of the tinyMCE editor can be found here:

YOURPRESTASHOPROOT/js/tinymce.inc.js

 

On line 16 (PS v1.4.6.2) you can enable the window resizing.

On line 19,20 you can set the window width and height.

 

After changing these variables always clear the cache of your browser.

And these changes will be lost again after an upgrade

Link to comment
Share on other sites

  • 5 months later...
  • 1 month later...

This seems differnt in lates version. Any idea where I edit the code to make window expandable?

 

Thanks!

 

What do you mean?

 

The option to change the window size of the tinyMCE editor can be found here:

YOURPRESTASHOPROOT/js/tinymce.inc.js

 

On line 16 (PS v1.4.6.2) you can enable the window resizing.

On line 19,20 you can set the window width and height.

 

After changing these variables always clear the cache of your browser.

And these changes will be lost again after an upgrade

 

Another quicktip:

 

tinyMCE.init({
   ...
   theme_advanced_resize_horizontal : false
});

 

to enable only vertical resize.

 

http://www.tinymce.com/wiki.php/Configuration:theme_advanced_resize_horizontal

Link to comment
Share on other sites

  • 1 year later...

 

in PS 1.5 I've found the window resizing feature to be found in:

 

rootpsfolder/admin/themes/default/template//helpers/form/form.tpl

 

find and change 

theme_advanced_resizing : false,

to

theme_advanced_resizing : true,

hello

it works for each tinymce editor?

for example on product page, cateogry page, cms etc?

Link to comment
Share on other sites

×
×
  • Create New...