Articles in this section
Category / Section

How to resize the RichTextEditor using Javascript?

1 min read

 

RichTextEditor can be resized in Javascript using width and height properties. Resizing on client side reduces unneccesary server side processing and gives fast processing.

Please find the JavaScript Code Snippet that illutrates this:

 
function Loading() { 
document.getElementById('RichTextEditor1').style.width = 1000; document.getElementById('RichTextEditor1').style.height = 700;
 } 
 

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied