Welcome, Guest. Please login or register.
Did you miss your activation email?
February 13, 2012, 03:34:51 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
149700 Posts in 21103 Topics by 7538 Members
Latest Member: ionline
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: FCKeditor Window Height -- how to increase?  (Read 1410 times)
westonjeff

Offline Offline

Posts: 11


« on: October 29, 2009, 01:48:55 PM »

Tried editing /modules/fckeditor/fckeditor/fckeditor.js

    this.Height            = 600        || '600' ;

* The minimum height used when replacing textareas. */

                FCKeditor.MinHeight = 600 ;

but no change.

Thanks in advance for any and all assistance!
Logged
Luisehahne
Board Member
Development Team
*****
Online Online

Posts: 2952



WWW
« Reply #1 on: October 29, 2009, 01:54:09 PM »

the height will be set by the modules. You can search this

Code:
show_wysiwyg_editor('content'.$section_id,'content'.$section_id,$content,'800px','350px');

or call the include.php and set a query to the variable height and set a min height for yourself. But you have to think about it, that some modules set her own height. e.g. news modul

Dietmar
Logged

We are human beings - and nobody is perfect at all.
westonjeff

Offline Offline

Posts: 11


« Reply #2 on: October 29, 2009, 01:58:14 PM »

Wow . . . that was quick.

Thanks!!
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!