Search

You searched for the word(s): table
Showing page 91 of 255 (2,541 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
  • Redefinition of a skin's

    That fact, that files of a skin are born in separate folders, speaks about that that change of standard styles on the is supported. There is not clear a contents of a file layout.jsWhether that is necessary that to redefine in this file?Whether there is a documentation on the coded functions? Layout.jsvar ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by NetProgrammer on March 29, 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: Fontsize adjust question

    Geoffrey,   The fontsite dropdown renders the code as followings:   <font size=4>     Your text goes here</font>   The SIZE attribute allows you to set your font to an abstract size ranging from 1 to 7. The exact type size corresponding to each of these values is left to your browser. You can't ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 23, 2004
  • 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: Custom UI

    Matt   If you do not need show the uploaded list , you should not use UploadAttachments control   Here is a sample to render the custom attachments ...
    Posted to Ajax Uploader (Forum) by cutechat on March 13, 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
« First ... < Previous 89 90 91 92 93 Next > ... Last »