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; } Sample: http://help.syncfusion.com/support/samples/kb/Tools.Web/6.1.0.34/KB_RichText/RichTextEditor.zip |
This page will automatically be redirected to the sign-in page in 10 seconds.