Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Move Cute Editor Toolbars Outside of the editor?
Re: Move Cute Editor Toolbars Outside of the editor?
02-09-2011, 7:59 AM
AWilderbeast
Joined on 01-13-2011
Posts 15
Re: Move Cute Editor Toolbars Outside of the editor?
Reply
Quote
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