Search

You searched for the word(s):
Showing page 38 of 1,762 (17,611 total posts) < 1 second(s)
  • Re: ASPUloader trial - error

    Stephen, They are classic ASP code. &nbsp; The error you got is FileSystemObject error '80040401' Permission Denied. &nbsp; Please contacted your web host regarding having FSO permissions that would allow the delete permission.
    Posted to ASP Uploader (Forum) by Adam on February 14, 2011
  • Re: Spellchecker changing language dictionary

    Cute Editor uses&nbsp;aspell. To change the language setting of aspell, please open cuteeditor_files\Dialogs\spellerpages\server-scripts\spellchecker.php and modify the following code: &nbsp; $lang = 'en_US'; &nbsp; Hope it helps.
    Posted to Cute Editor for PHP (Forum) by Adam on February 14, 2011
  • Re: how to validate user-generated html is well-formed?

    pw007: I'm not talking about validating to w3 specs. I just want to ensure that the html that the user creates is 'well-formed' so that it doesn't screw up my 'host' page when it is displayed, because of missing closing tags, etc.. &nbsp; Does anyone have any method to achieve this? Even an imperfect solution will be welcome (and better than ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 14, 2011
  • Re: Get current selected color?

    How did you call the color picker?
    Posted to Cute Editor for .NET (Forum) by Adam on February 14, 2011
  • Re: Silverlight ?

    srp10, &nbsp; No, we don't have plan to support silverlight for now.
    Posted to Cute Editor for .NET (Forum) by Adam on February 14, 2011
  • Re: Protect table (html) contents

    Alex, &nbsp; I cannot reproduce the problem in the following demo: &nbsp; http://cutesoft.net/asp/EnableAll.asp &nbsp; Can you download the latest build then try again?
    Posted to Cute Editor for ASP (Forum) by Adam on February 4, 2011
  • Re: Image Gallery (too many File)

    heeae: Are there any fix yet ? It is already 1 month &nbsp; heeae &nbsp; Heeare, &nbsp; Here is a solution. &nbsp; Please open CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx and find the following code: &nbsp; protected int GetUsedPercent() &nbsp;{ ...&nbsp;&nbsp;&nbsp; &nbsp;} &nbsp; Change it to &nbsp; protected int ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 4, 2011
  • Re: Spell check with a different language

    frJericho, &nbsp; Thanks for the nice suggestions. We will implement this feature in the next major version. &nbsp;
    Posted to Cute Editor for .NET (Forum) by Adam on February 4, 2011
  • Re: Image border=0

    CrazyK: Adding img(border:0) did not work. However, I managed to get rid of it by adding border=''0'' to the image tag. My image tag looks something like this. &nbsp; &lt;img src='''' border=''0''&nbsp; /&gt; &nbsp; Yes, it will work by using &lt;img src='''' border=''0''&nbsp; /&gt;. &nbsp; Can you try the following code in your CSS ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 4, 2011
  • Re: SetHTML not a function

    Can you try the following code? &nbsp; // retrieving the content of Cute Editor as HTML var content = editor1.getHTML(); alert(content ); Are you able to get the content of editor? &nbsp; If not, can you check the html source of the page which contains Cute Editor? Maybe the client ID of the editor is not correct. Keep me ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 4, 2011
« First ... < Previous 36 37 38 39 40 Next > ... Last »