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
3
of
61
(
605
total posts)
< 1
second(s)
Re: Is there a way to edit arbitrary plain text documents (even with some XML/HTML tags)
Please set the following property to true: Editor.EnableClientScript Property Whether to enable the client script based HTML editor. If false, the Cute Editor will render as a regular textarea field instead of a WYSIWYG editor. Example Code ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
June 19, 2008
Re: Best way to determine if editor is loaded as a TextArea or WYSIWYG editor
custfeedback,1. Property:Editor.BrowserType Property Gets the browser type as detected by the HTTP headers sent by the browser. 2. Code example: BrowserType _bt = Editor1.BrowserType; switch(_bt) { case BrowserType.CompatibleIE: Literal1.Text = ''You are using the CompatibleIE''; break; case ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 21, 2005
Re: Editor.Text not being updated?
Yes I have the IsPostBack part down fine, and when I click on save to save the text of the editor to the database, it does get saved. The problem is not setting the editor text to ''Hello world'' or a variable (e.g. strText = ''Hello World''). The problem is saving the text property of the editor to the variable (e.g. strText = ...
Posted to
Cute Editor for .NET
(Forum)
by
ralc001
on
December 16, 2007
Re: Bottom Bar Options?
Please check the following properties: Editor.ShowBottomBar Property Specifies whether the Bottom Bar(Design, Html and Preview Mode tab) appear. Example Code <% Dim ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
October 8, 2009
Re: Cute editor ignoring editor.Height and editor.Width attributes
The editor.Width and editor. property should work. Demo is here: http://cutesoft.net/asp/customization1.asp The demo is using the following code: <% dim content content = ''<H1><FONT color=#2f4f4f>Customized Toolbar</FONT></H1>'' Dim editor ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
August 17, 2005
What's new in CuteEditor for .NET 6.1?
New Features and Improvements: Vista Style Dialog System is implemented. Now Cute Editor has two built-in dialog systems. Vista Style Dialog Standard Dialog By default, when a user opens a dialogs of Cute Editor, the Vista Style Dialog will appear by ...
Posted to
News and Announcements
(Forum)
by
Adam
on
July 2, 2008
Re: Problem with font selection in Cute Editor ASP
reddawn, Try set the following property to true then try again. Editor.UseFontTags Property Font tags are now deprecated, meaning that they aren't used any more and will cause validation errors. Many legacy pages still contain style information in font tags. By default Cute Editor converts font tags to span tags. ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
June 8, 2007
Re: Is it possible to force "Paste Plain Text" only?
amacalindong, Yes. Please set your Editor.EditorOnPaste Property to: Editor.EditorOnPaste = CuteEditor.PasteBehavior.PasteText Editor.EditorOnPaste Property Specifies the manner in which the editor handles pasted text. PasteBehavior EnumerationEnumerates the manners in which the editor handles pasted text. ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
October 3, 2006
Re: Add <link .....> tag with Cute Editor 6.1 text
Please set the following properties to false. Editor.EnableStripLinkTagsCodeInjection Property Specifies whether to remove <link> tags which contain malicious, client-side executable code before writing the string into the db. When this property is set to true (the default) Cute Editor strips all <link> tags which ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 16, 2008
Re: Breaks when pasting HTML with embedded form tags
Scott, Please try the following example and find the correct option for your situation. http://cutesoft.net/asp/editoronpaste.asp If you want to keep JavaScript and server side code, please use the following properties: Editor.AllowEditServerSideCode Property By default Cute Editor doesn't allow edit ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
July 3, 2007
More Search Options
< Previous
1
2
3
4
5
Next >
...
Last ยป