Search

You searched for the word(s): use <p>
Showing page 29 of 864 (8,631 total posts) < 1 second(s)
  • Re: How to capture an UNLOAD event?

    spencet:    In the File Selector example, we would like to trigger an ASP.NET function after the Upload and Insert buttons are pressed and the CE window is closed but having trouble grabbing the CE.Unload event. Anyone have an example of how to do this or a better way to accomplish our goal?   Thanks Hi ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 18, 2010
  • Re: are there Room Administrators in Cute Chat?

    Ilana,   You need use ChatApi class to maintain lobby list (create edit delete) , use lobby.Integration property to save your custom data.   (or you make new table to store the relative data by the lobbyid)   and then override this method of the ChatProvider :   public virtual bool IsLobbyAdmin(IChatLobby lobby,string ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on August 26, 2009
  • Re: question regarding the license

    Dear customer, A Domain license allows the control to run on 1 domain/subdomain name, ie http://news.domain.com or http://intranet or http://192.168.0.1 A Small Business License allows 10 such names An IP license enables all the domains/subdomains hosted on this IP@ to use the control. All license options are good for http://localhost. I'd ...
    Posted to Cute Editor for .NET (Forum) by Karen on April 27, 2009
  • Re: how to obtain complete filename

    Hi,   In the file upload event args , or other upload file object, you can use   args.FileName to get the origin filename.   and use the   args.GetTempFilePath() to get the full path of the temp file in file system.   use Path.GetFileName(args.GetTempFilePath()) to get the filename without directory.   I ...
    Posted to Ajax Uploader (Forum) by cutechat on January 7, 2009
  • Re: Custom spell checker dictionary

    >>1. If I want to retain the existing spell checker, can I use it with the cutesoft editor. If yes how?   Yes. all you need to do is adding a custom buton and call your spell checker.   Here is an example:   How to create a custom ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 4, 2008
  • Re: Using CuteEditor as a FLASH selector

    Hi lanec,     You can try this way,It also valid for other file types.   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''C#'' %> <html> <head>     <title>ASP and ASP.NET WYSIWYG Editor - Use CuteEditor as a document ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 30, 2008
  • Re: Edit link for 'Insert Template' in the toolbar?

    Hi Daniel83,     Setting up the Template Gallery Path To enable the Template Management function of the CuteEditor control, you must set up a managed Template Gallery folder. This is simply a folder in which you will be placing template files for your users to use in their content. Create a folder in your application’s ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 28, 2008
  • Re: License for CMS

    CuteEditor for PHP doesn't have free trial program like CuteEditor .net. Many customers purchase a domain license to try out then upgrade to desired license type with price difference. CuteEditor PHP requires PHP v5 to run. If you are concerned how to embed CuteEditor into your own PHP pages, here comes the sample code Example Code ...
    Posted to Purchase / License FAQ (Forum) by Karen on August 5, 2008
  • Re: what kind of license do I buy?

    What about Small Business License? This Small Business license allows the use of our product for up to 10 domain/subdomain names deployed by a single company. You don't have to submit 10 names all at once. Start with a couple and then add more gradually without a deadline. The 10 names can come from 10 different sites and they don't have to be ...
    Posted to Purchase / License FAQ (Forum) by Karen on May 28, 2008
  • Re: Source code shows <div> instead of <p>

    creativewithtechnology,   Please check the following property:   Editor.BreakElement Property Specify the behavior when the ''enter'' key is pressed in the editor The default is Div.   Example Code <?php          $editor=new ...
    Posted to Cute Editor for PHP (Forum) by Adam on April 10, 2008
« First ... < Previous 27 28 29 30 31 Next > ... Last »