Search

You searched for the word(s): cutesoft_client
Showing page 9 of 228 (2,278 total posts) < 1 second(s)
  • Re: How do I change the 'Special Characters' ?

    Hi m3jim, you can custom the ''special characters'' dialog at   for IE browser: ''\CuteSoft_Client\CuteEditor\Dialogs\InsertChars.htm'' for gecko browser (chrome,firefox,safari)''\CuteSoft_Client\CuteEditor\Dialogs\Gecko_InsertChars.htm'' In the gecko dialog, the characters defined by method ''function writeChars()'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 29, 2012
  • Re: Upgrading

    Dear davepearce,   Upgrade steps: 1. Backup your website 2. Remove folder ''CuteSoft_Client'' 3. Download cuteeditor for .net, download link: http://cutesoft.net/downloads/folders/cute_editor_current_releases/entry21904.aspx 4. Unzip it 5. Upload files of folder ''\Framework 2.0\bin'' to your application bin folder, it will override ...
    Posted to Cute Editor for .NET (Forum) by Eric on March 29, 2011
  • Re: Support button inside a jquery panel

    Hi joses,   Please try the code below   <%@ Page Language=''C#'' %>      <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''>   ...
    Posted to Cute Live Support (Forum) by Kenneth on November 17, 2010
  • Re: Supressing specific images

    hi regrossman, Please try this way For ''Classic'' layout 1. Open file ''\CuteSoft_Client\Gallery\Layout\Classic\Code.js'' 2. Find section below     for(var i=0;i<photos.length;i++)     {         var div=this.CreatePhotoDiv(photos[i]);    ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on November 8, 2010
  • Re: Question on default album

    Hi Gregger, How to hide the default category folder in Explorer layout.  1. Open file ''CuteSoft_Client\Gallery\Layout\Explorer\Code.js'' 2.  Find section below  this.AttachItemEvent(container.appendChild(div));  3.  Change it to    if(c.Title!=null)    { ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on October 20, 2010
  • Re: add new gallery layout "button" to slideshow gallery

    Hi emilyPA,   1. Open file ''\CuteSoft_Client\Gallery\Layout\SlideShow\Template.htm''   2. Find section below          <td style='width: 90px; vertical-align: middle;'>   change to          <td style='width: 120px; vertical-align: ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on May 27, 2010
  • Re: Security warning with the latest version 6.6

    Hi sanjay.joshi,   Can you delete the entire client folder ''CuteSoft_Client'' and re-deploy it by the new version and try again?   Whe you done it, try a simple page on you site, like below   <%@ Page Language=''C#'' ValidateRequest=''false'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 5, 2010
  • Re: Spellchecker not working within asp:UpdatePanel and another Panel where the visibility="false"

    Hi mokeyb ,   Try this way <%@ Page Language=''VB'' AutoEventWireup=''false'' %>     <%@ Register Assembly=''AjaxControlToolkit'' Namespace=''AjaxControlToolkit'' TagPrefix=''ajaxToolkit'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 30, 2010
  • Re: Exception of DateTime format.

    sanjay.joshi: Hi Adam/Ken,   Suddenly from yesterday below editor exception for invalid datetime is comming in our production server. Do you guys have any idea? please share your thoughts. Thanks.   Raw URL: /SUBSCRIBERS/JavaScriptLib/CuteEditor/CuteSoft_Client/CuteEditor/Load.ashx?type=scripts&file=IE_Loader Physical ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 10, 2010
  • Re: Ce5.3 and base64 invalid code in the settinghash

    mike.chambers: I have an issue with a 404 on my live site, which I think is actually a ''Invalid Character in base64 code'' Trying to track this down.. I find that my dev site (exact same as live) has a very small setting hash, whereas when I move to live I end up with a huge hash... anyone able to ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 9, 2010
« First ... < Previous 7 8 9 10 11 Next > ... Last »