Search

You searched for the word(s): .net 4.0
Showing page 366 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: Firefox div tag issue, CE is disabled with errors

    I have the same issue with Firefox 3.0.2 and CuteEditor 6.2. I cannot data enter and when I click on the bold button, for instance, I get:  Command 'Bold' Error : Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.execCommand]. I understand the suggested workaround in the div styling rather than setting ...
    Posted to Cute Editor for .NET (Forum) by CSVal on December 18, 2008
  • Re: File upload does not work (6.1.2): URL is not computed

    Hi Adam,   here are the steps to reproduce this bug: Go to your demo page http://cutesoft.net/example/general.aspx Delete all text which is currently filled in. On the 'Normal'-Tab click 'File Upload' (the PDF icon) Select any file and upload it. Switch to the 'Preview'-Tab In Internet Explorer 6 it ...
    Posted to Cute Editor for .NET (Forum) by Kai2 on September 5, 2008
  • Re: Safari EditorWysiwygModeCss Problem

    Sorry to post in this out-of-date discussion thread, but I have same issues with EditorWysiwygModeCss property and Safari browser (Windows version). I use Safari version 3.1.2 (525.21)   I have downloaded example from this link - http://richtextbox.com/test/CuteEditorTest.zip, created a simple web application and tried ...
    Posted to Cute Editor for .NET (Forum) by sidney77 on August 6, 2008
  • Re: This must be simple but...

    You can overwrite any command of Cute Editor.   Demo:   http://cutesoft.net/example/JavaScript-API.aspx   If you want to overwrite the paste command.   You can add the following code in the bottom of your page:   <script> function CuteEditor_OnCommand(editor,command,ui,value) {  //handle the ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 18, 2008
  • Re: Cannot change content in CE?

    Hi Adam,   I'm afraid I have to raise this issue back from the dead. I have the same problem at the moment. I want to get the current content of the editor and I am using Ajax .net. It seems that you can't get the current content of CuteEditor when the page don't postback.. Is there a way around this? Please give me an update. I am looking ...
    Posted to Cute Editor for .NET (Forum) by hatakelei on June 30, 2008
  • Re: dynamically assign user gallery path in dotnetnuke

    >>How difficult would that be for someone who is relatively new to asp.net development?    It should be easy. You need to know how to recompile the provider project first.   Step 1: Open Providers\HtmlEditorProviders\CEHtmlEditorProvider\CEHtmlEditorProvider.vb   Step 2: Change the following ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 3, 2008
  • Re: Fonts + Feedback

    LearnerNM: Adam,   Page Properties   I went to the example you provided and could not reproduce my error (unable to clear page from background image even after deleting its path). I went back to my site and that anomoly still exists. This is a dialog box that I do not have any control over so I cannot tell why the path will not ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 17, 2007
  • Re: accessing the editor's text in javascript (ASP version!)

    mobasoft:pffft - that doesn't work - you should TRY the code first, or at least come back here and comment that it doesn't work - I sure wish that the documentation was up to snuff.   If you are using version 6.0 you should use the following JavaScript ...
    Posted to Cute Editor for ASP (Forum) by Adam on September 19, 2007
  • Re: How to Pass Windows User ID to Cute Chat

    Adam,   I am the web server admin, not a programmer. We are looking at a ''canned'' app because our programmers are too busy to write a chat app themselves. I figured your Cute Chat app could fit the bill on my IIS/.NET Intrantet without too much fuss.   After hacking away at the global.asax myself, I THINK I've got it ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by JackC on August 14, 2007
  • Re: Integrate into website

    Mike,   >>1. Clicking on the Slide Show button loads, but no images are displayed. Any ideas what's causing this?   You have set LayoutRenderMode property to simpleGrid. Slideshow is not available in this layout mode.   You have to two chioces:   1. Use SimpleGrid mode and set Gallery.ShowSlideShow Property ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on August 2, 2007