merlin-1 Posted October 20, 2011 Share Posted October 20, 2011 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 More sharing options...
uddhava Posted December 30, 2011 Share Posted December 30, 2011 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 More sharing options...
merlin-1 Posted December 30, 2011 Author Share Posted December 30, 2011 Thank you On line 16 (PS v1.4.6.2) you can enable the window resizing. Works perfect. So much nicer working on the products. Cheers! Not sure why this is not active by default. Seems to be something you would want. Thanks again Link to comment Share on other sites More sharing options...
merlin-1 Posted June 1, 2012 Author Share Posted June 1, 2012 This seems differnt in lates version. Any idea where I edit the code to make window expandable? Thanks! Link to comment Share on other sites More sharing options...
Funkwarrior Posted July 5, 2012 Share Posted July 5, 2012 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 More sharing options...
merlin-1 Posted July 6, 2012 Author Share Posted July 6, 2012 I should have edited post. I was just looking in wrong file. It was the same to setup. Still think resizing window should be default, but in any case works like a charm Link to comment Share on other sites More sharing options...
nikmagnus Posted March 18, 2014 Share Posted March 18, 2014 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, Link to comment Share on other sites More sharing options...
vekia Posted March 18, 2014 Share Posted March 18, 2014 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 More sharing options...
Recommended Posts