Re: Move Cute Editor Toolbars Outside of the editor?

  •  02-09-2011, 7:59 AM

    Re: Move Cute Editor Toolbars Outside of the editor?

    we found what we were after using the java API
     
    here is an example
    Thanks 
     
    function PrintEditor(button) {
            var editor1 = document.getElementById('<%=Editor1.ClientID%>');
            editor1.ExecCommand('print', false, 'print');
        } 
View Complete Thread