Search

You searched for the word(s):
Showing page 40 of 1,765 (17,645 total posts) < 1 second(s)
  • 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
  • Re: Server-Side equivalent of pasteHtml?

    sincell, &nbsp; For this requirement, you need to use the client side JavaScript instead of server side function. To get the caret location you need to work with selection to get it. To get the selection you can use document. Selection. In Cute Editor, we provide the following API. &nbsp; editor.GetSelection=GetSelection; &nbsp; Then a range ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 4, 2011
  • Re: Style Builder buttons off bottom of form

    bdimes: Go to your example on your site.Click on a tag and select propertiesGo to the Style Builder tab in the popupClick on Layout You'll see that the controls are wrapping because the container is a tiny bit too small.&nbsp; This forces the buttons down off the form. &nbsp; I changed this line of code in Tag.aspx to fix it: &lt;div ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 2, 2011
  • Re: Server-Side equivalent of pasteHtml?

    sincell, &nbsp; It's possible. &nbsp; Please check the following example: &nbsp; http://cutesoft.net/example/howto/RegisterServerControl/cs/RegisterServerControl.aspx &nbsp; The source code of this example is available in the download package.
    Posted to Cute Editor for .NET (Forum) by Adam on February 2, 2011
  • Re: Page properties window causes duplicate meta tags

    David, &nbsp; We are working on this issue and will get back to you as soon as possible.
    Posted to Cute Editor for PHP (Forum) by Adam on February 2, 2011
  • Re: Will Cute Editor Do this?

    You can use ImageGalleryPath property to programmatically specify the Image gallery path. &nbsp; //Programmatically specify the Image gallery path editor.ImageGalleryPath = ''/Uploads'' &nbsp; In your own applications, you can specify the different ImageGalleryPath based on the current user role. &nbsp; Hope it helps. &nbsp; Let me know ...
    Posted to Cute Editor for PHP (Forum) by Adam on February 2, 2011
« First ... < Previous 38 39 40 41 42 Next > ... Last »