Posted 23 Aug 2012 Link to this post
<script type=
"text/javascript"
>
function
OnClientLoad(editor, args)
{
editor.set_mode(4);
// set editor in preview mode
}
</script>