Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): Editor.Text Property
More Search Options
Showing page
18
of
61
(
605
total posts)
< 1
second(s)
Re: How to disable auto-popup during pasting of HTML text
leesam, Please set Editor.EditorOnPaste Property to PasteCleanHTML: Demo: http://cutesoft.net/example/editor-onpaste.aspx Editor.EditorOnPaste Property Specifies the manner in which the editor handles pasted text. Member Name Description ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
April 30, 2007
Javascript error in IE when loading Cute Soft Editor
Hi, We are having a web ajax enabled application. In this application we are trying to integrate Cute Soft Editor. But we are getting javascript error after we enter some text in the editor and try to save it. Following is the error message: 1. Could not complete the operation due to error 800a025e 2. Object doesn't support this ...
Posted to
Cute Editor for .NET
(Forum)
by
Varunp
on
March 11, 2009
Cannot validate editor in GridView or DetailsView
I have no problem validating the editor when I incorporate it in a Table control but I can't make it work in a GridView. The result is the error: ''Unable to find control id 'CeName' referenced by the 'ControlToValidate' property of 'RequiredFieldValidator1'.'' I'm guessing I will have to do this with code behind. Here's the relevant ...
Posted to
Cute Editor for .NET
(Forum)
by
GDB
on
May 22, 2008
Re: Cute Editor and SQL
Hi there, Assuming you are using .NET, and are able to get your SQL data from the table to a variable, the editor has a text property that you can set. So using default settings and editor name, you would want to add this to your PageLoad sub in the ASP.NET page: sub PageLoad() Editor1.text = ...
Posted to
Cute Editor for .NET
(Forum)
by
Phideas
on
January 15, 2008
Re: character encoding problem
When you enter '', it is input as a special character. Please set Editor.UseHTMLEntities Property to false. Editor.UseHTMLEntities Property By default Cute Editor maps most special characters to the equivalent HTML entity automatically. You can turn it off by setting this property to ''false''. This features is not supported ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
July 12, 2006
CTRL + Z doesn't work
Whenever I press CTRL+Z I get a javascript Error ''Object does not support this property or method''. It then goes on to put a ''z'' in the editor text. What am I doing wrong here. Here's my code. Dim editor Set editor = New CuteEditor editor.ID = ''CURRENTSTATUSMEMO'' editor.Text = CURRENTSTATUSMEMO editor.FilesPath ...
Posted to
Cute Editor for ASP
(Forum)
by
dreamersmind
on
April 19, 2006
Validation message that comes on maxCharLength property
Adam; we have a DNN Newsletter module that is available to users to type text into and add photos. We've set the maxCharLength property to 2000 and when a user has entered the maxChars allowed and then adds a photo, we get the validation message [maxCharLength]. Our scenario is we need to keep the IEClientScriptMode = HTC, always ...
Posted to
Cute Editor for .NET
(Forum)
by
lwb1962
on
March 24, 2006
Focus issue w/Cute Editor 4.5
I'm having a problem with the Cute Editor instance on a page getting the focus when the page loads. I have two Cute Editor control instances hosted in a web user control (ascx). When the page hosting that ascx is loaded, the second (e.g. bottom-most) Cute Editor instance has the the focus set to the last content character in the ...
Posted to
Cute Editor for .NET
(Forum)
by
jmercker
on
June 29, 2005
Re: ascii code being converted to plain text
PaulNewRiver, Have you set Editor.UseHTMLEntities Property to true? Editor.UseHTMLEntities Property By default Cute Editor maps most special characters to the equivalent HTML entity automatically. You can turn it off by setting this property to ''false''. This features is not supported yet. Example Code ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
July 25, 2006
Re: Set fixed size of cutesoft text area
Hi WilliamK, This property works fine for me. My test page <!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' --> <html> <head> <title>class example</title> </head> <body> <form name=''theForm'' ...
Posted to
Cute Editor for ASP
(Forum)
by
Kenneth
on
November 9, 2011
More Search Options
« First
...
< Previous
16
17
18
19
20
Next >
...
Last »