Search

You searched for the word(s): Editor.Text Property
Showing page 29 of 61 (605 total posts) < 1 second(s)
  • Re: Issue with saving ID or name attribute for select type controls

    Adam, I have upgraded to version 5.2, now I cant blank out the name attribute. Why is that..is there a change that will allow me to save a null? Specifically, the first time around I can save a null. My code validates that nulls are not present and prevents saving the name attribute. Once the user saves a not null name, then I cant null it back, ...
    Posted to Cute Editor for .NET (Forum) by AMarino on March 15, 2006
  • Re: List Item closing tag is removed

    Here we go again... I've got another problem with the way the editor is creating the xhtml for lists: This time the problem is with nested lists. When I first create a a nested list this is the code that is saved: <ul>     <li>Some text 1</li>     <li>More ...
    Posted to Cute Editor for .NET (Forum) by rogchap on September 28, 2007
  • Losing Tabs "\t"

    I am programatically setting the editor's Text property to a string that contains HTML but it also has tabs ( \t ) and line feeds ( \r\n ). It looks like the XHTML property holds on to the \r\n  nicely but my tabs \t are completely lost. Is there any way to maintain the ...
    Posted to Cute Editor for .NET (Forum) by sincell on December 5, 2008
  • Re: CSS Error Chrome browser. Inserts code / Style / SyntaxHighlighter.css and display page breaks.

    Hello, sorry for the delay. We tried to fix the problam as indicating to us, but we keep the error. We know what to do to avoid inserting the line 'SyntaxHighlighter.css' but now we have the problem that the Chrome browser, we still inserting the style sheet you specified using the property: '$ editor-> EditorWysiwygModeCss' (example of that ...
    Posted to Cute Editor for PHP (Forum) by Anonymous on March 13, 2012
  • Disable URL auto formatting in IE

    Hi, we're using the CuteEditor to allow our users to edit documents which will eventually be printed, and are otherwise not for use online.  The editor works great, but the one major annoyance we have is with the URL auto-formatting that takes place under IE 7/8 (and possibly other versions).  Whenever a user types a URL directly into ...
    Posted to Cute Editor for .NET (Forum) by oversearch on April 6, 2011
  • Re: MaxHTMLLength

    Dear Cassiopeia, Editor.MaxHTMLLength Property: Gets or sets the maximum number of characters including the HTML tags allowed in the Cute Editor. Default is zero, indicating no maximum.   Editor.MaxTextLength Property Gets or sets the maximum number of characters excluding the HTML tags allowed in the Cute Editor. Default is zero, ...
    Posted to Cute Editor for PHP (Forum) by Eric on February 14, 2011
  • CuteEdit 6.5 - Problem EditorOnPaste with Options PasteText and PasteCleanHtml

    hi adam, when I paste in text from a website and I enable PasteText it will all be on one line (while the option says it should still maintain paragraph marks). When I put it on PasteCleanHTML of PasteWord it does recognize the <p> elements ... Sampletext (copied from an Outlook2007 Email) ...
    Posted to Cute Editor for .NET (Forum) by transresult on November 10, 2009
  • Re: using in place of textarea form element

    deanfriesen ,  Let use the original IbuySpy portal as an example. In the following example we replace a textbox control in the EditHtml.aspx into a rich text editor.  1.deploying the CuteEditor.dll assembly and license file Copy the CuteEditor.dll and the CuteEditor.lic to the \bin directory for the web ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 10, 2005
  • Re: Problem adding html

    Please set the following property to true then try again:   Editor.EditCompleteDocument Property Specify whether a complete HTML document is being edited.   Example Code <?php          $editor=new ...
    Posted to Cute Editor for PHP (Forum) by Adam on January 15, 2009
  • Re: set text causes InvalidCastException

    paulc: When programatically setting the text property to some values (e.g., ''<li>''), CuteEditor throws the following exception: System.InvalidCastException: Unable to cast object of type 'System.Xml.XmlDocument' to type 'System.Xml.XmlElement'. Please advise.   The top of the stack trace is as ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 18, 2008
« First ... < Previous 27 28 29 30 31 Next > ... Last »