Search

You searched for the word(s): Editor.Text Property
Showing page 54 of 61 (605 total posts) < 1 second(s)
  • Re: Set fixed size of cutesoft text area

    This advice may be obsolete... editor.StyleSheetPath = ''mystylesheet.css'' results in error..  Microsoft VBScript runtime error '800a01b6' Object doesn't support this property or method: 'StyleSheetPath'  Also, the following edit in a CSS has no effect... .editBox {  overflow:hidden; } Please advise if I am ...
    Posted to Cute Editor for ASP (Forum) by WilliamK on November 8, 2011
  • Automatically display the properties window...

    Support at Cutesoft,   I drop in a control (i.e. text box) I have to double click on the text box to get the properties window to display.   Is there a configuration property that I can change to get the property window to automatically display once the (textbox) or any other input is dropped into the editor?   Thanks, Eric
    Posted to Cute Editor for ASP (Forum) by erjjones on July 24, 2007
  • Inconsistent HTML output

    Hello,   I am facing a problem with HTML output of the cuteeditor. I am using Editor.Text property to get the HTML. The out put is not consistent as in some cases it has <html></html> and <head></head> tags while in other cases these tags are stripped and HTML contains <table> only.   Is there anything ...
    Posted to Cute Editor for .NET (Forum) by piyushc on May 7, 2009
  • Uploaded images stream

    Hello everyone,   We bought CuteEditor control a few months ago. In our application users can insert images and text using CuteEditor control. That all works fine but now we have a new requirement. We needed to collect all the images that user uploads using CuteEditor control and store them in our database. What we need is to get the stream ...
    Posted to Cute Editor for .NET (Forum) by s.popovic on December 19, 2006
  • Re: CuteEditor 6.x Crashes in IE7 & IE8

    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. It is possible to resolve this by replacing with style tags instead. CSS styles can be overriden by browser settings whereas font tags can't, therefore styles are much better for ...
    Posted to Cute Editor for .NET (Forum) by Eric on August 17, 2010
  • zoom

    My problem  is I have a editor which is read only. while loading itself I need to show in 25% zoom . Here is my code <CE:Editor ID=''Preview'' runat=''server'' AutoConfigure=''None'' ReadOnly=''true'' ShowBottomBar=''false'' Height=''500Px'' Width=''800Px'' > </CE:Editor> in Page load cs file protected ...
    Posted to Cute Editor for .NET (Forum) by Vasuu on March 19, 2008
  • Re: RichEditingIsAvailable is Always False

    mike_f1: CuteEditor always appears as a textarea with no toolbars or richtext options. While trying to get to the bottom of this I've noticed that the property RichEditingIsAvailable is False. This has been tested on WinXP SP2, IE6 and IE7 RC1 and EnableClientScript returns True on all machines tested.   Interestingly this only ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 4, 2006
  • Re: Copy Paste - Serious Issue - Urgent workaround Required

    >>Is there any way we can control the user from pasting only text and nothing elseDon,   Please set your Editor.EditorOnPaste Property to:  Editor.EditorOnPaste = PasteBehavior.PasteText    
    Posted to Cute Editor for .NET (Forum) by Adam on January 19, 2006
  • What's new in version CuteEditor for .NET 5.3?

    New Features and Improvements: New memeber (PastePureText) has been added into PasteBehavior Enumeration. Member Name Description Default When you paste text into the editor it is not processed. Disabled Paste function is disabed. PasteCleanHTML When you pasting the html code into the editor, the empty tags, ...
    Posted to News and Announcements (Forum) by Adam on May 25, 2006
  • AutoParseClasses causes textarea to not work

    Are there any style properties we should avoid using in a stylesheet assigned to the EditorWysiwygModeCss property?   I'm asking because it seems a style added to the stylesheet we were using for this property has cause the textarea of the editor to stop working. We have quite a few styles in this sheet, so I am unsure which one is causing ...
    Posted to Cute Editor for .NET (Forum) by Kyrus on August 31, 2009
« First ... < Previous 52 53 54 55 56 Next > ... Last »