|
Search
You searched for the word(s): "image editor"'A=0
Showing page 2 of 229 (2,285 total posts)
< 1 second(s)
-
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 : ...
-
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'' ...
-
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 ...
-
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 ...
-
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; ...
-
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 ...
-
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 ...
-
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 ...
-
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();
...
-
Hi gim-matt,
Yes, please try the example below, I added two editors in it. one is the normal editor, another ues for image ...
2 ...
|
|
|