Search

You searched for the word(s): .net 4.0
Showing page 261 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: Image upload issues with upgrade to v6.6

    Hi cw808,   Please create a test page like beow on your site and send the page url to me. <%@ Page Language=''C#'' ValidateRequest=''false'' Debug=''true'' %>     <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 13, 2010
  • Issue with hyperlinks in html view in IE

     The issue occurs when entering the following into the HTML editor: <a href=''http://www.google.com'' target=''_blank''>Google</a>  When a space is inserted after the quote at the end of the URL for href the quotes around the URL are removed and it turns into a hyperlink.  This only occurs in IE.  Is there ...
    Posted to Cute Editor for .NET (Forum) by jamesk on May 10, 2010
  • Re: Font size question

    Eric: Please refer to http://cutesoft.net/asp/document/scr/FontSize_dropdown_Customization.htm Example ...
    Posted to Cute Editor for ASP (Forum) by jonpfl on May 4, 2010
  • Re: ShowToolBar property not working...

    wolf11th: Hi Eric, thx for your reply if I remove  the configurationPath, how can I customise the toolbar? The idea is on the back end, our system check the user level, if the user is read only, it needs to disable the editor. If not, it will still show the user the toolbar. So I think I still need to specify the tool configuration ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 16, 2010
  • Re: how to get truly relative links?

    Interesting...thanks for trying to clarify, Adam. Unfortunately, the example you sent doesn't seem to work, so I'm still not quite clear on how this works. So does basehref only work correctly in conjunction with the absolute URLs setting? Or does it force SiteRelative URLs to become absolute if set?  Either way, its not at all clear from the ...
    Posted to Cute Editor for ASP (Forum) by capnhairdo on April 9, 2010
  • 'Insert Hyperlink' dialog window title is 'A'

    Clicking the 'Insert Hyperlink'' button opens a dialog window with the title of ''A''.    The title of this dialog should be ''Insert Hyperlink''.   To duplicate: Go to demo editor at http://cutesoft.net/example/general.aspxClick the ''Insert Hyperlink'' button.  For comparison, click the ''Insert Media'' and you ...
    Posted to Cute Editor for .NET (Forum) by ROTO on April 7, 2010
  • Tag Tree Does not update

    Description of Issue: Copy this code into the editor. The fact that the links are not valid does not detract from the experiment. <table>     <tbody>         <tr>             ...
    Posted to Cute Editor for .NET (Forum) by ROTO on April 7, 2010
  • Web garden and Application pool usage...

    April 02, 2010 The machine is Windows 2003 server SP2 with 8 GB RAM,  Dual Quad core CPU and SQL 2000 SP4 and .NET Framework 3.5 with SP2.We run CuteChat 5.0. All these people login at 10:00 AM - 4:00 PM and we have see the the data transfer is whopping 5 GB with just simple chat. We observed that the file ChatAjax.ashx consumes ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by netgains on April 2, 2010
  • Re: Toolbars missing when deploying to server

    Dear rmiller,   I tested the following code:   <CE:Editor ID=''Editor2'' runat=''server'' AllowPasteHtml=''true''  Height=''800px'' Width=''1000px'' EditCompleteDocument=''True'' EnableStripStyleTagsCodeInjection=''False'' UsePhysicalFormattingTags=''True'' AllowEditServerSideCode=''True'' ...
    Posted to Cute Editor for .NET (Forum) by Eric on March 30, 2010
  • Re: Editor is NOT working in Jquery Dialog in Chrome and Safari browser

       I ran into this as well.  First of all, and you may already know this, if you are using an updatepanel to show the Editor make sure the updatepanel is inside the div that you are using to define the dialog.  Also, on the open event for the dialog make sure that you move the div's parent inside the .net form tag. You have to ...
    Posted to Cute Editor for .NET (Forum) by bczengel on March 29, 2010