Search

You searched for the word(s): Editor.Text Property
Showing page 33 of 61 (605 total posts) < 1 second(s)
  • Re: Where can I change some words that are in english

    MarcioSantos, Editor.CustomCulture Property Specify the culture name used in the current editor   Example Code       <%            Dim editor            Set editor = New ...
    Posted to Cute Editor for ASP (Forum) by Adam on July 17, 2008
  • Re: <p>Test Text Completion</p> Results in #1p#2T#9#7t T#9xt C#5mpl#9ti#5n#1/p#2

    Set the following property to false.   Editor.EncodeHiddenValue Property By default Cute Editor will encode the value in the Hidden field automatically. You can turn it off by setting this property to ''false''. If this property is set to false, ValidateRequest=''false'' in the page directive is required.
    Posted to Cute Editor for .NET (Forum) by Adam on September 28, 2007
  • Re: configuring the cute editor

    >>Can we place the toolbars  on the right hand of the text area(editable area)? or can we completley separate it from text area?   Yes.   Please check this example:   http://richtextbox.com/test/UseFloatToolbar.aspx   Or this one:   http://cutesoft.net/example/dad.html   >>Can we remove ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 16, 2009
  • Re: Character Encoding or HTML entities

    1. Which version of Cute Editor are you using?   2. Can you reproduce this issue in the following example?   http://cutesoft.net/asp/todatabase.asp   3.  Have you set the following property to true?   Editor.UseHTMLEntities Property By default Cute Editor maps most special characters to the equivalent HTML ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 17, 2009
  • Re: Pasting text then saving to database

    Jeff,   There are two concepts.   Editor.PlainText This property is read-only. If you want to store the document text in a database which is searchable, you can use the output of this property to create an HTML-free copy for indexing. Demo:   http://www.richtextbox.com/test/PlainText.aspx     PasteAsText ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 19, 2007
  • Tweaking the tool bars appearence

    I have used the editor.Template property to make only the tools I want available, this works nicely.   A couple of things that are not covered in the brief tool bar documentation:1..How can I manage the style of the tool bars background?  In particular the nice gradient you have on all your examples (except minimal ...
    Posted to Cute Editor for ASP (Forum) by mat41 on August 3, 2005
  • Re: How to change font of text box?

    Thanks for the reply, but I'm still not able to set the font of the text body. If I use EditorWysiwygModeCss, I don't know what css tag to use. I had a look in asp.css, but I can't figure out which part applies to the editor's text area. I tried EditorBodyStyle but it did not work. (This property is not mentioned in the documentation by the ...
    Posted to Cute Editor for ASP (Forum) by Torquemada on June 3, 2005
  • setting default foreground text color

    Ok, I have the editorBGColor property set to black.  This works great except that the user now has to change the text color to white before he/she can see anything.  I have tried all sorts of different combinations of editorforecolor, etc.. trying to get the setting right.  Does anyone know the correct property name for the default ...
    Posted to Cute Editor for .NET (Forum) by jasonjanofsky on April 3, 2005
  • Re: paste word clean code problem

    I have tried this but get error: Microsoft VBScript runtime error '800a01b6' Object doesn't support this property or method: 'editor.EditorOnPaste' Here is code: <%                                 ...
    Posted to Cute Editor for ASP (Forum) by Sjur on August 30, 2005
  • Re: Enable Javascript Execution in Preview

    warnickr,   1. I just checked the code. The JavaScript execution is the preview dialog is also disabled.   2. If you do need this funtion, it's better to create the custom dialog (Demo: http://phphtmledit.com/custombuttons-popup.php). When the dialog loads, call the following JavaScript API:   ...
    Posted to Cute Editor for PHP (Forum) by Adam on January 31, 2008
« First ... < Previous 31 32 33 34 35 Next > ... Last »