Search

You searched for the word(s): Editor.Text Property
Showing page 44 of 61 (605 total posts) < 1 second(s)
  • Re: BASE HREF PROBLEM for developer - urgent

    Thank you, I have checked the online demo, and while it appears to work I don't think Yahoo.com is a good example.  Here's why:   Yahoo ALREADY uses absolute URL's, so whether or not we set the BaseHref property it will display the Yahoo graphics.  For example, even when I copy and paste the Yahoo.com source code in THIS editor, ...
    Posted to Cute Editor for PHP (Forum) by kjgraham on February 22, 2008
  • Re: CSS Error Chrome browser. Inserts code / Style / SyntaxHighlighter.css and display page breaks.

    Hi, thanks for the answer. I downloaded the new version continues to show me and I was failing. I mention that I happen to see what the best solution. I remind you that the problem only happens in the browser chrome. 1 º. Insert the stylesheet / Style / SyntaxHighlighter.css -> is solved as I indicated. 2 º. Also ...
    Posted to Cute Editor for PHP (Forum) by Anonymous on January 20, 2012
  • Re: Custom config file name generates Failed to Load Menus and how to change "css class" to custom text.

    editor.AutoConfigure = filename, the file name should be the built-in configuration file under \CuteEditor_Files\Configuration\AutoConfigure folder. To use your own button configration file, you need to set ConfigurationPath property in CuteEditor class. Example Code ...
    Posted to Cute Editor for ASP (Forum) by Karen on May 20, 2008
  • Re: Sizing and resizing bugs in the cuteeditor

    Please use the following code:   <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html lang=''en'' xml:lang=''en'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 25, 2007
  • Database stored Word HTML Text not rendering correctly in Editor

    I have a process that saves a Word document to Word HTML then creates a database records, with the content of the outputted HTML file.  I then read the record from the database and display it within the Editor,  but the text is being changed during the databind process.  I have verified that the correct text is in the ...
    Posted to Cute Editor for .NET (Forum) by Rashun on January 25, 2005
  • Re: php tags half removed

    Set the following property to true then try again:   Editor.AllowEditServerSideCode Property By default Cute Editor doesn't allow edit the Server side code. When this property is set to true, Cute Editor will allow edit the Server side code.   Example Code ...
    Posted to Cute Editor for PHP (Forum) by Adam on May 26, 2008
  • Re: Insert Image

    Rogerke,   Please check the following article:http://cutesoft.net/asp/developer-guide/Working-with-Links.htm   Use absolute paths with the domain name.      To use absolute paths with the domain name, you need to set Editor.RemoveServerNamesFromUrl property to ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 25, 2006
  • Re: Got an opinion?

    MrPea,   >>I have had a bit of an experience with applying font sizes, types, that kind of thing across numerous paragraphs   Let me explain this in details.   For example, you type ''Hello World'' into the editor.   Select it and chaneg the font name to Comic sans MS, you will get: <span ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 24, 2006
  • Re: Font fore color and background color toolbar buttons not working?

    Hi Adam, We have now updated to the latest version we have (6.6c) and note that the issue still persists. As noted in my previous post, this is fine if we don't use the readonly property, but causes an issue if we do use it. As an aside, setting the control to enabled = false still allows us to modify the text in the editor
    Posted to Cute Editor for .NET (Forum) by ralc001 on October 2, 2011
  • Re: Creating multiple galleries

    vialetti,   >>3. Create a per-user gallery.  Yes. Cute Editor allows developers to assign a pre-defined set of permissions by group or individual.   Please check this example:   http://cutesoft.net/example/implementSecuritypolicy.aspx   >>1. Create a read-only gallery, people must use ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 15, 2007
« First ... < Previous 42 43 44 45 46 Next > ... Last »