Search

You searched for the word(s): "image editor"'A=0
Showing page 73 of 229 (2,285 total posts) < 1 second(s)
  • Re: Image Path

    >>$editor->ImageGalleryPath = http://192.168.255.77/test/CuteEditor_PHP_6_0_7__2007/Uploads/;   This is wrong. Please use virtual path: $editor->ImageGalleryPath = ''/Uploads/'';   >>Are there others configuration to do?   No.   >>I tried the default demo (index.php) whithout changing anything, ...
    Posted to Cute Editor for PHP (Forum) by Adam on October 22, 2007
  • Re: Image path problem with templates

    If you set set Editor.RemoveServerNamesFromUrl property to true and Editor.UseRelativeLinks property to true, you will get the following result after you click the submit button:   <div align=''center''> <center> <table cellspacing=''8'' cellpadding=''0'' width=''665'' bgcolor=''#cccc99'' border=''0''> <tbody> ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 24, 2006
  • Re: Image URL/Upload Question

    wescomputer,   Try the following steps:   1. Set the Editor.ImageGalleryPath Property to ''/Images'' in your applications as followings:       editor1.ImageGalleryPath  = ''/Images'';       Make sure the ''Images'' point to the same location:     ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 24, 2004
  • Re: Unknown server tag 'CE:Image Editor' on ImageEditor.aspx

    paulc,   Did you get the error when you run the aspx page on your browser? If yes,  please post the entire code of your imageeditor.aspx page. In Microsoft Office FrontPage, when you open an .aspx page in Design view, you may receive that error message.        
    Posted to Cute Editor for .NET (Forum) by Adam on July 25, 2006
  • Re: image insert with https

    http://cutesoft.net/developer+guide/index.htm#page=Absolute-and-Relative-Paths.htm   To create links correctly in CuteEditor, you need to use Editor.URLType Property and URLType Enumeration. Editor.URLType PropertySpecify whether the URL should be converted to a site root relative path (/html/images/image1.gif) or an absolute path ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 30, 2009
  • Re: How to get identity of selected image.

    Hi Friend,            i jus want to get the path of the image i use in the editor.. also where can i find this SqlFileStorage.cs with the getFileUrl()   is it builtin the dll or is it a seperate file that will be got if the editor is brought..   with regds, xsoft  
    Posted to Cute Editor for .NET (Forum) by xsoft on June 2, 2006
  • Chaning the icon image and size of template within cuteditor

    Hi   I am using cute editor in our application. Is it possible to increase the width of the template icon or change the icon. We want the template functionlaity should have some extra focus.    is it possible to call the inserttemplate window from outside the cuteeditor like clicking the button opens inserttemplate ...
    Posted to Cute Editor for .NET (Forum) by jeevi_vmk@yahoo.com on January 14, 2010
  • Re: Style Builder background image dialog allows thumbnail creation even with all security settings applied.

    I was testing this feature on all browsers to make sure my changes worked, but selecting a background image on Safari, Firefox and Chrome does not work. I tested this on your demo page, just to make sure it wasn't something related to my settings and I get the same result.   Steps to reproduce:  Using either Safari 5, Firefox ...
    Posted to Cute Editor for .NET (Forum) by bshamblen on June 24, 2011
  • Image URL/Upload Question

    Is there a way to specify an image upload directory that is outside the application directory?  Is there a way to specify the url for the image.  I have a situation where many different people with different domains login and edit html pages on different sites.  The Cute Editor is located in the common application directory, but I ...
    Posted to Cute Editor for .NET (Forum) by wescomputer on July 24, 2004
  • Up Loader issues

    Below is the config being used to evoke the editor:        $editor=new CuteEditor();      $editor ->ImageGalleryPath = ''/images'';      $editor->FlashGalleryPath = ''/media'';      $editor->FilesGalleryPath = ...
    Posted to Cute Editor for PHP (Forum) by CGartrell on March 17, 2011
« First ... < Previous 71 72 73 74 75 Next > ... Last »