Search

You searched for the word(s): Editor.Text Property
Showing page 19 of 61 (605 total posts) < 1 second(s)
  • Re: Tabbing in and out of Cute Editor

    I would like to TAB BETWEEN controls - not within the editor. So, tabSpaces = -1 - I understand I have to set this.   I found out some more info on this but need your help on how to set it correctly.   If the tabIndex is set to something other than ''0'' (zero) then the TABBING BETWEEN controls does not work. For the example I sent ...
    Posted to Cute Editor for .NET (Forum) by betht on April 13, 2009
  • Re: Google Chrome problem

    EnableStripLinkTagsCodeInjection Specifies whether to remove <link> tags which contain malicious, client-side executable code before writing the string into the db. When this property is set to true (the default) Cute Editor strips all <link> tags which contain malicious, client-side executable code from the html to prevent link tag ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 10, 2009
  • Re: EditorWysiwygModeCss doesn't set the default font on page load correctly?

    Eric, http://cutesoft.net/example/general.aspx   In the above example, the default font is Arial instead of Times New Roman.   In the forum HTML Editor, the default font is Verdana instead of Times New Roman.     Cute Editor uses default font of the current page. The default font of web page is Times new ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 9, 2008
  • Not able to Preview the text and add special character - IE9

    We're loading the editor within the IFRAME for our ASP.Net Application. The issue is we're not able to preview the text with the preview button and also not able to insert the special characters. The popup giving us the error as Object doesn't support this property or method "GetDocument" and Object ...
    Posted to Cute Editor for .NET (Forum) by nalashaa on October 29, 2013
  • Re: Placing a custom button anywhere inside the bar of buttons causes the text value to be incorrect

    Adam,   Something a bit weird is happening:   int pos = 0; // Editor1.ToolControls.IndexOf(''Italic'')+1; WebControl ctr = Editor1.CreateCommand Button....... ................................... Editor1.InsertToolControl(pos,''MyButton'',ctr);     When i uncomment the ''Editor1.....'' to fill in the pos variable, the ...
    Posted to Cute Editor for .NET (Forum) by Aldo on August 28, 2007
  • Re: CSS styles not showing correctly

    Gerardicus,   Have you used Editor.EditorWysiwygModeCss Property and apply style sheet filesto the editable area?   Please check the Editor.EditorBodyStyle Property as well.   Editor.EditorBodyStyle PropertyThe style to be applied to the Editor body. Example Code       ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 10, 2006
  • Re: 4.0 to 5.0 Compatability issue

    mat41,   CuteEditor for ASP 5.0 Class Library Editor.FocusOnLoad Property Specifies whether the editor grabs focus when the page loads. If this property is set to true then the editor will take focus, if it is set to false it will not.   Example Code ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 7, 2006
  • Repost: How to edit (add) the controls ' property?

    Hi Adam,   I create a html form using the editor. When I am trying to edit (add)  the controls' property, for example , change(or add) an input's name, I double click the control, a popup window show up , I change the name , then click OK. But when I view the html code, the text box's name is stll the old one (or empty). It seems ...
    Posted to Cute Editor for .NET (Forum) by jackie2070 on December 13, 2005
  • Re: Cascading Stylesheets of the page in the editor

    Hi Adam, I'm using version 4.0.0.4 of the editor and have seen this property in the documentation. That would be a solution for a part of my customers where I can parse the stylesheets from the source, but some of them are using inline styles: <STYLE type=text/css media=screen> P {  MARGIN: 0.5em 0px 1.1em; FONT-STYLE: normal ...
    Posted to Cute Editor for .NET (Forum) by jvzoggel on January 28, 2005
  • Re: CleanUpMicrosoftWordHTML() automatically adds CDATA to my script tags

    Hi Ken, Unfortunately the demo strips the script tags from the input. What I did was basically: 1) Allow client scripts in the document2) Call CleanUpMicrosoftWordHTML()3) Display the editor's Text property after the clean up.  I can't seem to include an attachment, so i'll just put a modified default.aspx in a code block ...
    Posted to Cute Editor for .NET (Forum) by jonathanexact on July 30, 2010
« First ... < Previous 17 18 19 20 21 Next > ... Last »