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
59
of
61
(
605
total posts)
< 1
second(s)
Re: PlainText does not insert line feeds or whitespace
Still no answer?? This makes the PlainText property unusable. In the meantime, you should post code to allow your users to generate plain text from the Cute Editor, even if it's in Javascript.
Posted to
Cute Editor for .NET
(Forum)
by
liz-kma
on
September 30, 2005
Supporting system and user templates... is it possible?
I would like to support two separate template sources - the system templates and the user's templates. For user templates, the user would have full control (move, copy, delete, upload), but for the system templates, no move/copy/delete or upload. The system templates would be in a different folder from the user templates. This ...
Posted to
Cute Editor for .NET
(Forum)
by
MITFrog
on
March 27, 2007
How to disable properties window for the textbox control
Hi, We are using cute editor latest version with .net2.0. I am dynamically adding the Html Text box by using the PasteHtml method. After adding it, the user should not edit the properties of this textbox. That is if he right clicks, the property box should not opened and he should not drag the text box control ...
Posted to
Cute Editor for .NET
(Forum)
by
nrraman.tnj
on
February 22, 2007
Mozilla 5.0 and CuteEditor - Not able to type in blank box
A strange problem and workaround. With Mozilla 5.0, if the initial text is completely blankwhen loading the Editor, the user cannot type into the box. If text is already there, the box worksas normal.As a workaround, I edited the s_text property in the main ASP file, detected Mozilla 5.0 and inserted two<br> statements, ...
Posted to
Cute Editor for ASP
(Forum)
by
EdVanDuyne
on
December 21, 2005
Re: new to cute editor
I am unable access editor.text property in my code behind file aspx.vb ? am i missing anything? do i need to import any namespace or declare??
Posted to
Cute Editor for .NET
(Forum)
by
scmanduva
on
November 19, 2008
Re: Stipped down form of HTML output
Carla, please use the Editor.Text or Editor.XHTML property instead of using the GetFullHtml which will return the full html page (with body tag, head tag and form tag).
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 6, 2005
Re: forcing paragraphs with one line of text
Aluminum, You can use Editor.XHTML Property to retrieves the CuteEditor HTML content in well-formed XHTML format. I think that will resolve your problems.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 22, 2004
Re: The ongoing FireFox media playback issues
Try use Editor.XHTML Property to retrieve the CuteEditor HTML content in XHTML format instead of Editor.Text property, then try again. It looks like Firefox need those quotes.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
December 5, 2006
Inserted HTML changes :(
Hi, Currently with version 5.2 of CuteEditor I have the following problem. When input tags are entered inside the html view manually in the following way: <input type=''text'' /> and after switching to Normal or Preview mode, then back to html view the input tag is changed to: <input>. If I use <input type=''submit'' /> instead ...
Posted to
Cute Editor for .NET
(Forum)
by
dvarchev@vizibility.net
on
March 15, 2006
Re: Plain text as default
jyotsna, Set the following property to true. EnableClientScript 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. Demo: http://richtextbox.com/test/EnableClientScript.aspx
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 10, 2007
More Search Options
« First
...
< Previous
57
58
59
60
61
Next >