Search

You searched for the word(s): cuteeditor 4.6'A=0
Showing page 224 of 966 (9,656 total posts) < 1 second(s)
  • Editor rewrites html from templates

    I have a problem with loading templates from text files into the cuteeditor. When I use custom tags in a template that contains html in some cases my custom tags are rewritten. Example: When I have the custom tag <!#pw-nlopen#> in this template as the last element it gets reduced to > (just the hook). In an image tag, used as ...
    Posted to Cute Editor for .NET (Forum) by pasklaar on June 3, 2010
  • allowing server side code

    Hi, I m a new user of cute editor for asp.net  I followed the instructions and its working great. Now, I wanna allow my client to paste server side code into cuteeditor. In my aspx.cs file <CE:Editor id=''Editor1'' runat=''server'' AllowEditServerSideCode=''true'' />   now, when I am inserting the following ...
    Posted to Cute Editor for .NET (Forum) by gauravsaxenais on May 25, 2010
  • Re: Cannot get editor to open in a web page with asp.net 1.1

    twenger: Correct. the Framework 1.x .dll is the one I've been using.   Can you try the latest CuteEditor.Net version in VS2003? To replicate what I did, Just drag-n-drop the CuteEditor.Net control after you have added the Framework 1.x\bin\CuteEditor.dll and added the control to the Toolbox.  Hit Run.  The error should ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 22, 2010
  • Unable to load Cute Editor on page after deploy to server

    I get the following error message when i open my page after i've deployed to the server:Really need assist on this, not sure what's the problem, but its working fine when i run my project under development environment.Server Error in '/' Application.Object reference not set to an instance of an object.Description: An unhandled exception ...
    Posted to Cute Editor for ASP (Forum) by Chinz on March 14, 2010
  • Re: Instalation of CuteEditor

    Hi feriel,   Hello, I want to know how I can install CuteEditor and thank you in advance?   Please refer to http://www.cutesoft.net/developer+guide/index.html  ''Installation and Deployment'' section.   Regards,   ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 28, 2009
  • Re: Convert to PDF without Save

    paulcreedy: It is possible to convert to PDF and send to the browser as a stream rather than a file that needs to save.   In other words, is there a way to convert to PDF without having to save to a file?   CuteEditor.Convertor.PDF.HTML2PDF html2pdf = new CuteEditor.Convertor.PDF.HTML2PDF(t); html2pdf.RenderSinglePageContent ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 8, 2009
  • Re: Cute editor is not working

    Thanks for reply..   I couldnt use following codes in web.config file.   <configuration>   <system.web>     <httpModules>       <add name=''CuteEditor.UploadModule'' type=''CuteEditor.UploadModule,CuteEditor''/>      </httpModules>   ...
    Posted to Cute Editor for .NET (Forum) by harish_123 on November 28, 2009
  • Re: Can i able to open popup window custom control click?

    Hi JJoyce,   Example:   How to create a custom button(client side) which displays a dialog?( C# | VB ) This example demonstrates how easy it can be to add your own client side buttons to the CuteEditor by creating a Cross Browser Modal Dialog Box.   Source (you can find the source code in the ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 15, 2009
  • Re: Help me create solution ???

    Kenneth: Hi Virt,   Try the demo below. If it is what you want, you can download the source code by this link   http://cutesoft.net/download/CustomFileProvider.zip   How to use CuteEditor as an image selector?( Demo1 |  Demo2 ) This example demonstrates how to use CuteEditor as an image selector. ...
    Posted to Cute Editor for .NET (Forum) by Virt on September 28, 2009
  • Re: upload problems with version 6.3 .net 1.x framework

    Hi oompah,   Two wyas   1.  add '<add key=''CuteEditorTempPath'' value=''~/uploadertemp'' />' in web.config, like below:   <?xml version=''1.0'' ?> <configuration>   <appSettings>     <add key=''CuteEditorTempPath'' value=''~/uploadertemp'' />   ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 24, 2009