Search

You searched for the word(s): "image editor"'A=0
Showing page 101 of 229 (2,285 total posts) < 1 second(s)
  • Problem with editor.ImageGalleryPath variable

    Hello there   I have problem with editor.ImageGalleryPath variable.   I tried   imagepath = ''/'' & variable ''/images'' editor.ImageGalleryPath = imagepath   when I response.write ''imagepath'', it appears to be the right path that images are exist.   But when I click on insert image icon on the editor, ...
    Posted to Cute Editor for ASP (Forum) by koge on September 28, 2004
  • Upload / insert not working for editor created in code

    Hi   I'm using the following code in an aspx.cs file:   RTE.Editor ed = new RTE.Editor(); ed.Toolbar = "custom"; placeholder.Controls.Add(ed);   It creates the editor just fine but clicking on "insert image" gives the following:     This is also the case for the insert document ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Bent Bracke on May 29, 2013
  • Error uploading image

    I get this error when attempting to upload an image:   Error Type: System.ArgumentNullExceptionError Message: Value cannot be null.Parameter name: source   The configuration I have for the editor is: <security name=''AutoResizeUploadedImages''>true</security><security ...
    Posted to Cute Editor for .NET (Forum) by MichaelPhillips on June 9, 2006
  • Custom Image Handling

    We are a direct sales company and plan to use the Cute Editor to allow our sales consultants to create HTML emails which they can send to their customers.  We want to have a home office managed library of images which the consultants will be able to select from and also allow them to upload their own images.  Additionally we want the ...
    Posted to Cute Editor for ASP (Forum) by EvanNelson on June 1, 2006
  • Rewording last post for clarity: What is the official recommendation for the following customizations of the Editor?

    Hi,   I thought I'd reword for clarity. As mentioned before we are trying to use Cute Editor as a email body editor. Cute Editor will be part of a email composition program so users can benefit from Cute Editor's friendliness and polish during their email composition tasks. I read the two CHM files documenting Cute Editors and understand ...
    Posted to Cute Editor for .NET (Forum) by obiwantcp on February 16, 2006
  • Re: how to stop character converting

    Hello Adam,   i have checked every setting of my programm.   the editor.usehtmlentities property is false   i switched every setting and found out, if I remove  the     Me.Editor1.URLType = CuteEditor.URLType.SiteRelative     the character converting is stoped.   if i use the ...
    Posted to Cute Editor for .NET (Forum) by cruhland on July 6, 2009
  • Re: DotnetNuke- add custom dialog

    jeremias_t,   >>Your example is using aspx file to add custom button (using in line code)   The cod also works for VB file.   Please open CEHtmlEditorProvider.vb and add the following code to the end of Sub Initialize():                   ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 10, 2008
  • Re: Problems in migration to 4.5

    Perfect !!! We are advancing .,......  Now I have an urgent Bug please !!!!! (related to migration also) This is added to the drop down boxes  (It works perfectly  partiatly .....) myTag = ''<img src=sampleimage/begin_var.gif identifier=\''-1\''>Navn<img src=\''sampleimage/end_var.gif\'' '' + myOnClick + ...
    Posted to Cute Editor for .NET (Forum) by Jugador on June 15, 2005
  • Re: Toobar buttons - missing border

    I have finally tracked down the problem with the toolbar image borders. It was because I had the .NET Framework 2.0 Beta installed. For some reason it was rendering the toolbar buttons with a style=''border: 0px'' instead of the border=''0'' attribute. This seemed to override the editor's .buttonover style.   I'm not sure what would ...
    Posted to Cute Editor for .NET (Forum) by timross on September 5, 2004
  • Re: Disable max character limit on alt text

    Hi cw808, Hide the width and height section when double click the image 1.Open file ''CuteSoft_Client\CuteEditor\Dialogs\Tag\tag_image.ascx '' 2. Find section ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 21, 2011