Search

You searched for the word(s): dialog
Showing page 11 of 256 (2,552 total posts) < 1 second(s)
  • Re: Custom dialog steals cursor position for IE

    Seems like it is all set now.   I've got a combination of issues: 1) This issue may happen because of slow internet channel - some scripts take a while to download, so I had that unexpected behaviour for all examples, including example form your site, while doing insertion quick. This might be caused by IE cache setting 'always update ...
    Posted to Cute Editor for .NET (Forum) by dmitry_katolikoff on August 14, 2008
  • Re: Custom colors in the font/background color dialog ?

     Demo: colorpickerexample.htm Source code: <html><script> function CallColorDlg() { var sColor = document.dlgHelper.ChooseColorDlg(); alert(sColor); } </script> <body> <Button onclick=''CallColorDlg()''>Click Me</Button> <object id = ''dlgHelper'' classid = ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 18, 2005
  • Re: Change dialog window size

    Ori,   _tagDialogFeature specifies the window ornaments for the dialog box. If you want to modify the dialog window size ''on-the-fly'', you need to set the value of _tagDialogFeature dynamically.   Hope it helps.   Let me know if you have any further questions.        
    Posted to Cute Editor for .NET (Forum) by Adam on December 27, 2006
  • Re: Clicking Print icon under the preview button opens the print dialog box twice

    AlagappanAnnamalai:In the rich text editor if the user click the preview button at the bottom of the editor (Design, Source, Preview). Then clicking the print icon from the preview page, opens the control printer dialog box twice instead of once. This issue happens in IE10 (10.0.9200.16635) browser.   This issue is fixed. Please ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Adam on July 30, 2013
  • Re: Clicking Print icon under the preview button opens the print dialog box twice

    AlagappanAnnamalai:In the rich text editor if the user click the preview button at the bottom of the editor (Design, Source, Preview). Then clicking the print icon from the preview page, opens the control printer dialog box twice instead of once. This issue happens in IE10 (10.0.9200.16635) browser.   I can reproduce this issue and ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Adam on July 29, 2013
  • Re: How to capture the upload event in Insert Image dialog

    Hi oddball,   The upload control in the insert image dialog has a "FileUploaded" event, you can add your own logic there.    1. Open fileCuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx, add the code below into the page OnInit event.     InputFile.FileUploaded += new ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 18, 2013
  • Re: Unable to See "Select File" dialog in complex web page

    Hi Kenneth,   there is no error on the page, it only appears to do a postback.  There are no obvious errors in the web server logs either.   I have emailed username credentials to you so you can access the following URL http://videocentralhd.lgfl.org.uk/secure/Upload.aspx .   The process to follow is:   1) ...
    Posted to Ajax Uploader (Forum) by AtomP on January 4, 2013
  • v6.6 with jquery dialog IE9

    Hi,   I've created this demo page, which shows how in IE9 the CE doesn't appear as editable, it works ok in compatability mode   http://games2.siriusdigital.co.uk/functions/cms/htmlEditor.asp   if i click on CE I get...   SCRIPT16389: Unspecified error. htmlEditor.asp?, line 1 character 1  I've also tried ...
    Posted to Cute Editor for ASP (Forum) by rrowles2000 on April 16, 2012
  • Customize "Upload" button behavior in Insert Image dialog box

    Hi, We are using CuteEditor.net6.6. I need to modify the onclick behavior for ''Upload'' button. When a user clicks a ''Upload'' button in ''Insert Image'' dialog box, the following should happen:1) normal upload as what the ''upload'' button is doing now. (It works well now.)2) change the upload file name to a different name.3) add the ...
    Posted to Cute Editor for .NET (Forum) by qsun on November 23, 2011
  • Insert Image upload dialog error

      On the dialog box, where the ''Upload Files'' button shoud be, I get the error: Scripting.FileSystemObject error '80040401' Permission Denied   I have made sure that the default /uploads directory is in the root of my web, and it has RW permission for IUSR.  Is there something I am doing wrong?  I got this to work on ...
    Posted to Cute Editor for ASP (Forum) by mslee65 on April 17, 2010
« First ... < Previous 9 10 11 12 13 Next > ... Last »