Search

You searched for the word(s): insert
Showing page 24 of 408 (4,079 total posts) < 1 second(s)
  • Re: downloadable files / insert hyperlink > browse throw error

    Can you try the following code?   Dim Temfolder   Temfolder = ''~/images_customer/'' & Session(''EmployerID'') If Not Directory.Exists(HttpContext.Current.Server.MapPath(Temfolder)) Then   Directory.CreateDirectory(HttpContext.Current.Server.MapPath(Temfolder))End If   SetUploadsFolder(Temfolder) Sub ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 24, 2006
  • Re: Insert break problem

    ok, i've put a patch on it...   i've noticed that when returning the code from the editor the special symbols come like a symbol instead of the HTML code representing them i.e. (&amp;) what i've done is replace the symbol by it's HTML code.   Something you might think usefull to had on the next version.      
    Posted to Cute Editor for .NET (Forum) by pnmcosta on October 19, 2004
  • 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: How can I customize Insert Image Icon in Cute Editor of Asp.Net

    Hi narendrababu,   I have show you how to catch the insertimage button click command, you can achieve your own logic there. What problem you got?    ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 11, 2013
  • Re: System.OutOfMemoryException using insert document dialog

    We have downloaded the package in the last 15 hours. (Still an unnamed package... I will never understand why your downloads do not have version numbers).   We still have the problem with the pdf uploader and picker grabbing about 1 GB of server ram on load. The pickers and uploaders work fine. Just this.   So I guess we are still ...
    Posted to Cute Editor for .NET (Forum) by dub on February 25, 2009
  • Unable to insert template after clearing the HTML editor

    Steps to reproduce:  Go to http://cutesoft.net/example/general.aspxClick the "New Document" button (it looks like a white sheet of paper, it's located between the "Save" and the "Print" buttons). Notice that your cursor seems to disapear.Click the  "Insert Template" button, select a random ...
    Posted to Cute Editor for .NET (Forum) by frJericho on January 24, 2013
  • Suggestion - insert flash video flv option

    I've implemented a version of this myself but it would be nice have a built in Insert Flash Video option, as well as the insert flash option.   Flash video requires a swf player for online use, but there are loads of them out there.   The implementation is almost the same as the insert flash option but with a pointer to a flash ...
    Posted to Cute Editor for .NET (Forum) by paulcreedy on July 8, 2008
  • Re: Simple Insert Image?

    Steve,   Thanks for the nice comments about CuteEditor.   I agree the insert image functions is advaned for the basic users.   Here are three options:   1. Modify the Insert Image page. Remove the features you don't need.   For example:   Open the InsertImage.Frame.aspx and find out the layout ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 10, 2006
  • Re: Insert image using Firefox 1.0 on Mac

    Bruce, Let's try this: 1. Download the latest version 4.0.0.6 2. Update the CuteEditor.dll 3. Update all the Cute Editor client files  If you still have problems, please send your site URL to me through PM.  I may need your site FTP access as well. Keep me posted.  
    Posted to Cute Editor for .NET (Forum) by Adam on April 12, 2005
  • Re: Insert from Word using Firefox - errors

    Ady,   CleanWord in FreeTextbox, FTB and others we tested don't exhibit this problem. So CuteEditor shouldn't either. Clean means clean. If the current default settings use DIV, br or whatever, the clean function should abide by it.   Respect the end-user and don't look at this from a technical viewpoint. Users are NOT expected to ...
    Posted to Cute Editor for .NET (Forum) by fredd on July 19, 2007
« First ... < Previous 22 23 24 25 26 Next > ... Last »