Search

You searched for the word(s): "image editor"'A=0
Showing page 98 of 229 (2,285 total posts) < 1 second(s)
  • Re: Copy & Paste from MS Word

    Sure can: (big image) Steps to reproduce: Type some text into MSwordOpen a cute editor in HTML modeCopy/paste the text from MSword into it.The demo editor seems able to remove the formatting when switching back to graphic mode but mine does not.  I can't test the other issue because the demo editor is set to allow pasting HTML. ...
    Posted to Cute Editor for .NET (Forum) by mm201 on March 25, 2010
  • Delete images

    How do you delete images that are uploaded to the server through Cute Editor interface with directory browsing.  It seems that if you upload an image with the same name that it renames the new image, and there doesn;t appear to be a way to delete the existing files on the server.  Is there a setting in the configuration to allow deleting ...
    Posted to Cute Editor for .NET (Forum) by acer152 on March 8, 2010
  • Change file path reference programmatically?

    Hi,   Is there anyway to change the file path reference in the CuteEditor programmatically (eg. the src attribute in <img>)?   My scenario is that some user will use the CuteEditor to create webpages. Each page has its own folder to store images. There's also a feature for user to duplicate the page. If a page is ...
    Posted to Cute Editor for .NET (Forum) by jclee4843 on April 1, 2009
  • Insert multiple images

    Hi, a customer suggest this:In image browser is possible tho check a folder, click insert and so insert all images in folder in editor? And/Or select multiple images fro ma folder?  This is the idea: 1) Upload all images with a single passage [Really really good the multiple file selection!]2) Insert all images uploaded in a page3) ...
    Posted to Cute Editor for .NET (Forum) by marcellus on March 3, 2009
  • Re: Limit Font Size and Font-Family

    George,   You need to modify the toolbar configuration file. For your situaiton, you need to modify   CuteEditor/Configuration/AutoConfigure/minimal.config. The CuteEditor toolbar configuration files, which contain XML, specify the toolbar configuration information of the CuteEditor instance. These configurations are applied ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 11, 2008
  • Re: Set default root for images

    This does not solve the issue entirely.  While I do have the editor.urlType property set to ''Absolute'', there doesn't appear to be any way to set the default root of subsequent absolute path.   For example, I'm uploading the images to the image gallery via a website with the URL http://www.internal.com/xxxx.  However, when a ...
    Posted to Cute Editor for .NET (Forum) by adasmann on October 3, 2008
  • editor1.GetSelection() return type

    In my efforts to create a custom dialog I now find myself wondering what type of object is returned by editor.GetSelection() What I am trying to do is select an IMG in the Editor then click My custom dialog button , open my dialog, when the dialog opens it has access the the selected Item and can get the HTML or Properties of the item. First to ...
    Posted to Cute Editor for ASP (Forum) by timbuck on September 25, 2008
  • Re: Traversing through Image Folder Path.

    techno.email,   If you set editor.SetSecurityImageGalleryPath(''~/uploadedImages/Sports/Baseball''), the uer cannot access any folder above it. It's by design.   For your situation, you should use the following path:   editor.SetSecurityImageGalleryPath(''~/uploadedImages/Sports/'');   Personalization and Programmatic ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 21, 2008
  • Re: add a new dropdown

    Hi! I was able to add a dropdown in the toolbar, but When I click on my item(image gallery) no code gets dropped on in the editor: The onchange code I think is for the link dropdown. What would be the event for the codes dropdown? private void AddNewDropDown() { if (Editor1.ToolControls[''insertcustombutonhere''] != null) { Control ...
    Posted to Cute Editor for .NET (Forum) by hamid_gsts on April 30, 2008
  • Re: firefox problems

       image url reference under existent htm file to be edited with cute: images/logo.gif         (the real path if you had to get straight from browser would be something like http://www.mysite.com/users/usersite/images/logo.gif'')   as I said, works fine on IE since all relative path settings ...
    Posted to Cute Editor for .NET (Forum) by marcoscpp on July 22, 2007