Search

You searched for the word(s): cutesoft_client
Showing page 66 of 228 (2,278 total posts) < 1 second(s)
  • Re: Custom Dialog Integration

    There is dialog configuration file named tag.config. You can find it in CuteSoft_Client/Cuteeditor/Dialogs folder.  The following code specifies which file will be used when the user double click the images in the editor. <add pattern=''IMG'' tab=''IMG'' text=''[[Image]]'' control=''Tag_Image.ascx'' /> You can change its value and and ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 19, 2005
  • v4.0 Quick OverView

    Hi Adam,I just installed the v4.0 demo and after a few tests I can conclude a few new aspects like:1. Many properties which I used to set in v3.0 are now obsolete, since we now configure them via web.config files, right?         [ don´t need to set something like: [this.ce1.MaxImageSize = 500;], set it in web.config now ]         by default it ...
    Posted to Cute Editor for .NET (Forum) by KenA on November 23, 2004
  • Re: Text does not display in google Chrome

    Hi, I tried your page and it didn't work for me  in Chrome (17.0.963.56 ) in the same way as you have described. I got the following error:Failed to load resource: http://www.epithimies.gr:8084/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css (using javascript console) Make sure that this ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on March 6, 2012
  • Re: Issues with Connection String

    I have given all of the basic information regarding the project.  If there is anything else required I can send that output.  I am trying to do what I think should be a very basic thing - run the livesupport application as part of an existing website.   I have a visual studio 2005 web application project.  I have included the ...
    Posted to Cute Live Support (Forum) by drewid on February 12, 2007
  • Re: Do not resize in slideshow view

    Hi regrossman, 1. Open file D:\2005\Gallery\CuteSoft_Client\Gallery\Viewer\LightBox\Code.js 2. Find section below, the red code is the width and height you want to change this.img=GalleryCreateImage(photo.Url,imgwidth,imgheight); Example: this.img=GalleryCreateImage(photo.Url,300,200); Regards, ken
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on December 31, 2010
  • Re: I need the font and size drop downs to appear last on my toolbar.

    Please try   Editor1.TemplateItemList = ''[Fontname,Fontsize]''; You can update it to   Editor1.TemplateItemList = ''[Fontsize,Fontname]''; You can refer to online example http://richtextbox.com/test/TemplateItemList.aspx   If you are using toolbar configuration file, please update button order in ...
    Posted to Cute Editor for .NET (Forum) by Eric on June 29, 2010
  • Re: Spell Check not working in version 6.5

    Dear deepakOB,   Please check whether you followed those steps in:  http://cutesoft.net/ASP.NET+WYSIWYG+Editor/Deployment/html-editor-Deployment/Deployment.htm You can download the lastest release and recopy folder CuteSoft_Client to your server. After that, test it again. Please keep us ...
    Posted to Cute Editor for .NET (Forum) by Eric on December 3, 2009
  • Re: ContextMenuMode

    Hi kjell,   you can custom the contextMenu by modify Common.config.   you can find this file in (\CuteSoft_Client\CuteEditor\Configuration\Shared\Common.config)   More information about custom contextMent, please refer to the following ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 5, 2009
  • Re: Disabling style builder tab in Insert Dialog

    dstephens,     Open the CuteEditorWeb\CuteSoft_Client\CuteEditor\Dialogs\tag.config.   To turn off the general tab, remove this line: <add pattern=''*'' tab=''Common'' text=''[[Common]]'' control=''Tag_Common.ascx'' /> To turn off the style builder tab, remove this line: <add pattern=''*'' tab=''Style'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 2, 2008
  • Re: Change categories order

    Dear eschrein,   How to change the categories order?  Please open ''CuteSoft_Client\Gallery\Layout\Explorer\Code.js'',  go to line 118, you can find the following code:    for(var i=0;i<this._categories.length;i++)   {    var c=this._categories[i];    var ...
    Posted to ASP.Net Image Gallery (Forum) by Eric on May 25, 2011
« First ... < Previous 64 65 66 67 68 Next > ... Last »