Search

You searched for the word(s): use <p>
Showing page 297 of 864 (8,631 total posts) < 1 second(s)
  • 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
  • Re: Getting/Setting Text of CuteEditor w/out using Files

    John,   It's possible to use LoadRTF method to load RTF code into Cute Editor.   void Page_Load(object sender, System.EventArgs e){     if (!IsPostBack)      {            ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 10, 2007
  • Re: Flaws - how to correct them?

    Fred,   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 style=''FONT-FAMILY: Comic Sans MS''>Hello World</span>       If you select the above HTML code and change the font ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 27, 2006
  • Re: EditorWysiwygModeCss question

    the4bs:   I would also like to get the style from a database. The following page handles getting the styles from the databasepreviewpage.ashx If I use this code in a web page, the css style works fine: ''<link href=''http://cutesoft.net/Site/PreviewPage.ashx?PageID=62263'' rel=''stylesheet'' type=''text/css''>''  Except ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 18, 2006
  • Re: List of Commands

    HomecitySupport,   For the 'PasteHTML' issue, please use the following JavaScript API:   http://cutesoft.net/developer+guide/JavaScript-API.htm   PasteHTML() This method is used for pasting the specified HTML into a range within a editor document. If anything is selected, the selection is replaced with the new ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 18, 2006
  • All license options allow full functionality of the control

    A Small Business license allows the use of CuteEditor .NET 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 ...
    Posted to Purchase / License FAQ (Forum) by Karen on June 13, 2006
  • Re: Font reverts back to default font after changing size ISSUE

    rwarren,   Sorry for the wrong answer.   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 style=''FONT-FAMILY: Comic Sans MS''>Hello World</span>       If you select ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 5, 2006
  • Stay in Normal view

    I guess when you call ''setHTML'' and ''getHTML'', you're supposed to stay in Normal view rather than the HTML view. It makes more sense to me to use functions to retrieve HTML code when you can't see the code. Once you've switched to HTML view, the code is right in front of you, direct access, no need to use functions.   I've tried your ...
    Posted to Cute Editor for .NET (Forum) by Karen on April 24, 2006
  • Re: Ms Word Bold and Italic Clean-up

    Alex,   Editor.UsePhysicalFormattingTags Property These are two types of text formatting tags -- logical formatting tags ( <strong> and <em> ), which describe the information in the element, and physical formatting tags (<b> and <i>), which specify its appearance. By default CuteEditor use the logical formatting ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 6, 2006
  • Re: license domain telldomain.asp

    For the asp.net applications, please use the following telldomain.aspx.   <%@ Page Language=''C#'' %> <script runat=''server''> void Page_Load(object sender, System.EventArgs e)  {   Literal1.Text = HttpContext.Current.Request.Url.Host.ToLower() + ''<br><br>'' + ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 6, 2006