|
Search
You searched for the word(s): "image editor"'A=0
Showing page 122 of 229 (2,285 total posts)
< 1 second(s)
-
Kenneth,
Thanks! Creating an html filter resolved the issue.
function cleanUpHtml(html) {
var a = 'src=''http://www.cutesoft.net/Email_Images/',
b = 'src=''http://www.DOMAIN_NAME_REMOVED.com/Email_Images/';
return html.replace(a, b);
}
function CuteEditor_FilterHTML(editor,code) {
return ...
-
Dear AndriiChuk,
Please upgrade it to latest version, the download url is http://cutesoft.net/downloads/folders/cute_editor_current_releases/entry21904.aspx,
the installation steps can be found in http://www.cutesoft.net/ASP.NET+WYSIWYG+Editor/Deployment/html-editor-Deployment/Deployment.htm
Regards,
Eric
-
We recently made a server infrastructure change and are no longer able to use the UNC path to upload files and images and for the galleries. Is it possible to use ftp to perform these same functions? I contacted support and my answer was Yes, it’s possible. But cute Editor doesn’t support online FTP right now. I ...
-
I implemented my own FileStorage class that stores everything in the database.
Right now the Editor validates that the file is the correct type (.jpg, etc..) when the user uploads a file. However, what I do is take that filename, strip the extension off and set the Title property in the database. When I try to ...
-
Hi there:
We have purchased Cute Editor and posted to our Project.
We have noticed that in IE it works on some machine and does not work on others.
It works well on Firefox.
We suspect it to be a browser issue. Please help us on that.
Is that we need to make any browser settings or change the ''Trusted Site Zones - ...
-
Hi,
I have CuteEditor for .NET 5.3 and integrated it into our umbraco installation (win 2003 server, .NET 2.0). I cannot create folders with the editor, thus I can delete them. I changed the AllowCreateFolder property in all three security configs. I checked the folder permissions (networkservice and ASP.NET Account have full control over ...
-
Hi,
I have created the following entry in the simple.config file :
<item type=''image'' name=''Save'' postback=''True'' />
I couldn´t use/see the save button.
If I logged on with the host account, i couldn´t use the save button, too !!!
Where is the problem ?? ...
-
I downloaded the trial version and I'm testing the product on my local PC. I have the application running at this point. I would like to change the editor configuration. I'm looking at the documentation that was provided on the web (http://cutesoft.net/developer+guide/index.html) to change the configuration. Below is the ...
-
Hello
I have two websites
D:/IIS Projects/publicWebsite/
D:/IIS Projects/adminWebsite/
The editor is situated in the adminWebsite directory which is the admin section for the publicWebsite.
I would like to upload my images or change the upload direcory path to
D:/IIS Projects/publicWebsite/Uploads
instead of
D:/IIS ...
-
sperndogger,
I think you need to create a custom button to achieve this.
1. Create a custom button and add the onclick event to this. When the users click the button, we open a pop-up window.
2. In the pop-up window, we list all the images, media and document with your custom tool.
3. When the users ...
... 122 ...
|
|
|