Search

You searched for the word(s): .net 4.0
Showing page 199 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: Problem using CE as a seperate Flash/.swf selector

    Dear spencet,   Please refer to the following code: <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''C#'' %> <html> <head>     <title>ASP and ASP.NET WYSIWYG Editor - Use CuteEditor as a document ...
    Posted to Cute Editor for .NET (Forum) by Eric on December 4, 2010
  • Ajax Uploader fails in DotNetNuke when Friendly URLs is turned on

    Ajax Uploader works fine when Friendly URLs is turned off, but fails when it's turned on.  I need Friendly URLs turned on to allow my site to be search engine optimized.  How do I get Ajax Uploader to work?   When Friendly URLs is turned on under Host>Host Settings>Advanced Settings>Friendly URL Settings, I'm able to ...
    Posted to Ajax Uploader (Forum) by TimThein on November 4, 2010
  • Multiple Instances of Cute Editor

    I just downloaded a trial version of CE for .Net. What I need to be able to do for a new website project I'm just starting on is to have multiple containers (divs) on most pages of this site, into which the user can insert dynamic content as needed. I'm hoping to use Cute Editor for that purpose. 1. Is this fairly easily doable with a ...
    Posted to Cute Editor for .NET (Forum) by HarryV on November 3, 2010
  • Re: Editor does not work with current Firefox 3.6.x

    Dear Kau-Boy,   Did you have this issue in our forum or your installation? If your installation has this issue, you can post url to CuteEditor here, or send it to [email protected], we will check it. I can reply your thread in firefox 3.6.10, CuteEditor works fine on my end.   Thank you for asking [email protected]  
    Posted to Cute Editor for PHP (Forum) by Eric on October 1, 2010
  • Where To Start??

    Just wanting some quick guidance on what examples I should follow to get my website chat integration job done. Few details on the project: -          ASP.net MVC website with ASP.net Membership Security Model -          Need to be able to handle User A ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Calsy on September 19, 2010
  • Re: Docment and media directories, etc.

    Dear Tom,   You can use Editor1.Setting[''security:FilesGalleryPath''] =''~/PDF'' to set the path of document. You can also update security policy file and change the document path. Detailed information can be found in http://cutesoft.net/developer+guide/scr/Setting-up-the-document-gallery-path.htm . If this is not what you ...
    Posted to Cute Editor for .NET (Forum) by Eric on September 19, 2010
  • PasteHTML on Firefox 3.6.9 and later

    Hi,    I have a couple of custom buttons that pasteHTML <a> tags into the content, one does pasteHTML('<a href=''https://absoluteurblah/blah/blah''>Text</a>'); and the other does pasteHTML('<a href=''{{PlaceHolder}}''>Text</a>');   Starting with Firefox version 3.6.9 neither of the buttons do what ...
    Posted to Cute Editor for .NET (Forum) by hobohobo on September 19, 2010
  • Re: XSS Problem

    Dear andriex,   Did you set EnableStripScriptTags=''false''? Please change: <CE:Editor id=''Editor1''  EnableStripScriptTags=''false'' runat=''server'' ></CE:Editor> to: <CE:Editor id=''Editor1''  runat=''server'' ></CE:Editor> and try it again.   You can find related topic in ...
    Posted to Cute Editor for .NET (Forum) by Eric on September 16, 2010
  • Re: AJAX Uploader Compatibility with Office 2007

    Dear bvanderwal,   I have used the following code and test this issue:  <%@ Page Language=''C#'' %>  <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>     void InsertMsg(string ...
    Posted to Ajax Uploader (Forum) by Eric on September 8, 2010
  • Function like onchange in TextArea

    I use CuteEditor to instead of the TextArea I have a javascript function: set_updated() when the textarea content change<textarea name=background class=''programme'' onchange=''set_updated()''> How to set the CuteEditor as same function. I use Cute Editor for .NET, but the coding format just like ASP only. I know that if ...
    Posted to Cute Editor for .NET (Forum) by surrounding on September 1, 2010