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
11
of
169
(
1,685
total posts)
< 1
second(s)
Re: Javascript API to find caret (insertion point) position in the document.
I am trying catch when the user presses the delete key and or the backspace key and check weather the current caret position is in a ''key'' field such as <<LastName>> and if the selection range is anywhere in the ''key'' field it would delete the whole key and not just the selected. To do this I need to find the caret (insertion ...
Posted to
Cute Editor for .NET
(Forum)
by
cbreier
on
June 28, 2006
Re: different locations for link / document root
Hi AlanJames, i have the same problem with the distinction of upload (data) path and link path. I want to let the user create links to all files under root (including subdirs) but upload only into one special folder. Now, can you please tell me how you solved this problem? Many thanks in advance, Petra.
Posted to
Cute Editor for .NET
(Forum)
by
tenzi
on
July 28, 2008
Re: Rendering a rich Text control in Javascript
Hi jgreenjr, Try the example below <%@ Page Language=''C#'' AutoEventWireup=''True'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
October 29, 2009
Re: AutoExpand Height to fill page?
Hi Lozzi, Try this example <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
August 21, 2009
Re: Get Location of cursor with is the text
Eli, Please use the following method to paste html code: PasteHTML() This method is used for pasting the specified HTML into a range within an editor
document
. If anything is selected, the selection is replaced with the new HTML and text. Example: ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 7, 2009
Re: How to assign the value of a div to a cute editor on client side?
Hi rizwanali, Please try this code: <html xmlns=''http://www.w3.org/1999/xhtml''> <head id=''Head1'' runat=''server''> <title>Welcome to Quattro Html Editor</title> <script language=''javascript'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
October 28, 2008
Re: Extra processing before pasting
You need to Retrieve Data from the Clipboard first then use the editor1.PasteHTML function. PasteHTML() This method is used for pasting the specified HTML into a range within an editor
document
. If anything is selected, the selection is replaced with the new HTML and ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 17, 2008
Re: How to insert text to Cute Editor by javascript
jeremias_t, Yes, we have. JavaScript API: PasteHTML() This method is used for pasting the specified HTML into a range within an editor
document
. If anything is selected, the selection is replaced with the new HTML and text. Example: ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
April 24, 2008
Re: JavaScript content count is unreliable with attachEvent for keypress/onclick
HotAir, Change your code to: <script language=''javascript''> // get the cute editor instance var editor1 =
document
.getElementById('<%=RemarksEditor.ClientID%>'); function CE_attachEvent() { // get the cute ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 12, 2006
Re: Plain Text Word Count
Vikas, Please try the following code: // get the cute editor instance var editor1 =
document
.getElementById('CE_Editor1_ID'); //Get the editor content var editdoc=editor1.Get
Document
(); ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
October 18, 2005
More Search Options
« First
...
< Previous
9
10
11
12
13
Next >
...
Last »