 |

wendy
User
Aug 30, 2007, 7:43 PM
Post #1 of 2
(1054 views)
Shortcut
|
|
Change WYSIWYG height in 1.41
|
Can't Post
|
|
Hi - I want to change the size of the WYSIWYG input form on the "create editor". I tried to modify the _interface.html file by changing wysiwyg.height = height || 350 to a smaller number but that didn't work and when I removed the ||, it totally broke the WYSIWYG. What do I need to modify to change the size? Thanks, Wendy
|
|
|  |
 |

Jake
Staff
/ Moderator

Aug 31, 2007, 11:28 AM
Post #2 of 2
(1007 views)
Shortcut
|
|
Re: [wendy] Change WYSIWYG height in 1.41
[In reply to]
|
Can't Post
|
|
Hi Wendy, Thanks for posting! To change the height of the WYSIWYG editor, you'll need to open up the "_art_menus.html" template in the /templates/interface directory. Look for this line of code under the "content_wysiwyg" template cell:
if (isWysiwygSupported()) { replaceTextareaWithWysiwyg('content', 350); } Just replace the number "350" there with a lesser value and the input box will shrink accordingly. Let us know if you need anything else. ----------------------------------------------------------- Cheers, Jake Swanson - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
|