Search

You searched for the word(s): table
Showing page 51 of 142 (1,420 total posts) < 1 second(s)
  • PasteWord filter needs work

    I pasted a table from MS Word with and without the processing that your system offers.  The table worked in either case and I think it looks better with all the Word tags left in place.  The point is that, apparently, your filter removes some tags that your engine can correctly render.  I would think that, ideally, the ...
    Posted to Cute Editor for .NET (Forum) by randal on April 12, 2005
  • Re: How to set editor html from server side?

    Text property allows you stuff your html code into the Cute Editor as HTML markup instead of the plain text. For example, http://www.cutesoft.net/example/general.aspx In the above example, when the page loads, we send the following html code into the editor:  Editor1.Text = @''<table cellspacing=''''4'''' cellpadding=''''4'''' ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 15, 2005
  • Re: Can I disable file browsing and other stuff in the Image properties dialog

    thanks for rapid response...I should have found that one this works for me commentting out unwanted design features and ''hiding'' the items the javascript needs to identify <!-- -<fieldset><legend>[[Insert]]</legend>- --> <table class=''normal''>   <tr>    <!-- -<td ...
    Posted to Cute Editor for .NET (Forum) by sperndogger on January 12, 2005
  • Re: PDF export and list style

    Hi HISOKA, You can find the pdf demo page under the ''cs'' folder, name  ''createPDF.aspx''. Below is the code of it <%@ Page Language=''C#'' validateRequest=''false'' %> <%@ Register TagPrefix=''cutesoft'' TagName=''banner'' Src=''banner.ascx'' %> <%@ Register TagPrefix=''cutesoft'' TagName=''leftmenu'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 25, 2011
  • Re: how to get the conents of editor on server side

    Dear svk,   Please use the following code: <%@ Page Language=''C#'' ValidateRequest=''false''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ import Namespace=''System.Web.Mail'' %> <html>     <head>   <title>ASP and ASP.NET WYSIWYG ...
    Posted to Cute Editor for .NET (Forum) by Eric on April 25, 2010
  • Re: Using the Upload Button in the Insert Image Dialog

    Hi Chaplain,   Here is the code of that page, you can also fine the code in the download package:   Download:   http://cutesoft.net/downloads/folders/21904/download.aspx   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''cutesoft'' TagName=''banner'' Src=''banner.ascx'' %> <%@ Register ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 10, 2009
  • Re: retain html formatting

    my issuse isn't with the XHTML formatting, but the human readable formatting. i just gave a simple example, if you go to the online demo at: http://www.cutesoft.net/example/general.aspx in IE, I switch to HTML mode and I get nicely formatted HTML: <table cellSpacing=''4'' cellPadding=''4'' bgColor=''#ffffff'' border=''0''>    ...
    Posted to Cute Editor for .NET (Forum) by RodneyLai on March 26, 2005
  • Bugs in Firefox with the enter key

    Hi, i have an issue with the current Firefox  3.5.5. Some strange bugs occur when i use the following sample code in the CE and want to edit the headline or the lines between the headline and the table. If i press enter within the headline, the part after the cursor jumps to the bottom, below the table and creates a new ...
    Posted to Cute Editor for .NET (Forum) by Simser on November 23, 2009
  • Table Name for storing Images and Files should be Configurable

    It will be really nice if the name of the table is configurable which stores the images and other uploaded files. Or if it is already configurable then please let me know where it can be changed. If it is not, is it something we can do by ourself? Thanks,Ajay
    Posted to Cute Editor for .NET (Forum) by ajay555 on April 28, 2009
  • IE 5.5 table TR and TD properties Error

    Hi   When our users user IE5.5 and request the properties for the TD or TR tags in a table the following javascript error occurs. Have tested it on your demo page with IE5.5 and we get the error, IE6 and so on all seem to work fine. Any chance of a fix?   Thanks  
    Posted to Cute Editor for .NET (Forum) by AndyFel on November 2, 2007
« First ... < Previous 49 50 51 52 53 Next > ... Last »