|
Search
You searched for the word(s): Editor.Text Property
Showing page 31 of 61 (605 total posts)
< 1 second(s)
-
Adam, im sorry for having bothered you, the error appeared to be on my side.
What I was doing was;
editor.Text = textTranslated;
editor.EnableStripScriptTags = false;
Which should be;
editor.EnableStripScriptTags = false;
editor.Text = textTranslated;
And everything worked fine. I ...
-
When I paste HTML formatted text and have the editor text saved to a database, it returns with differently formatted html. This is especially problematic with links <a href> tags without terminating </a> tags, tables, etc. Is there something we need to change in how we set the editor text value or a different property we ...
-
Tom, Please check the Editor.EditorWysiwygModeCss Property.
Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example EditorWysiwygModeCss=''example.css,~/portal.css,/default.css''
-
Hi Adam,
I used your method, but the content saving failed. The text property of the editor did not update.
however if i assigned pos = 0 instead of getting the position from the ''IndexOf'' method, it works fine.
but pos = 0 is not the position i intended to put my custom button.
Is there something i ...
-
Stephen,
1. This CSS item will not work in paragraph dropdown. You need to put it into Css Dropdown.
2. If you want Cute Editor use the Css definitions in common.config, you need to set this property to false:
Editor.AutoParseClasses Property
3. >>but CuteEditor seems not to be able ...
-
Hi Daniel, 1) How do I set the max file upload to be different for Image and Files? Please open file "richtexteditor\config\default.config", you can set the "MaxFileSize" for the special "dialog" under its own ...
-
I want to use the EditCompleteDocument property but none of the CSS classes from within the <head> of the document are being applied to the content within the editor. I would like to be able load the complete HTML from a url and have it render within the editor with all of the css classes applied so it looks just like it ...
-
Hi,
Using vs2003 rich text box some data will be saved to database with text manipulations.Now, i am using vs 2005 web application,i want to populate that data saved from Richtextbox.As, there is not richtextbox in asp.net,i tried cuteeditor.But,when i tried to populate using text property or xhtml property i am not getting the data ...
-
Hi,
Using vs2003 rich text box some data will be saved to database with text manipulations.Now, i am using vs 2005 web application,i want to populate that data saved from Richtextbox.As, there is not richtextbox in asp.net,i tried cuteeditor.But,when i tried to populate using text property or xhtml property i am not getting the data ...
-
Paul,
Yes. You need to check the following properties:
Editor.PlainText Property
Retrieves the CuteEditor HTML content in plain text format.
Remarks
This property is read-only. If you want to store the document text in a database which is searchable, you can use the output of this property to create an ...
... 31 ...
|
|
|