Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
CKEditor
Last post
Tue, 08/09/2011 - 17:36
#1
shug1001
Joined:
09/08/2011
Posts:
2
Disable Scroll Bar
Hi,
How do you disable horizontal and vertical scroll bar in the textarea\editor?
Please help!
thanks
Hugh Templeton
Tue, 08/09/2011 - 18:34
#2
shug1001
Joined:
09/08/2011
Posts:
2
Re: Disable Scroll Bar
Found it:
CKEDITOR.replace( 'textarea',
{
contentsCss : 'body {overflow:hidden;}'
}
cheers
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: Disable Scroll Bar
CKEDITOR.replace( 'textarea',
{
contentsCss : 'body {overflow:hidden;}'
}
cheers