Search

You searched for the word(s): dialog
Showing page 83 of 256 (2,552 total posts) < 1 second(s)
  • Re: "Insert image" in Make Template editor assumes Uploads folder

    My fault. ImageBrowserPath was missing from the .config files. This setting was not in the 6.0.0.0 release.   <!-- Image Gallery Dialog --> <security name=''ImageGalleryPath''>~/uploads</security> <!-- Insert Image Dialog --> <security name=''ImageBrowserPath''>~/uploads</security>  
    Posted to Cute Editor for .NET (Forum) by Mika on February 18, 2010
  • Re: Issue with Image Map button

    alright, the 2nd issue was my fault, I didnt realize we had 2 editors on the page and was only setting 1 path.   The first issue I figgured out. It has to do with paths. For some reason the preview view and normal views display an image correctly that has a path of ''data/components/616/'' which is what our old code was doing, but the ...
    Posted to Cute Editor for .NET (Forum) by Kyrus on January 15, 2009
  • Re: Customizing the "Insert Image" Button

    dmears1,   If you don't need the other options, you can modify the dialog to meet your own requirement.   For example, copying/pasting the following code into insertimage.frame.aspx.   <HTML> <head>    <link rel=''stylesheet'' href='style.css'> </head> <body ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 19, 2006
  • Re: MultipleServerMode for NLB

    mkk14,   For your situation, I suggest you either store the images/files into database or map the UNC path to a virtual directory.   If it's required to use UNC path in your project, you can create a custom button(client side) which displays a dialog. In this dialog, you can put on you own Image ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 28, 2006
  • UpdatePanel, jQuery, Safari

    I'm having a problem with the editor in an updatepanel in a jquery ui dialog (fake popup).  When I display the dialog in Safari 4.0 the editor is non functioning.  You cannot place your cursor in the WYSIWYG.  There is an error in the console ''Result of expression 'editor' [null] is not an object.''.  When I pre populate the ...
    Posted to Cute Editor for .NET (Forum) by bczengel on March 20, 2010
  • Re: Problem when applying color in a Palatte

    >>1-Some of the colors in the color palette are not applied in IE.But it is working fine in firefox. Can you show me how to reproduce this issue?   >>Is it possible to move the themed(2003 theme) dialog all around the screen with out using standard dialog.Actually the dialog is moved with in the frame only   We will ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 22, 2009
  • Re: Want to paste chart image or general image from word to editor

    Dear nileshbh, Please follow steps: 1. Click  button ''Image Gallery'' or ''Insert Image'' in tool bar panel 2. Click ''Upload'' in poped up dialog 3. Select images and upload to server 4. Select image and insert it to editor area Pasting  image from word directly  is not supported.   Regards, Eric
    Posted to Cute Editor for .NET (Forum) by Eric on April 23, 2010
  • Re: Random error(File dialog has been blocked) while trying to Upload files

    Hi,   Uploader use a transparent layer to put the Flash/Silverlight object over the button.   So, when use this code, you should see the red box over the button.   If the position is not correct , you will get that problem.   You can continue write code on that function to adjust the ...
    Posted to Ajax Uploader (Forum) by cutechat on August 27, 2009
  • Re: File browsing dialog has been blocked

    I was asked to attempt to perform the upload at http://richtextbox.com/test/UseStandardDialog.aspx and I experienced the same errors however this image uploader works flawlessly...   The above image occurs when I tab to the upload button and press enter.     The above image occurs when I try to close the ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on July 21, 2011
  • Re: Cannot See Images in Image Library

    My image path is set correctly to:  <!-- Image Gallery Dialog -->  <security name=''ImageGalleryPath''>~/images</security>  <!-- Insert Image Dialog -->  <security name=''ImageBrowserPath''>~/images</security>  <security ...
    Posted to Cute Editor for .NET (Forum) by Chaplain Doug on December 22, 2011
« First ... < Previous 81 82 83 84 85 Next > ... Last »