Search

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

    SKIQM: Hello, we have a problem with configuring the image directory for the editor. For us it is necessary to have different directions for different users. No problem so far.    $editor->ImageGalleryPath = MakeEditorImagePath();    Now we need to have this image directions outside the root direction of the ...
    Posted to Cute Editor for PHP (Forum) by Adam on May 28, 2009
  • Re: Max image folder size?!

    OK - I solved it by cut-pasting the line above into the admin.config. That is a bit strange is it not?I would like a user manual for the editor. I can't find any?If I resize an image is thera any method to constrain proportions of the image? If I try to write just the width or the height of the image nothing happens with it.regards Ylva
    Posted to Cute Editor for .NET (Forum) by ylvah on September 17, 2005
  • Re: Duplicating Editor Button Functionality

    Yes, that's possible. Here is an example:  <CE:Editor id=''Editor1'' runat=''server'' TemplateItemList=''PasteWord, insertcustombutonhere''></CE:Editor>  void Page_Load(object sender, System.EventArgs e)  {   CuteEditor.ToolControl tc = ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 16, 2005
  • Re: The New Rich Text Editor

    Hi,   1) How do I set the max file upload to be different for Image and Files?   Please open file "richtexteditor\config\default.config", you can set the "MaxFileSize" for the special "dialog" under its own ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on September 17, 2012
  • Re: Can we detect if user has selected ONLY an image?

    rpinson,   //If the length of the content returned by 'selectedTEXT' is zero but the length of the content returned by 'selectedHTML' is not zero, the user has selected only an image   This logic is no correct.   // get the active editor selection var sel = ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 25, 2007
  • Re: Changing the target url form the document or image path ver 4

    For those that might have a similair need especially if the editor is located in a different domain than the users website.   I used the vbscript replace function after the editor was submitted to remove the unnecessary path information.   Then when the editor reloads I use a replace function to put it back in so the graphics ...
    Posted to Cute Editor for ASP (Forum) by lundrigan on June 6, 2005
  • Re: Asking for comments about the Cute Editor and DNN

    Rob, Thanks for the interest. Does it have an inbuilt spelling checker? YES.    Does it automatically respect the DNN folder permissions - for example, when someone of a particular user-role using it to find or upload a file or picture, does it grant access to only those folders that that role has the right permissions ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 13, 2008
  • How can I get the selected image's path in the editor?

    Hi,How can I get the selected image's path in the editor?   I want add a custom button on the toolbar, When I select a image in the editor,and push down this custom button,server side will create a thumb-image by selected image,finally the thumb-image's path auto insert into a TextBox .   Thanks Psgogogo
    Posted to Cute Editor for .NET (Forum) by psgogogo on February 7, 2007
  • Re: Image Editor vs database

    Hi Terry,  I send you an e-mail with two classes. HTMLField.cs à custom class for our CMS, which instantiate the editor dynamically into the page. HTMLFieldDatabaseConnection à The implementation of the “FileStore”. The last one is still under construction, but I think it’s good enough for testing and to be ...
    Posted to Cute Editor for .NET (Forum) by Markuz on December 3, 2008
  • Re: Max Image Size..

    Ken, Thanks for the response. The fuction is exactly what I needed.   For other following in my footsteps here is what I did with it. Since my application was not concerned about height but only width, I adjusted it to suit my needs and pasted the changes below. Now if an image is wider then my column (600 in my case), it will resize ...
    Posted to Cute Editor for PHP (Forum) by Sky_Chief on February 11, 2013
« First ... < Previous 15 16 17 18 19 Next > ... Last »