Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): document
More Search Options
Showing page
2
of
169
(
1,685
total posts)
< 1
second(s)
Re: onchange event does not fire when font size is changed
I have used the following code to test, when you set font style, CuteEditor_OnChange will be fired <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head> <title>JavaScript API</title> <script ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
May 13, 2010
Re: Document Selector Example Throws In Javascript - Does not open the Dialog? Please help
Calling the dialog box on image click....see two lines below....and followed by the javascript function on the same .aspx page. Nothing happens, when you click on the browse button...no dialog box comes up. Editor1.Setting(''security:FilesGalleryPath'') = struploadinfo(0) 'sets the path Editor1.Setting(''security:Max
Document
FolderSize'') ...
Posted to
Cute Editor for .NET
(Forum)
by
tcshekar
on
January 7, 2010
Re: Pasting Word Document Content on Server Side
Hi Rantoun, CuteEditor support load the file in server side directly. Please test the this example , just put a rtf file ''
document
.rtf'' into the root of your site and test the page below. Note: For now, does not support load the ''doc'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
October 8, 2010
Re: Strips out Dreamweaver code!
Hi Adam I have produced a simple example that shows a whole page before and after, the after pae the rollovers will change the image but when you move off the image it does not swap back. ORIGINAL PAGE <html><head><meta http-equiv=''Content-Type'' content=''text/html; ...
Posted to
Cute Editor for .NET
(Forum)
by
joenineo
on
October 6, 2005
Customize document inserts
I need to customize
document
inserting. It seems that the default is to insert the URL in between the A tags:<A href = '\url\to\the\
document
.txt'>\url\to\the\
document
.txt</A> I want to default the text to just :<A href = '\url\to\the\
document
.txt'>
document
.txt</A>...and possibly add a
document
icon based on ...
Posted to
Cute Editor for .NET
(Forum)
by
rachale
on
November 26, 2005
Re: Import Word document
Hi Adam. I load a HTML file and read the content. When I set the Editor value to this content it seems fine. But the HTML is dirty (Word) so Before setting the editor value I run CuteEditor.EditorUtility.CleanUpMicrosoftWordHTML And this function breaks everything... Also, try pasting this Word-edited HTML
document
into the ...
Posted to
Cute Editor for .NET
(Forum)
by
Dtest
on
January 7, 2009
Use CuteEditor as Document Selector
Hi, Using your example below with the latest Chrome causes a ''Uncaught Error: HIERARCHY_REQUEST_ERR: DOM Exception 3'' exception. You have to click the ''Pick a file'' twice for it to popup. Although on our site we use the option ''UseStandardDialog=True'' which causes the same error below but does not popup no matter how many times you click ...
Posted to
Cute Editor for .NET
(Forum)
by
Widget
on
May 1, 2012
Document contains one or more extremely long lines of text
Hi all, An application has been passed over to me to fix (is not Live yet), and I have encountered a very strange problem. My configuration (all located on the same machine): OS = Windows XP Professional VS = Visual Studoio .NET 2005 Professional CE = CuteEditor.NET version 5.30 DB = Oracle 10g If I create ...
Posted to
Cute Editor for .NET
(Forum)
by
Nasty2
on
February 5, 2008
Re: How do I insert text at end of document (scrolling)?
Yes. Please Try the following code: function set_cursor_at_End(){ try{ // get the cute editor instance var editor1 =
document
.getElementById('<%= Editor1.ClientID%>'); // get the active editor
document
var ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 16, 2007
Re: Anyway to get the the selected text with Javascript
Here are the client side APIs: function getHTML() { // get the cute editor instance var editor1 =
document
.getElementById('CE_Editor1_ID'); // Get the editor HTML
document
.getElementById(''myTextArea'').value ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 15, 2005
More Search Options
< Previous
1
2
3
4
5
Next >
...
Last ยป