Search

You searched for the word(s):  
Showing page 1349 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: saved html in mysql db displays as plain text when retrieved

    I do see now that in looking at the actual data in mysql that almost all my previous notes were stored as plain text. (They were exportedfrom another old windows-based note program into my current php db - I'm trying to put these notes online.) The few old notes that are stored as html also display that html (same problem as data retrieved ...
    Posted to Cute Editor for ASP (Forum) by mp5802 on September 8, 2010
  • Re: cant get this working -- Operator console does not connect

    In GetLogonIdentity(), is there some recommended way to differentiate if the request is originating from the web or from the operator thick client? the reason i ask is that for web visitors, i have a specific authentication method i want to call (which checks an ecrypted cookie to get their userID) but for the operator thick client, ...
    Posted to Cute Live Support (Forum) by xaanix on April 23, 2010
  • Re: Tag <p> is created right after text deletion

    Adam,   Please follow these steps below to reproduce:   1. Insert red html { <span style=''color: red''>Hello world</span>} into CE with HTML mode.   2. Switch to Normal mode 3. Delete all texts by pressing on Backspace in end 4. Enter any word like: ABC 5. Result <p> tag is insert ...
    Posted to Cute Editor for .NET (Forum) by Gia Phu on November 4, 2008
  • Re: writing cute editor text to sql db creates unrecognizable characters.

    Hi   The square things are just enterprise managers way of showing CR and LF. What other apps are you trying to use the data in? If you do a select statement in sql manager and show the results as text, does the text look properly formatted? It should do...   When saving and retrieving from the database I dont do any ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on June 4, 2008
  • Re: Typing delays

    Adam: >>It's when we pop up the new window with the Cute Editor that we see the hesitation when typing. Something like the following example? Can you try it? http://cutesoft.net/example/dad.html   It doesn't happen on that page. Were you able to reproduce it with the demo page? I can do it every time on IE 6 and IE ...
    Posted to Cute Editor for .NET (Forum) by TomLewis on May 18, 2007
  • Re: Problem with editor - stopped working

    Clearing the cache did not help.  I sent you the demo URL - that did not help.  I sent you the code generated when I drag the editor from the toolbox to a page - and that (apparently) did not help.   When I first bought the editor, it worked by doing that - no problem.  No changes to properties, and it basically worked.  ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on March 7, 2007
  • Re: Can messages wrap underneath the chat user's name?

    Todd,   Yes, it's possible.   Please follow the steps below:   1. Open ChatUI.js.aspx file and find the following code in line 1486:   var td=tr.insertCell(-1);   2. Add the following code below the above code:   td.Width=150; td.noWrap=false;    
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on February 6, 2007
  • Error - PDF Converting

    when i convert to pdf , for example : protected void Button1_Click(object sender, EventArgs e) {   Editor2.SavePDF(''test.pdf'');}   CuteEditor create a pdf file , but when I open this file i have a error with Acrobate Reader 7 : An unrecognised token '762,68' was found.    
    Posted to Cute Editor for .NET (Forum) by Sbsoft on June 13, 2006
  • set Edit area background image through code

    Hi,   Is there a way to programmically set the page properties like background image for the editor area?    I would like to set it before hand if possible automatically.Thanks,RonPS Pretty impressive editor.   We have looked a few and this is the best.  
    Posted to Cute Editor for .NET (Forum) by Anonymous on July 18, 2005
  • Re: Issues with EditorWysiwygModeCss

    Hi,   The events fire correctly if everything is implemented on a page. But if we use a user control on an aspx page and put Cute editor on the user control then the events do not seem to fire. I have an example of this. I will send it over to you. You will be able to recreate this issue with the standalone project that I will be ...
    Posted to Cute Editor for .NET (Forum) by guptep on November 16, 2016