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
46
of
325
(
3,244
total posts)
< 1
second(s)
Re: Can I Prevent/Disable Highlighting text in Cute Editor?
Halina, Yes, it's possible. Please follow the steps below: Step 1: <body onload=''setTimeout(NoHighlight,1000);''> Step 2: function NoHighlight(){ var editor1 =
document
.getElementById('<%=Editor1.ClientID%>'); //Get the ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
November 8, 2006
Re: languge
neginzarei, Please following the steps below. 1. Create a new XML file and name it to fa.xml. 2. Copy/Paste the content of en-US.xml file to fa.xml file. 3. Translate the value of resources into farsi. <resource name=''Save''>Save</resource> <resource name=''New''>New ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
October 2, 2006
Re: custom ctrl.Attributes["onclick"]
Try the following code: // get the cute editor instance var editor1 =
document
.getElementById('<%=Editor1.ClientID%>'); editor1.PasteHTML(html); // get the cute editor ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
April 6, 2006
Re: dynamically insert textarea
Try the code below: <head> <script language=javascript> function init() { // get the cute editor instance var editor1 = ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 7, 2006
Re: PDF Function
Bauer,Thanks for the nice comments about Cute Editor. >>when a user clicks a button I generate a pdf with cuteeditor.savepdf(path). how can I directly send this as a download after clicking to the user?Try:<a href=''
document
.PDF''><b>Check the PDF file</b></a> Hope it helps. Let me know if you have any further ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 15, 2006
Re: How to change upload folder position?
Please check the following articles: Setting up the Image gallery path http://cutesoft.net/developer+guide/Specifying-images-path.htm Setting up the Flash gallery path http://cutesoft.net/developer+guide/Setting-up-the-flash-gallery-path.htm Setting up the Media gallery path ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 19, 2006
Re: Loss of session state when opening browse_Img
rcroeder, >>I have also noted that sometimes saving the data, the sessions go away; including ones I do not wish too. This is somewhat random and I cannot trace it to any particular module. Are you doing any type of session abort? It does not happen as often with a single occurance of the editor, but if I have more than one it will usually ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
December 30, 2005
Re: File Explorer / Manager
Gavin, The ''insert image'', ''insert flash'', ''insert media'', ''insert
document
'', ''insert template'' dialogs contain the file manager. You can use the file manager create the folder, delete the folder, upload/delete/rename the file. For your situation, please check the ''insert template'' which also allows ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
December 17, 2005
Re: JavaScript API capabilities
Paul, The following code only work in IE. var editor1 =
document
.getElementById('<%=Editor1.ClientID%>'); var sel = editor1.GetSelection(); var r= sel.createRange(); var reg_td = /<td[\s\S]*?\/td>/gi; if(reg_td.test(r.htmlText)) { var tds = r.parentElement().getElementsByTagName(''TD''); ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
December 7, 2005
Re: Import from MSWord/WorPerfect
Romeo,Right now only Editor.LoadRTF Method is available. You have to use the copy/paste method to import msword/wordperfect
document
into the editor. Sorry for the inconvenience.Editor.LoadRTF Method Loads the contents of an RTF file into the CuteEditor control. Editor.SaveRTF Method Saves the contents of the Cute Editor to a RTF ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
November 27, 2005
More Search Options
« First
...
< Previous
44
45
46
47
48
Next >
...
Last »