Search

You searched for the word(s): Editor.Text Property
Showing page 45 of 61 (605 total posts) < 1 second(s)
  • Re: Custom Embed Object

    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>     ...
    Posted to Cute Editor for ASP (Forum) by Eric on January 4, 2011
  • Clean Up HTML on the server side

      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 ...
    Posted to Cute Editor for ASP (Forum) by Big Kahuna on September 23, 2009
  • Problems with CTRL+A, Delete in the text area leaving code?

    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>&nbsp;</p>'' is left remaing?  Techincally this is blank, ...
    Posted to Cute Editor for .NET (Forum) by erjjones on January 3, 2008
  • Re: CleanUpHTMLCode and CleanUpMicrosoftWordHTML buggy

    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 ...
    Posted to Cute Editor for .NET (Forum) by zsolutionz on July 17, 2007
  • Re: Non supported browsers

    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
    Posted to Cute Editor for ASP (Forum) by Adam on October 29, 2006
  • Re: Font Changes Not working or Changing other texts(Color, Size)

    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 ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 14, 2006
  • Re: config file: changes to codeviewToolbars have no effect.

    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 ...
    Posted to Cute Editor for ASP (Forum) by Adam on May 30, 2007
  • Re: Editor Text property

    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
    Posted to Cute Editor for .NET (Forum) by sjurmr on October 23, 2007
  • Programmatically setting .Text

    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 ...
    Posted to Cute Editor for .NET (Forum) by Concoxide on June 27, 2011
  • Re: Help with upgrade from version 3 to version 4 on Cute Editor for ASP

    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 ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on May 21, 2005
« First ... < Previous 43 44 45 46 47 Next > ... Last »