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
14
of
61
(
605
total posts)
< 1
second(s)
Re: Whats New
Version 4.0.0.5 Change List: Added: We added a new propery Editor.UseHTMLEntities in the version 4.0.0.5. 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''. Added: Load balanced servers support. To add Load balanced servers ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 1, 2005
Re: Browser Compatibility: Cut and Paste Toolbar Icons do not function correctly in FF
wzs5011, 1) Functionality bug: “Cut” toolbar button deletes the text I cut, and does not make a copy of cut contents in buffer. (Neither CTRL-V or Paste button cause cut text to reappear.) By default, Firefox needs permission to access the user's clipboard. Many users don't know how to enable ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
November 1, 2007
Re: Issue with Fonts
Your aspx page is using Verdana font by default. You didn't use the Editor.EditorWysiwygModeCss Property specify the location of the style sheet that will be used by the editable area. 1. When I load the editor it starts off as Verdana. The editor detects the aspx page is using Verdana font.2. As soon as I click ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 18, 2006
Re: problem: extra / added to some links
No, I was unable to reproduce it in the test page you provided. I've had time to do some test since my first post, and it would seem to only happen when I set the UrlType property programmatically. So here's my test code. ------------------------------------------------------------------------------- <!-- #include ...
Posted to
Cute Editor for ASP
(Forum)
by
hothead
on
May 28, 2009
Cute Editor Changes NOT Saving Since Move to New Server
ASP.Net. Net Framework 3.5. Visual Web Developer 2012. Windows Server 2008 R2. SQL Server 2008. Cute Editor. I am using the Cute Editor control on a web page within a site designed using Microsoft Web Developer. The Cute Editor is in a formview control. The whole formview is tied to a SQL database. Any changes I ...
Posted to
Cute Editor for .NET
(Forum)
by
Chaplain Doug
on
July 19, 2012
Tying the Editor Control to an SQL Database Table/Record/Field
Visual Web Developer 2008 Express. Visual Basic. Cute Editor 6.x. I know how to set up a SQL data source on my aspx page, how to tie a form to this data source, and how to tie controls within the form to particular fields in the data source. How do I do the same with the Cute Editor. Namely, if I am using the Cute ...
Posted to
Cute Editor for .NET
(Forum)
by
Chaplain Doug
on
October 16, 2008
Re: Placing a custom button anywhere inside the bar of buttons causes the text value to be incorrect
Hi Adam, I think we found why it is going wrong and fixed it. I'll try and explain. Say we have int pos = 0; ceEditor.InsertToolControl(pos, ''MyButton'', ctrl); The above will work fine. Now we change it to: int pos = ceEditor.ToolControls.IndexOf(''Unlink'') + 1; ceEditor.InsertToolControl(pos, ''MyButton'', ...
Posted to
Cute Editor for .NET
(Forum)
by
Aldo
on
August 28, 2007
cute editor's height property problem!
Hi, I have a problem here I have spent hours with! the page has a cute editor placed in a 'lightbox' (customized div has a absolute position with display set to none or block). the problem comes when I switch the lightbox on to display the cute editor, the light box always stay 0 height. picture here: I ...
Posted to
Cute Editor for .NET
(Forum)
by
zmw85
on
August 9, 2008
Re: Problem getting correct postback text
Mads, Please set Editor.EncodeHiddenValue property to false. Editor.EncodeHiddenValue Property By default Cute Editor will encode the value in the Hidden field automatically. You can turn it off by setting this property to ''false''. If this property is set to false, ValidateRequest=''false'' in the page directive is required. ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 23, 2006
Re: Insert break problem
This is my CE Web Custom Control Code Behind : Public Class HTMLEditor Inherits System.Web.UI.UserControl #Region '' Web Form Designer Generated Code '' 'This call is required by the Web Form ...
Posted to
Cute Editor for .NET
(Forum)
by
pnmcosta
on
October 13, 2004
More Search Options
« First
...
< Previous
12
13
14
15
16
Next >
...
Last »