Search

You searched for the word(s):
Showing page 3 of 3 (26 total posts) < 1 second(s)
  • Re: Select an image outside of Cute Editor?

    OK, I have solved some of the problems here. In my Javascript, I had not allowed for the fact that Mozilla and Opera open the Insert Image dialog asynchronously, so the code has to loop waiting for the user to select an image. In the sample code that ships with CE 6.0, the setTimeout command is used for this purpose (see below). &nbsp; However, ...
    Posted to Cute Editor for .NET (Forum) by dotcom on July 11, 2007
  • Re: Select an image outside of Cute Editor?

    The demo is great, and I have successfully adapted it for a site that needed to use the Image and File dialogs at times without showing the editor (Javascript code listed below). Using CuteEditor .NET 6 (.NET 1.1). It all works perfectly with IE7. &nbsp; However, that's as good as it gets. With Firefox 2.0.0.3 it displays the insert image dialog ...
    Posted to Cute Editor for .NET (Forum) by dotcom on July 10, 2007
  • Editor hangs when debugging in Visual Studio

    I have an ASP.NET application that uses CuteEditor 4.5.&nbsp;The editor&nbsp;has started to hang when any page containing it is loading in the Visual Studio debugger. The Page_Load event runs OK, then the browser siezes up. It works OK outside of VS and also when you ''Run without Debugging''. I have redeployed the Editor from scratch, rebooted ...
    Posted to Cute Editor for .NET (Forum) by dotcom on October 3, 2005
  • Popup menu error in Editor

    When I right-click on an object in the designer to bring up&nbsp;its popup menu, then mouseover the tags option, moving the mousepointer over the submenu causes a javascript error: ''Object required''. It breaks into the debugger on a function called ''restoreRuntimestyle'' which I presume it can't find. &nbsp; Has anyone found a solution to ...
    Posted to Cute Editor for .NET (Forum) by dotcom on September 10, 2005
  • Using InsertImage dialog without displaying the editor

    Hi,I'm trying to figure out how to use the CuteEditor Insert Image dialog on a page that doesn't use the editor. I've seen a few posts that touched on this issue, but no definitive answer. Can anyone help please? &nbsp; I'm using javascript like: &nbsp; var ...
    Posted to Cute Editor for .NET (Forum) by dotcom on August 22, 2005
  • Re: Accessing a modal dialogue without displaying the editor itself

    Hi Fermin, &nbsp; I think the answer to your question is to use the following code in your BLOCKED SCRIPT &nbsp; &nbsp;var url=showModalDialog(''../CuteSoft_Client/CuteEditor/Dialogs/InsertImage.aspx?settinghash=&amp;&lt;%=Editor1.Setting.GetHashString()%&gt;'', ''Image Manager'',''dialogWidth:670px;dialogHeight:650px''); &nbsp; You can ...
    Posted to Cute Editor for .NET (Forum) by dotcom on August 22, 2005