|
Search
You searched for the word(s): Editor.Text Property
Showing page 45 of 61 (605 total posts)
< 1 second(s)
-
Dear Gerudo,
Please follow steps:
1. Save the folling code to test.asp
<!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' -->
<html>
<head>
<link rel=''stylesheet'' href=''asp.css'' type=''text/css'' />
</head>
...
-
I found these in the help section but when I try to implement them in my code I get the following:
Object doesn't support this property or method: 'CleanUpHTMLCode'
Object doesn't support this property or method: 'CleanUpMicrosoftWordHTML'
You can teach your end users use the Clean Up HTML button () in ...
-
Currently having issues testing the text property of cute editor after a user has done a CTRL+A to select all the text, then presses the DELETE key to delete all the text. Instead of the editor.text having a '''' empty string value for this action; an ''<p> </p>'' is left remaing? Techincally this is blank, ...
-
Hello.
I use 5.3.0.0 CuteEditor 5.3 Build 2006-08-18
About function CleanUpMicrosoftWordHTML().
In Reference Book I read the following:
CleanUpMicrosoftWordHTML() - Use the Clean Up Word HTML function to remove the extraneous HTML code generated by Microsoft Word.
But after invoking CleanUpMicrosoftWordHTML() , I have same problem that ...
-
Steve,
You can use Editor.BrowserType property to detect the data is from a a plain text box or not.
If Editor.BrowserType=''false'' Then
'The data is from a plain text box. Let us do some thing here
End If
-
Matt,
We are investigating this issue and will post an update soon.
At the same time, please set Editor.UseFontTags Property to true.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 ...
-
djlurch,
The above configuration is not implemented yet.
Please use the following propery:
Editor.CodeViewTemplateItemList Property
The toolbar items used in the editor Code View going to this string. Example CodeViewTemplateItemList=''Save,Print,Cut,Copy,Paste,Find,ToFullPage,FromFullPage,SelectAll
Example ...
-
Adam,
I believe the problem lies in the Ajax component and not in CuteEditor. I am sorry for troubling you with this issue.
Regards,
Sjur
-
I am having an issue with programmatically setting the .Text property with a string that contains rich text characters.
If I manually copy and paste text with rich text characters in the editor, it converts them to html entities just fine . . . but when set programmatically it does not . . .they show up as unknown characters . . and then ...
-
There are a few more issues than described, but for the most part it is not major surgery, more out-patient.
StyleSheetPath property, even though listed in the help file, is not supported; I think this is now replaced by EditorWysiwygModeCss. Organizing the help file would help. StyleDropDownMenuNames and StyleDropDownMenuList apply ...
... 45 ...
|
|
|