Search

You searched for the word(s): use <p>
Showing page 301 of 864 (8,631 total posts) < 1 second(s)
  • Re: Cuteeditor is not render

    Hi,   Maybe your code use Session for every request. (include editor resource)   Please open   CuteSoft_Client/CuteEditor/Load.ashx   and change the content to :     <%@ WebHandler language=''C#'' Class=''EditorLoadHandler''  %> /* ...
    Posted to Cute Editor for .NET (Forum) by cutechat on January 7, 2010
  • Re: Unable to find the uploaded file in directory

    Yes, this problem is a pain in the butt. As I mentioned above, the solution that worked at the time was to REMOVE the Upload module (not a great solution, is it?).  HOWEVER, with later versions of ComponentArt we tried to re-enable the module and found out a very surprising thing -- the upload module WILL work well in web.config as long ...
    Posted to Cute Editor for .NET (Forum) by Ofer Tal on December 24, 2009
  • Re: need help settting up editor

    Guys,  I am very sorry to have to say this but I totally understand what Redgirl is saying, I don't think it's as easy as it sells itself and I have to also say that the support needs to be friendlier to beginners like myself and redgirl. We dabble in php and other technologies but by no mean genuises hence why we wanted to invest in Easy to ...
    Posted to Cute Editor for PHP (Forum) by justincase on September 1, 2009
  • Re: Rich Textbox not being displayed for some IE 8 customers

    Don,   Cute Editor Version 6.3 also support ASP.NET 1.1. You don't need to find .NET 3.5 host to use the latest version.   >>I still can't imagine why it works for me and not them.   Have you asked them try my suggestion 3?   Can you ask them get the full version of their browser?   Maybe you are using IE ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 4, 2009
  • Re: can't browse nested folders in document browser

    For anybody who might be curious and/or following this, I was never able to resolve this issue.  It apparently stems from the fact that I had the editor in a separate physical location on the server from where the file upload directory was located (see this other post where I outlined the specifics).  As I noted in the earlier post, I ...
    Posted to Cute Editor for PHP (Forum) by fl78al on April 19, 2009
  • Re: Maximum Upload Media File Size Issue

    Hi basam,   Do you use IIS6 on the Local machine? If so, please try this way:   Solutions: 1, turn off the IIS service . 2, Open the file 'metabase.xml (windows \ system32 \ inetsrv \ ) 3, Navigate to ASPMaxRequestEntityAllowed section and modify to 10240000(10M), default: 204800, that is: 200K. 4, save, and then ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 18, 2008
  • Re: Store Files (images and documents) into a Database (Download source code)

    Error Message:   Unable to open the Web site 'http://localhost/CustomerFileProvider/CustomerFileProvider.csproj'. To access local IIS Web sites, you must install the following IIS components:    IIS 6 Metabase and IIS 6 Configuration Compatibility    ASP.Net    Windows Authentication In addition, you ...
    Posted to Cute Editor for .NET (Forum) by jfeeney on October 6, 2008
  • Re: Store Files (images and documents) into a Database (Download source code)

    The error message is:   Unable to open the Web site 'http://localhost/CustomerFileProvider/CustomerFileProvider.csproj'. To access local IIS Web sites, you must install the following IIS components:    IIS 6 Metabase and IIS 6 Configuration Compatibility    ASP.Net    Windows Authentication In ...
    Posted to Cute Editor for .NET (Forum) by jfeeney on October 6, 2008
  • Re: Safari EditorWysiwygModeCss Problem

    Sorry to post in this out-of-date discussion thread, but I have same issues with EditorWysiwygModeCss property and Safari browser (Windows version). I use Safari version 3.1.2 (525.21)   I have downloaded example from this link - http://richtextbox.com/test/CuteEditorTest.zip, created a simple web application and tried ...
    Posted to Cute Editor for .NET (Forum) by sidney77 on August 6, 2008
  • Re: Color selector disabled ActiveX error

    Hi   Had a look at the code and all you are using AJAX for is to load a code file and execute it! I guess you are doing it this way to cut down on the amount of js files that need to be loaded at the start.   I have uploaded a zip file with dialoghead.js and ieimplementaion.js changed. Its pretty obvious the code i have changed cos ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on June 26, 2008