This is a migrated thread and some comments may be shown as answers.

Scrollbar in bottom

1 Answer 57 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Donatien
Top achievements
Rank 1
Donatien asked on 20 Dec 2011, 09:53 AM
Hello,

I have a radEditor with fix size and I want to know how can I set the vertical scrollbar at bottom on load?

Thanks for your help.

Donatien

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 Dec 2011, 11:21 AM
Hello,

You can use scrollTo() function. Here is the sample code.
JS:
<script type="text/javascript">
 function OnClientLoad(sender, args)
  {        
    sender.get_contentWindow().scrollTo(100,100); // set height here
  }
</script>

Thanks,
Princy.
Tags
Editor
Asked by
Donatien
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or