Search

You searched for the word(s): Editor.Text Property
Showing page 48 of 61 (605 total posts) < 1 second(s)
  • Runtime Error

      Im using asp .net 1.1 for develop the application ,  using ur component.   Sometimes, when i do a postback in my aspx with ur component on it i get an error throwing me a message like this in debug mode :   ''Document contains one or more extremely long lines of text. These lines will cause the editor to ...
    Posted to Cute Editor for .NET (Forum) by Jhonatan on August 7, 2006
  • Re: Disable Context Menu on Selector (left mouse click)

    Editor.ShowTagSelector Property Specifies whether quick tag selector toolbar appear. Example Code       <%            Dim editor            Set editor = New ...
    Posted to Cute Editor for ASP (Forum) by Adam on September 20, 2007
  • contentEditable=false

    Hi, we are trying to allow users to insert span tags with contentEditable=false, but when this is the only content in the editor we cannot type anymore text.what seams to be happening is  that the cursor cannot move out of the span tag. here is a sample some code where we set the Text property of the editor - Editor1.Text ...
    Posted to Cute Editor for .NET (Forum) by cheeves on November 18, 2009
  • Re: CleanUpHTMLCode and CleanUpMicrosoftWordHTML buggy

      I'm seeing something very similar to this myself.  I'm evaluating the Editor component, and I put in:   ''<div><span style=''FONT-FAMILY: Arial''>This is <strong>test content</strong> for 007 ... <img height=55 src=''/image/portal.gif'' width=240></span></div>''   When I call my ...
    Posted to Cute Editor for .NET (Forum) by doug_wilson on January 3, 2006
  • CuteEditor_OnInitialized(editor) doesn't work when ajax call back in the tab panel

    Hi there, I have a cuteeditor in tabpanel of a tabcontainer. I use following code to resize the editor. However, for any ajax postback, it will report the following error message. Is there any way to overcome this problem? thx error message : Microsoft JScript runtime error: Object doesn't support this property or method Partial Class ...
    Posted to Cute Editor for .NET (Forum) by wolf11th on March 24, 2010
  • Selecting default class for the editor

    I'm using DNN3.0.11 and therefore the EditorWysiwygModeCss property. The styles are parsed correctly and are displayed in the Class dropdownlist.  I only want the users to use these classes so have removed other toolbars, such as 'Font-Name' and 'Paragraph' etc. All is fine when users apply styles to the selected text, however ...
    Posted to Cute Editor for .NET (Forum) by Bunce on March 2, 2005
  • Insert Text

    If I wanted to make an exterior button that will insert some specific text at the current cursor location in the editor, what's the best way to accomplish that? I saw something about an ''innertext'' property, but I couldn't find it in the manual. I know you have custom buttons for the Editor coming in a future release, so for the time being, ...
    Posted to Cute Editor for ASP (Forum) by Deech on July 26, 2004
  • Plain text with line feeds issue

    Hi,   The Editor1.PlainTextWithLineFeeds returns line feeds as   <br>&nbsp;   together with a trailing space character. This is causing problems when trying to use Cute Editor to lay out plain text documents such as for email systems. The idea of plain text with a line feed is great, but why does it have to have ...
    Posted to Cute Editor for .NET (Forum) by Gerardicus on April 9, 2006
  • Re: How to get the richtext format out?

    Hi  i used the Editor.text property and got the text . let me explain. if i have entered Hi i am Testing. when i read from Editor using Editor1.text the text which is stored in database is <p>H<strong>i i am <em>Testing. </em></strong></p> And when i retrieving the data from data ...
    Posted to Cute Editor for .NET (Forum) by raviteja84 on November 15, 2007
  • Editor doesn't expose TEXT property when on a wizard

    When I place the editor onto a VS2005 Wizard I cannot access the editors text property to set or retrieve it's contents.   When I move the same editor off the wizard it becomes available.   How do I access the editors content when the control is on a wizard control?
    Posted to Cute Editor for .NET (Forum) by paulcreedy on July 3, 2007
« First ... < Previous 46 47 48 49 50 Next > ... Last »