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
123
of
325
(
3,244
total posts)
< 1
second(s)
Re: keypress event..
>>This GetDoument function returns editor's html, but i need editor's Text, for example: whatever user is writing only that contents, not the html... like i am writing you this message, i only need to get this content not with the html code... Please use the following code to get HTML code first. // get the ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
May 22, 2007
Re: Saving rtf file.
The above example is included in the download package. Here is the code: <script runat=''server''> void Page_Load(object sender, System.EventArgs e) { if (IsPostBack) { Editor1.SaveRTF(''
document
.rtf''); textbox1.Text = Editor1.Text; ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 19, 2006
Loading Server Document From Client
I want to allow the client to choose a
document
they have saved on the server, and load it into the editor. Prefereably without using a postback, but using an http request. Do you have some way to accomplish this?
Posted to
Cute Editor for .NET
(Forum)
by
Praxiteles
on
March 1, 2006
Loading a PDF document
Hey I see there are ways to load
document
type such as LoadRTF, LoadDoc and etc, but Im not seeing an option for a PDF. Can someone help me? Thanks!
Posted to
Cute Editor for .NET
(Forum)
by
pthomas
on
December 8, 2009
Re: Document Selector Example Throws In Javascript - Does not open the Dialog? Please help
Hi tcshekar, Just need to remove <div style=''visibility: hidden''></div> editor in this Element, if you hide it, the dialog will be hidden too. Regards, Ken
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
January 8, 2010
Re: About Focus Document
kane, We don't have this API available. However it's possible to change Caret position using JavaScript.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 7, 2007
Re: Set properties of que list when uploading manually
b-man, You can't change the position of the buildin cancelall button. Here is an example to make another button ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
March 10, 2009
Re: Another Pound Symbol Problem
Hi Yes I do have the email but when I download the zip file the help file in the
document
folder still reads ''Cute Editor for ASP 6.0
document
''. Is this an error or is it still the old version? Is there anything else I can check to see if it is the new version before I upload all the files to my remote server? Thanks
Posted to
Cute Editor for ASP
(Forum)
by
rubikwizard
on
June 16, 2008
Re: Invisible to Visible and Back Again!
derek, Here is the code. <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head> <script language=''javascript''> function ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 9, 2007
On Focus Event in CuteEditor
HI, Is there any possible way to invoke an event when Cute Editor content get changed. We Tried this method var editor =
document
.getElementById('<%= Editor1.ClientID%>'); editdoc = editor.Get
Document
();editdoc.change= ourfunction; But It's not woking So How can we invoke onchange() event in our ...
Posted to
Cute Editor for .NET
(Forum)
by
vckanandvpp
on
June 30, 2009
More Search Options
« First
...
< Previous
121
122
123
124
125
Next >
...
Last »