Search

You searched for the word(s): table
Showing page 82 of 142 (1,420 total posts) < 1 second(s)
  • Create new editor instance in javascript

    Hi,   I have Ajax server callback methods to load screens. In that, I am appending html code in control classes and finally returning and assigning that complete html string to div control on the aspx page. I have only div tags on the aspx page. Can I dynamically generate new editor controls using javascript? Because I cant use ...
    Posted to Cute Editor for .NET (Forum) by manishsharma on October 9, 2008
  • cute editor's height property problem!

    Hi, I have a problem here I have spent hours with!   the page has a cute editor placed in a 'lightbox' (customized div has a absolute position with display set to none or block). the problem comes when I switch the lightbox on to display the cute editor, the light box always stay 0 height. picture here:       I ...
    Posted to Cute Editor for .NET (Forum) by zmw85 on August 9, 2008
  • Cute Editor is rendered with invalid HTML width and height attributes

    I have noticed that when Cute Editor is rendered the HTML width and height attributes are invalid HTML:   The following: <table width=''667px'' height=''308px'' cellspacing=''0'' cellpadding=''0'' _IsCuteEditor=''True'' id=''CE_Editor_ID'' blah, blah, blah   Should be: <table width=''667'' height=''308'' ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on August 6, 2008
  • OnKeyup Attaching Events

    The example @ http://cutesoft.net/example/JavaScript-API.aspx does not work for me either. I followed the source code and cannot get it to fire my custom events for onkeyup here is the code: ASP.Net 2.0 C#. Also adding them programmatically via code behind does not work (Editor1.Attributes.Add(''onmouseleave'',''alert('mouse ...
    Posted to Cute Editor for .NET (Forum) by Mstanglx on January 14, 2008
  • "Invisible" Cellpadding at bottom of cell

      Hi,   Is there a way to remove what appears to be cellpadding separating a nested table from the bottom of the cell that it's nested in? The goal is to have the nested table aligned vertically with the bottom of the cell in which it is nested. It behaves as if there is a cellpadding setting at the bottom of the cell, even ...
    Posted to Cute Editor for .NET (Forum) by JoshN on October 25, 2007
  • Middle > Center Editor changing html

    Hi   One of my editors is typing the below...   <table><tr><td align=''center''>wiggle</td></tr></table> When they go from html to normal view the middle gets changed to center, which is breaking their W3C compliancy checks.   Can you stop the editor from doing ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on October 18, 2007
  • run Cute Editor in server...

    hi problem run in server: Server Error in '/' Application. A valid license cannot be granted for the type CuteEditor.Editor. Contact the manufacturer of the component for more information. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about ...
    Posted to Cute Editor for .NET (Forum) by Giovanni on October 11, 2007
  • Not sure what I'm doing wrong

    I have pasted code in a page (using the editor) that includes a button that would normally open a page on another site with the . It is a Bible search function. Here is the code     <form action=''http://www.biblegateway.com/quicksearch/'' method=''post''> <table border=''1'' cellspacing=''0'' cellpadding=''2'' ...
    Posted to Cute Editor for .NET (Forum) by rutledj on August 27, 2007
  • Using Editor in Asp.net with Ajax

    The Editor doesn't work in this condition, I want to add the editor to the page by a AsyncPostBack, but IE7 and Firefox/2.0.0.4 give me an error. Please fix this bug, or give me a way to using it. <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <script ...
    Posted to Cute Editor for .NET (Forum) by KaneZMY on June 18, 2007
  • Re: Error when trying to save...

    sbarrier,   Please check your DB table setting and store procedure (if you are using it). It has nothing to do with this Rich Text Editor.   >>Does the editor convert the text to unicode (2 bytes per character) before it saves it into the database?   The content extracted from the editor is regular string. CuteEditor ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 20, 2006
« First ... < Previous 80 81 82 83 84 Next > ... Last »