Search

You searched for the word(s): use <p>
Showing page 298 of 864 (8,631 total posts) < 1 second(s)
  • Re: Open Word Document

    You can only use CE edit the RTF file. Word doc is not supported  Right now.   Editor.LoadRTF Method:Loads the contents of an RTF file into the CuteEditor control. Editor.SaveRTF Method Saves the contents of the Cute Editor to a RTF file. RemarksThe SaveRTF method enables you to save the entire contents of the control to a RTF file. If ...
    Posted to FAQ (Forum) by Adam on December 17, 2005
  • Re: RenderControl does not conform standard

    Buckley, Can you tell me why you want to use the editor without specifying the <CE:Editor>?The CuteEditor for .NET is developered as an ASP.NET server control.To use this, CuteEditor must be included in a Web Forms page using a Register directive:<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 26, 2005
  • Re: License File only allows CuteEditor to work locally

    Chad,   You may also install and use the Software on an unlimited number of developer workstations (but not on a development server) for use in connection with the same single website host name when accessed by the http://localhost/Webapplication;   However if the web server is accessed using another hostname (i.e. it is a shared ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 18, 2005
  • Re: Why CuteEditor reformats my HTML, puts div, seperates table etc .. ? Not happy at all ...

    Please use the Editor.DisableAutoFormatting Property. By default Cute Editor will carefully analyze all of your HTML code and begin correcting all errors automatically. What you get is professionally presented code, properly reformatted and ready for use. If you want to preserve the formatting of existing HTML, you can turn this feature off ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 8, 2005
  • Re: Why did you send version 4.0 and not 4.1

    matthew, The control you received is the version 4.1 instead of the version 4.0.>>1..Is there a config file that lets us choose to use netSpell over ieSpell?  Yes.  You can set the editor.UseNetSpell property to false if you want to use the Iespell. Example:  editor.UseNetSpell = false ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 3, 2005
  • Re: Configuring LInks Dropdown to hide url in links

    Ahmun, When you add a link, you should select/highlight  some text, then select from the link dropdown. The link will be yahoo.  If you forget select the text, the CuteEditor will automatically use the link URL as the link text. The link will become http://www.yahoo.com/. If you just want to insert some links into the ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 21, 2005
  • Re: upload image problem!!!!!!!!

    sunny, Please check this article: Writing to a UNC path with the uploading tools If you can't get this work, please check your web.config file and make sure you use impersonation in your web config.  Step 1: Create a domain account which has the write permission to your UNC share        Username: ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 5, 2005
  • Re: Asp database site

    designserve :   Yes , the CuteChat support any user-data-model . (SqlServer,Access..Databases.. Passport,SharePoint,ActiveDirectory...)   Please open the : C:\Program Files\CuteSoft\CuteChat\Toolkit\Solution   There is some sample about intergate the user-model for existing website .   If you what to do that too , ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on September 3, 2004
  • Re: <BR> instead of <P>

    Hi rodbr,   You can defines what happens when the ''enter'' key is pressed in the editor in the BreakMode enumeration.This enumeration has three values. Member Name Description UseDivOnCarriageReturn use <div > tags on enter keypress instead of <p></p>tags UseBROnCarriageReturn use <br> tags ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 26, 2004
  • Re: Technical questions: Networking & Threading

    Hi ance :   The CuteChat do not use the System.Net and the Socket to exchange informations between clients and server .   In browser , CuteChat use the 'MSXML2.XMLHttp' to send a request to server , and download results from server.   The data transfer between client and server are text based.   About the threading ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on August 9, 2004