Search

You searched for the word(s): cuteeditor 4.6'A=0
Showing page 526 of 966 (9,656 total posts) < 1 second(s)
  • Exporting HTML to PDF & RTF

    I wish to create PDf & RTF documents in background process Through a  business layer. How can I imports ''CuteEditor''      (VB) eg: BLL.vb file Imports System.IO Imports System Imports System.DataImports System.Data.SqlClientImports RM.Data.Adapters.OptInTableAdaptersImports System.Web.Security Imports ...
    Posted to Cute Editor for ASP (Forum) by johnbra on September 29, 2011
  • Re: Use CuteEditor as an image selector

    There is a demo of using the CuteEditor as an image selector. Is the source code for the example available?Thanks,Mark make nose smaller  
    Posted to Cute Editor for PHP (Forum) by remoonsk on March 5, 2011
  • Uploader Error : FileNotFoundException

    Hi   I am getting a background error of :   System.IO.FileNotFoundException: Unable to find the specified file.    at CuteEditor.UploadModule.HandleResource(HttpContext context)    at CuteEditor.UploadModule.a(Object A_0, EventArgs A_1, AsyncCallback A_2, Object A_3)    at ...
    Posted to Cute Editor for .NET (Forum) by Davehlong on September 8, 2010
  • how to get truly relative links?

    If I use relative URLs and a baseHref, the full baseHref should be stripped out of links. For example if I set:  editor.BaseHref = http://www.mysite.com/myfolder/  Then I expect my relative image and link paths to have all that stripped out...that is, to be converted from ...
    Posted to Cute Editor for ASP (Forum) by capnhairdo on April 1, 2010
  • Re: CE doesn't work in updatepanel?

    I use v6.4 in vs2008 vb.net I can easily reproduce the error. Is it a bug of CE? This is the key for us to decide whether go with CE or not. Please help   <%@ Page Language=''VB'' AutoEventWireup=''false'' CodeFile=''Test3.aspx.vb'' Inherits=''Test3'' %> <%@ Register assembly=''System.Web.Extensions, Version=3.5.0.0, ...
    Posted to Cute Editor for .NET (Forum) by wolf11th on March 22, 2010
  • This only works in IE, not in Firefox etc.

    Hi.   I have put two new buttons in, but when i hit them, nothing happens, only in IE. The buttons do the following:   Opens a new form (called getLink.aspx). On the form user chose a link, and close the form again. Then the link is insert into cuteeditor.   My code look like this:   <%@ Page Language=''vb'' ...
    Posted to Cute Editor for .NET (Forum) by PeterDK on November 21, 2009
  • Re: auto sizing

    HI chuck123,   Please try this example   <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 15, 2009
  • Convert from html to pdf

    Uri uri = new Uri(''http://localhost:1611/arc_admin/Demo.aspx?pageID=1''); MemoryStream x = new MemoryStream(); CuteEditor.Convertor.PDF.HTML2PDF html2pdf = new CuteEditor.Convertor.PDF.HTML2PDF(uri); //CuteEditor.Convertor.PDF.HTML2PDF dd = new HTML2PDF(); This code is working fine to convert from html to pdf but i have a probelm . my ...
    Posted to Cute Editor for .NET (Forum) by ahmed.drar on January 9, 2009
  • How to use NetSpell???

    I'm trying to integrate NetSpell into my app such that when I click the Submit button on the page I spell-check the contents of an ASP.Net TextBox and the CuteEdit XHTML. I've tried poring through the demos, NetSpell docs, etc and I can't find anything comprehensive on how to implement NetSpell beyond the built-in integration with CuteEdit. ...
    Posted to Cute Editor for .NET (Forum) by Richard Schaefer on November 12, 2008
  • simplexml_load_file error: Error while parsing the Languages fileLanguages/en-en.xml

    I have been troubleshooting this problem and can not seem to understand why it behave the way it does.   I've installed CuteEditor into our webserver and $_SERVER['DOCUMENT_ROOT'] = ''/wwwdev''; The file structure is as follow:    /     CuteEditor/CuteEditor_Files     ...
    Posted to Cute Editor for PHP (Forum) by goldd1gger on October 22, 2008