Search

You searched for the word(s): "image editor"'A=0
Showing page 2 of 229 (2,285 total posts) < 1 second(s)
  • Re: Build a context menu programatically on the server?

    Hi,   You can intercept the CuteSoft_Client/CuteEditor/Load.ashx , to output your custom menu data.   Here is the Load.ashx code :   <%@ WebHandler language=''C#'' Class=''EditorLoadHandler'' %> using System; using System.Web; using System.Xml; using System.IO; public class EditorLoadHandler : ...
    Posted to Cute Editor for .NET (Forum) by cutechat on March 17, 2010
  • Dropdownlists in ONE row??

    Hi all!I´m quite new to this! I´ve edited the default.config file to show my toolbars as i want it. However i can´t seem to get the dropdownlists in ONE row! I´ve attached an image showing my editor and the default.config file.Thanx in advance!/ Micke     <?xml version=''1.0'' encoding=''utf-8'' ...
    Posted to Cute Editor for .NET (Forum) by dreken on January 14, 2006
  • Failed to Load Menus! in IE7,8, and 9

    As others have reported, I am receiving a dialog box saying ''Failed to Load Menus!'' when the Cute Editor is loaded.  This ONLY happens in IE7 ,8, and 9. The message does not appear in Chrome, Firefox, Safari, or Opera (latest versions).  I am using my own configuration file that I ...
    Posted to Cute Editor for PHP (Forum) by HighConcept on July 13, 2011
  • Re: Problem removing items from the ContextMenu

    Hi,   You can find the settings under "\cuteeditor_files\Configuration\ContextMenuMode\Default.xml". Please clean your browser cache after changed to try again.   Below is the new code which match the requirements your sent, please try ...
    Posted to Cute Editor for ASP (Forum) by Kenneth on October 11, 2013
  • Re: IE8 no menus?

    v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:''Table Normal''; mso-tstyle-rowband-size:0; ...
    Posted to Cute Editor for .NET (Forum) by analysis_junky on June 3, 2009
  • Re: Information on product and license

    Frederic,   Thanks for the interest.   1/ Is it included resize/crop/rotate image features in PHP version ? A: This feature is only available in the .NET version right now. We will include this feature in PHP version soon. 2/ Is it possible to edit safely Javascript code including in my html pages ? A: Yes. You need ...
    Posted to Cute Editor for PHP (Forum) by Adam on July 25, 2008
  • Re: Customization Toolbar Dotnetnuke???

    Adam,   there are no duplicate entries in the common.config file for FormatBlock, FontName and FontSize. After removing the FormatBlock, FontName and FontSize entries from the common.config, there are no double entries in the dropdownlist. But why are entries in the dropdownlist, after I remove the entries in the common.config file ...
    Posted to Cute Editor for .NET (Forum) by fabert on April 20, 2007
  • Re: Insert Image - Image editor

    Dear LenVH,   This is a browser cache issue. Basically once someone went to the site once, even if the images in the server changed, the user would still see the original images because the image was cached on their computer.  Even you changed the image on the web server, however the browser still load the old image from the local ...
    Posted to Cute Editor for .NET (Forum) by Eric on January 9, 2011
  • Questions from a Newbie

    Hi, I recently purchased Cute Editor for PHP and have several questions. Here is the configuration code snippet the launches the editor:              $editor=new CuteEditor();              ...
    Posted to Cute Editor for PHP (Forum) by amikhnov on March 20, 2008
  • Re: 1 Rich Text Editor & 1 Image selector

    Hi gim-matt,   Yes, please try the example below, I added two editors in it. one is the normal editor, another ues for image ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on December 4, 2013