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?
Move Cute Editor Toolbars Outside of the editor?
Last post 02-09-2011, 8:55 AM by
Eric
. 2 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
02-08-2011, 6:30 AM
66111
AWilderbeast
Joined on 01-13-2011
Posts 15
Move Cute Editor Toolbars Outside of the editor?
Reply
Quote
dont know if this is possible or not
but i was wondering if i could move a toolbar out of the editor and still have it work on the editors instance?
Thanks
02-09-2011, 7:59 AM
66133
in reply to
66111
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');
}
02-09-2011, 8:55 AM
66137
in reply to
66133
Eric
Joined on 08-05-2009
Posts 1,269
Re: Move Cute Editor Toolbars Outside of the editor?
Reply
Quote
Dear AWilderbeast,
You can set UseFloatToolbar to true.
Please refer to http://richtextbox.com/test/UseFloatToolbar.aspx
<CE:Editor id="Editor1"
UseFloatToolbar="true"
AutoConfigure="Simple" Height="200" ThemeType="OfficeXP" ShowBottomBar="false" EditorWysiwygModeCss="example.css" runat="server" ></CE:Editor>
Thank you for asking
Eric@cutesoft.net