Search

You searched for the word(s): Editor.Text Property
Showing page 49 of 61 (605 total posts) < 1 second(s)
  • Line-feed/Carriage return entities inserted when Source edited

    Hi,   Hoping someone can help with this as it's been bothering me for awhile now.   I have RTE saving content to an MSSQL DB. I do this by using the Editor.Text property, and save that to an NVARCHAR field.   Everything is working fine, except whenever the HTML is edited in anyway via the 'Source' view, the HTML is ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Justinian on September 30, 2013
  • White spaces not counted for in characters for word count

    Hi, I am showing the word count for the the editor I included in my system. However it seems that white spaces arn't inlcuded in the character count when I type in it. That the text box here in this forum seems to be counting it. It there a property that I need to call to enable this?   I'm not sure what's the version of cuteeditor ...
    Posted to Cute Editor for .NET (Forum) by Gilbert on June 8, 2009
  • Re: How to get SelectionStart, SelectionEnd and SelectionRange

    Yes, of course it has to do with CuteEditor. CuteEditor is a text editor and part of the basic requirement is to provide code to position the cursor.   I can get the position easily in CE using IE, but not with FF because I need these properties.   Other editors provide access to these properties so that the cursor can be placed at a ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 20, 2007
  • Re: default font and default font size

    Dorthe,   Cute Editor uses default font of the current page. The default font of web page is Times new roman.If you want to change the default font from Times new roman to Verdana (http://cutesoft.net/forums/3541/ShowPost.aspx), you need to use EditorWysiwygModeCss property to specify the location of the style sheet that will be ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 7, 2006
  • Clienty Side NetSpell Error

    Editor =5.1 OS = XP Pro Browser = IE 6.0 SP2   After figuring out you had changed your 'spell' button property to 'netspell' (bad compatibility process, why why why...)   Anyhow - Do you have any new 'design features' that cause NetSpell to fail?  I get the following JS error (exact syntax):   Line: 7 Char: 36 Error: ...
    Posted to Cute Editor for ASP (Forum) by mat41 on April 5, 2006
  • AllowPasteHTML Has No Effect?

    I'm evaluating a number of CuteEditor configurations and have discovered that the AllowPasteHTML property setting seems to have no effect. Perhaps my expectations are incorrect. What I did was create a simple table in Notepad, then, copied and pasted it into the CEditor. I can paste into both the normal view and the HTML view. Of course ...
    Posted to Cute Editor for .NET (Forum) by jeff330ci on July 9, 2004
  • Re: Doublespace after first line of text disappears sometimes.

    MRosamond,   Which version of Cute Editor are you using?   How did you set the BreakElement property?   Can you try the following example and find the correct option for your situation?   http://cutesoft.net/example/oncarriagereturn.aspx      
    Posted to Cute Editor for .NET (Forum) by Adam on June 6, 2007
  • Re: Link CSS file to the templates preview

    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,/default.css''   Example Code       <%           Dim ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 12, 2006
  • Re: Insert Div sections inside RTE dynamically

    Hi,   You can load the html code like the normal content by "Text" property.   editor.Text = "<div>abc</div>";  Regards,   Ken     
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on October 27, 2015
  • Re: Issues with Mozilla browser

    Please try this example:   http://richtextbox.com/test/UseFontTags.aspx     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 tags. By default Cute Editor converts font tags to span ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 9, 2008
« First ... < Previous 47 48 49 50 51 Next > ... Last »