Search

You searched for the word(s): CuteSoft_Client
Showing page 9 of 143 (1,426 total posts) < 1 second(s)
  • Re: change filename of file uploaded with image selector

    Hi kommander47,   1. Open file InsertImage.aspx (CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx)   2. Find section <CE:Uploader id=''InputFile'' runat=''server''></CE:Uploader>   3. Add section <CE:Uploader id=''anotheruploader'' runat=server ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 29, 2009
  • Re: Pop-up window not big enough making new template and setting table properties

    Please open CuteSoft_Client\CuteEditor\Dialogs\outereditorfull.aspx and modify the following code:   <CE:EDITOR      id=''OuterEditor''      AutoConfigure=''Full''      ShowDecreaseButton=''false''       ShowEnlargeButton=''false'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 24, 2009
  • Re: CuteEditor JS Error 800a025e

    ajouadi: Hi everybody,   In my aspx page, i have two cuteedior placed on updatepanel .. when a postback event, it generate a JS error : ''htmlfile: Could not complete the operation due to error 800a025e'' ==>   if(editdoc.queryCommandValue(OxO36e1[0x1c0])==Ox8f5[i][0x0]    then ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 29, 2009
  • Re: the Editor second time it's didn't work with me

    1. Please add the following code to your web.config.     <httpHandlers>       <clear />   <add verb=''*'' path=''*.ashx'' type=''System.Web.UI.SimpleHandlerFactory, System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'' />     ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 6, 2009
  • Re: Okay, I just downloaded and installed the sample version - now what?

    Hi lianaent,   1.   I tried opening the solution but I get an error that it's written in .Net 1.1.   Cute Chat can works with .net 3.5, please reference the requirements here: http://cutesoft.net/ASP.NET+Chat/Requirements/default.aspx   2.How do I integrate this with my website?  I mean, I ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 20, 2009
  • Re: How to disable "Make Template"

    Dev65,   Please open CuteSoft_Client\CuteEditor\Dialogs\InsertTemplate.aspx and change the following control:   <asp:ImageButton id=''NewTemplate'' BorderWidth=''1'' Runat=''server'' AlternateText=''[[NewTemplate]]''        ImageUrl=''../Load.ashx?type=image&file=newtemplate.gif'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 24, 2009
  • Re: Editor text area padding

    Beo,   Please open CuteSoft_Client\CuteEditor\Themes\Office2007\style.css and modify the following code:   #EditorID .CuteEditorFrame {width:100%;height:100%;padding:0;margin:0;border-top: #7E9DB9 1px solid!important;border-bottom: #7E9DB9 1px solid!important;border-left: #ffffff 0 solid!important;border-right: #ffffff 0 ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 24, 2008
  • Re: Image Insert - Interations through directories take too long.

    Ed, Please open CuteSoft_Client\CuteEditor\Themes\Office2007\style.css and modify the following code:   #EditorID .CuteEditorFrame {width:100%;height:100%;padding:0;margin:0;border-top: #7E9DB9 1px solid!important;border-bottom: #7E9DB9 1px solid!important;border-left: #ffffff 0 solid!important;border-right: #ffffff 0 ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 24, 2008
  • Re: Having trouble changing the image upload paths...

    Tested CuteEditor for .net v6 Image Gallery Path setting according to Developer Guide http://cutesoft.net/developer+guide/index.html, working with Images section   1. modify \CuteSoft_Client\CuteEditor\Configuration\Security\default.config. Successful both on my testbed and customer end    <security ...
    Posted to Cute Editor for .NET (Forum) by Karen on April 2, 2008
  • Re: SpellChecker

    Scott,   We have a plan to have our own spell checker this year.   >>Is it possible to accomplish 1 installation?   1. Open CuteSoft_Client\CuteEditor\SpellCheck.aspx   And remove this line 75:   folderName = this.MapPath(Path.Combine(Request.ApplicationPath, folderName));   2.  Set dictionary ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 28, 2008
« First ... < Previous 7 8 9 10 11 Next > ... Last »