Search

You searched for the word(s):
Showing page 1706 of 1,762 (17,611 total posts) < 1 second(s)
  • Re: one more question on the licencing model

    orah666, &nbsp; The IP license file will be generated based on your server IP address. The domain license file will be generated based on your site domain name. &nbsp; If you want to change server IP address, you need to contact us. We need to recreate the license file for you based on your new info.&nbsp;&nbsp; &nbsp; If the change is ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 20, 2004
  • Re: Separators not showing

    Nick, &nbsp; Try change your .spacer class in your style sheet to: &nbsp; .spacer {border-top: 1px solid buttonshadow; border-left: 1px solid buttonshadow; border-bottom: 1px solid buttonhighlight; border-right: 1px solid buttonhighlight;width:2px;margin-left:2px;margin-right:2px;height:18px;VERTICAL-ALIGN: middle;} &nbsp; Kee me posted.
    Posted to Cute Editor for .NET (Forum) by Adam on September 17, 2004
  • Re: Link stylesheet changes background color

    vikbol, &nbsp; Editor1.StyleSheetPath = ''/mypath/stylesheet.css''; &nbsp; Can you post the content of stylesheet.css? &nbsp; Please note that your /mypath/stylesheet.css shoud cotains the following classes: &nbsp; .button {}.buttonover {}.buttondown {}.spacer {}.container {}.editBox {}.selectColor {}.dropdown {}
    Posted to Cute Editor for .NET (Forum) by Adam on September 17, 2004
  • Re: How to get space between dropdown boxes??

    Nick, &nbsp; I just checked the code I sent to you. &nbsp; I miss the following line in the temp.css file: &nbsp; .dropdown {VERTICAL-ALIGN: middle; width:100%; margin-top:3;margin-left:3;font-family:verdana; Color:#000000; font-size: 8pt;}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Please add it into the&nbsp;&nbsp;temp.css style sheet.
    Posted to Cute Editor for .NET (Forum) by Adam on September 17, 2004
  • Re: reselling and rebranding

    Yes, you can turn off the CuteSoft logo by setting ''ShowLogo=false'' or you can add your company info by settting LogoText=''abc company copyright''
    Posted to Cute Editor for ASP (Forum) by Adam on September 17, 2004
  • Re: Visual Studio integration

    KatAli, &nbsp; We redesigned the site recently. We will put more documentation on the new site.
    Posted to Cute Editor for .NET (Forum) by Adam on September 16, 2004
  • Re: Visual Studio integration

    Integration with Visual Studio.netAfter you have extracted the control to application bin folder, you can place it into the Visual Studio toolbox. Step 1: Open Visual Studio.NET1. Open Visual Studio.NET. 2. Choose View - Toolbox to display the Toolbox. 3. Right-click on the Toolbox and choose Customize Toolbox. Step 2: Browse and ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 16, 2004
  • Re: Link stylesheet changes background color

    Vikbol, &nbsp; Please check your style sheet. &nbsp; .container {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;padding: 2px;&nbsp; BACKGROUND-COLOR: #B0C4DE; TEXT-ALIGN: left} &nbsp; If you defined the container background color in your style sheet, the editor will show this color instead of white.
    Posted to Cute Editor for .NET (Forum) by Adam on September 16, 2004
  • Re: Basic .NET Setup Problem - Get "Unknown Server tag CE:Editor" error

    Joe, &nbsp; Have you added the reference to CuteEditor on the top of your aspx page? &nbsp; &lt;%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %&gt;
    Posted to Cute Editor for .NET (Forum) by Adam on September 16, 2004
  • Re: integration with Netspell with .dll added to project

    Nick, &nbsp; Sorry. &nbsp; In the download package, we have two example files showing you how to add the spell cheked button into the CuteEditor tool bar: &nbsp; integrate_withnetspell.aspx integrate_withnetspell_vb.aspx &nbsp; &nbsp; Step 1: Create a spell checked custom button &nbsp;&nbsp; &lt;script ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 16, 2004