Is it possible for me to detect when the Editor is resized so that I might persist the dimensions?
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 13 Apr 2009, 11:52 AM
Hi David,
Here is an example demonstrating how to get a reference to the editor's onResizeEnd function in the OnClientLoad event of RadEditor which will allow you to detect when the editor is resized:
<script type="text/javascript">
function OnClientLoad(editor, args)
{
var oldFunction = editor.onResizeEnd;