Search

You searched for the word(s):
Showing page 1 of 2 (19 total posts) < 1 second(s)
  • Re: randomly appearing issues

    It seems this one did the trick.&nbsp; Thank you very much for the prompt response.
    Posted to Cute Editor for ASP (Forum) by ValleyHope on December 18, 2009
  • Re: randomly appearing issues

    IE8Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2) &nbsp;FFMozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 &nbsp;&nbsp;
    Posted to Cute Editor for ASP (Forum) by ValleyHope on December 7, 2009
  • Re: randomly appearing issues

    I'm experiencing the same issues, both in my website as well as this page.&nbsp; When I tried to reply to this post, I got the error message.&nbsp; One thing I found in common betweein my end user (the one complaining&nbsp;about the issue) and my problem is that we both are using the same browser, IE 8.&nbsp; The ''funny'' thing is, that the error ...
    Posted to Cute Editor for ASP (Forum) by ValleyHope on December 4, 2009
  • Re: Clean Up HTML on the server side

    is there a way to call the codeCleaner('Word') function instead of calling the CleanCode in the Toolbar.&nbsp; &nbsp; I tried using your regex function and it still saved a lot of word formatting junk.&nbsp; Surely your codeCleaner function is more robust than the regex function you provided. &nbsp; Here is my version of the regex function in ...
    Posted to Cute Editor for ASP (Forum) by ValleyHope on October 16, 2009
  • Disable html tags (ie.. div, span)

    Is there a way to allow only &lt;p&gt; &lt;br&gt; and disallow &lt;div&gt; and &lt;span&gt; tags?
    Posted to Cute Editor for .NET (Forum) by ValleyHope on June 22, 2009
  • Re: Block <img> tags

    This one did it.&nbsp; Thank you. &nbsp; return code.replace(/&lt;img[^\&gt;]*\&gt;/img, '''');
    Posted to Cute Editor for .NET (Forum) by ValleyHope on January 12, 2009
  • Re: Block <img> tags

    OK, so I changed it to: &nbsp; return code.replace(/(&lt;img[^\&gt;]*\&gt;)([\s\S]*)(\&lt;\/\&gt;)/i, ''$2''); &nbsp;and still the same.&nbsp; Would you happen to know what would be the right Regular Expression? &nbsp; Thanks
    Posted to Cute Editor for .NET (Forum) by ValleyHope on January 12, 2009
  • Re: Block <img> tags

    Ok, so I added the following at the bottom of the page where I have my editor, I copy/paste some html with &lt;img&gt; tags in it.&nbsp; When I save the Editor's content to my DB, I still see the &lt;img&gt; tags in it.&nbsp; Any ideas? &nbsp; &lt;script type=''text/javascript''&gt; function CuteEditor_FilterHTML(editor, code) { return ...
    Posted to Cute Editor for .NET (Forum) by ValleyHope on January 12, 2009
  • Block <img> tags

    Is there a way to block / disable &lt;img&gt; tags.&nbsp; If a user pastes information and within that content there are images, I want to be able to allow them to paste the text and delete the &lt;img&gt; tags.&nbsp; Is this possible at all?
    Posted to Cute Editor for .NET (Forum) by ValleyHope on January 9, 2009
  • Re: Is there an "About" button?

    Thanks for the help.&nbsp; Here is what I've done so I can have an ''About CuteSoft'' type button in the Toolbar.&nbsp; The reason I want one is to make it faster for me to determine if the version online is the latest version available, without having to go the webserver and ''hover'' over the dll file. &nbsp; I created an About.aspx page in ...
    Posted to Cute Editor for .NET (Forum) by ValleyHope on November 21, 2008
1 2 Next >