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
216
of
325
(
3,244
total posts)
< 1
second(s)
Re: Is there a way to preserve the formatting when copying from word to cute editor?
Adam, We tried pasting from word to cute editor (we clicked on Cancel when Cute Editor asked us if we wanted to clean the code). However, some of the original formatting was lost? Do you want me to send you the Word
Document
?
Posted to
Cute Editor for .NET
(Forum)
by
farid
on
May 26, 2005
Re: Get ClientID From editor Object
hi fulles, you can get the editor id by the code below var editor1 =
document
.getElementById('<%= Editor1.ClientID%>').editor; var editorid = editor1._config.uniqueid; Regards, Ken
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Kenneth
on
March 12, 2014
Re: PasteHTML moving content to the beginning of the editor?
rick, Please change your code to: // get the cute editor instance var editor1 =
document
.getElementById('<%=Editor1.ClientID%>'); var selectedhtml = editor1.GetSelection().createRange().htmlText; editor1.PasteHTML(''**BEFORESELECTION**'' + selectedhtml + ''**AFTERSELECTION**'');
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
April 23, 2007
Re: Can I set image/document folder paths on the fly
BassTrails, You can only set one Image Gallery folder for the same users.
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
May 21, 2009
Re: Initialize error
I do know how to handle the error; however, that does not solve the problem. Your code interrupts the normal Application Life Cycle and it should make sure the normal life cycle is at least initialized. Also, you should
document
the fact that you are doing so.
Posted to
Ajax Uploader
(Forum)
by
ccrook
on
September 3, 2009
Re: How can i detect changed text in CE on the clientside?
clrnbeek, It's very easy to attach the event to the editor on the client side. This is an example: Client side event examle: <script> function test () { var editor1=
document
.getElementById('<%=Editor1.ClientID%>'); var editdoc = editor1.Get
Document
(); ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
December 28, 2004
Re: Incorrect formatting when pasting from Word
Hi DanielBarratt, I can not reproduce this issue. Below is the settings of my word 2010. Can you send meyour test word
document
? And what browser/version you are testing? Kenneth@CuteSoft.net Regards, Ken
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Kenneth
on
February 26, 2013
Re: Could not get the cute editor instance
Alice, To get the editor instance in the same page, please use: var editor =
document
.getElementById('<%=Editor1.ClientID%>'); To get the editor instance in the dialog, please use: var editor=window.dialogArguments;
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 18, 2006
Language issues
Hi there, i have found some language issues in the dutch cute-editor. And they can also be applied here: http://richtextbox.com/cs/localization.aspx (select Dutch) 1. If you click search/replace the you will have ":" twice after "zoeken naar" (search for) this can ...
Posted to
Cute Editor for .NET
(Forum)
by
bartje
on
August 6, 2014
RichTextEditor on Mobile
Hi I am facing problem when using Rich Text Editor on mobile. I am using it in n ASP.Net MVC application. Initially it was extremely problematic to understand the usage of the editor on mobile or tablet (I used it on Android). After spending time I understood how to use it. But, the problem is that when I type something in the ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
iFidelis
on
March 12, 2014
More Search Options
« First
...
< Previous
214
215
216
217
218
Next >
...
Last »