Link to home
Start Free TrialLog in
Avatar of brad0525
brad0525

asked on

Ckeditor Maximize as default

I am using ckeditor and need it to maximize when the page loads. Right now there is a maximize button but I do not want the user to have to click it to maxmize the screen.
ASKER CERTIFIED SOLUTION
Avatar of Steve Bink
Steve Bink
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of brad0525
brad0525

ASKER

where should I place this code. Do I place it on the page with the textarea box..thanks
Put in config.js, or whatever customized configuration file you are using.  It should run before you replace the text area control.
FYI, that suggestion will affect *all* instances of ckeditor, on any page that loads that configuration file.  If you want it to just impact the single instance, you'll need to set the property after you use the manual .replace method.