Search

You searched for the word(s): dialog
Showing page 2 of 256 (2,552 total posts) < 1 second(s)
  • Re: Customize "Upload" button behavior in Insert Image dialog box

    Hi qsun, The code below shows you how to handle the click envet of the upload button. And how to change the upload file name. The red code is what I added into the ''insert image'' dialog page <%@ Page Language=''C#'' Inherits=''CuteEditor.Dialogs.FileBrowserPage'' EnableViewState=''true'' %> <%@ Register TagPrefix=''CE'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 24, 2011
  • Re: Custom Dialog Integration

    Thanks Adam... I tried that earlier and my custom dialog was not opened (instead, the CE dialog opened as if I had made no change to tag.config). I tried a couple of variations of the file name - including the fully qualified path to my custom dialog - but still no effect.  Does CE assume or require that my custom dialog exists in the same ...
    Posted to Cute Editor for .NET (Forum) by jeff330ci on January 19, 2005
  • Re: Move document dialog

    > We don't have any plan to work on this function yet. Any suggestions? Well, I think there are two possibilities: 1) Replace the current move document dialog (the one with the path text box) with a new dialog which consists of the file browsing part of the insert document dialog. 2) Keep the current move document dialog, but add a button next ...
    Posted to Cute Editor for .NET (Forum) by Bent Bracke on May 11, 2010
  • Downloadable files dialog unusable in current version

    If the documents folder contains a few Word documents, CSS files or Excel files, the Downloadable files dialog takes far too long to open. This appears to be caused by the dialog inserting the contents of certain files (pdf,doc,xls and probably others) into the source of the page so they can be previewed. This is obviously a bad idea ...
    Posted to Cute Editor for .NET (Forum) by is250x on December 14, 2008
  • Re: Problem with custom Popup in Insert Image Dialog in IE

    SaferSephy: I have implemented CuteEditor in my CMS but run into the following problem:   When a user wants to add a image, he or she clicks on the ''Insert Image'' button in CE. In that dialog i made an extra button which when clicked on opens a popup where you can choose an image from a custom list. When chosen the popup ...
    Posted to Cute Editor for .NET (Forum) by SaferSephy on February 8, 2008
  • Re: JavaScript Error Object required

    Hi,  I am sending code:// (c) Copyright Microsoft Corporation. // This source is subject to the Microsoft Permissive License. // See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. // All other rights reserved. /// <reference name=''MicrosoftAjax.debug.js'' /> /// <reference ...
    Posted to Ajax Uploader (Forum) by cesbart on July 21, 2009
  • Insert link dialog and Upload Document dialog box broken after upgrade to IIS 7

    We recently upgrade to IIS 7, windows server 2008. After upgrade, some Insert link and Upload document dialog doesn't work. It pops open but, we cant insert link or close it. Likewise, Upload document is not functional. We get permission denied JavaScript error.   Please advice
    Posted to Cute Editor for ASP (Forum) by arpitutrivedi on November 3, 2009
  • CuteEdit V6: Insert character dialog opens in background and cursor is reset to home pos

    Dear , I just downloaded and installed V6 of the CuteEditor for ASP.NET. When I try to insert a character into the text the insert dialog opens in the background while the cursor is reset to the home position. After selecting a single char the dialog closes. In V5 the dialog stays open until I click Cancel, which is the behavior I ...
    Posted to Cute Editor for .NET (Forum) by sander on April 10, 2007
  • Re: CuteEditor for .NET v 6.2 - window.close() not working for modal dialog

    Chris,   Please use the new example:   How to create a custom button(client side) which displays a dialog?( C# | VB ) This example demonstrates how easy it can be to add your own client side buttons to the CuteEditor by creating a Cross ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 29, 2009
  • Re: Custom Button Using New Dialog

    Richard,   Please check the following example:   How to create a custom button(client side) which displays a dialog?( C# | VB ) This example demonstrates how easy it can be to add your own client side buttons to the CuteEditor by creating a ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 22, 2008