Search

You searched for the word(s): table
Showing page 146 of 255 (2,541 total posts) < 1 second(s)
  • Re: Pre-Upload Event

    Hi linkebte,   Please try the example below   <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <html xmlns=''http://www.w3.org/1999/xhtml''> <head runat=''server''>     ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 1, 2011
  • Re: populating the editor via listbox c#/javascript, how to refernce the textareas ID

    Dear AWilderbeast,   Please refer to the following code:   Default5.aspx: <%@ Page Language=''C#'' AutoEventWireup=''true'' CodeFile=''Default5.aspx.cs'' Inherits=''Default5'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
    Posted to Cute Editor for .NET (Forum) by Eric on January 13, 2011
  • How can users print a long and formatted text together with the complete web page?

    Our users have very long texts in the editor and want to print them together with the rest of the web form. How can this be done? I just managed to display the editor adjusted to text lenght, but the text is cut off during print (I do not even know after how many lines or characters).   If they use the right click, they are able to print ...
    Posted to Cute Editor for .NET (Forum) by SchelloehB on November 9, 2010
  • Re: Image upload issues with upgrade to v6.6

    Hi again   I continued working on the pdf issue and tried it another way. I changed the html defined from above as follows (note: all the other html and code not redefined here is the same as above): protected string CouponHtmlHeader=@''<div style='position: relative;'> '' +@''<img ...
    Posted to Cute Editor for .NET (Forum) by cw808 on April 22, 2010
  • Re: Error on call to GetDocument

    Hi Adam, thanks for the reply which sounds quite plausible and would certainly explain the error I´m getting, but I´m quite sure I got the ID right. Here´s a snippet from the html source of the table rendered by the editor (I omitted the style attribute):  <table cellspacing=''0'' cellpadding=''0'' ...
    Posted to Cute Editor for .NET (Forum) by Incognitobe on April 19, 2010
  • Could not create type 'CuteSoft.Chat.ChatWebService'

    I am using IIS 6 .net 2.0 framework.   Get the following when trying to log into the Cute Live Support Operators   System.InvalidOperationException: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'. The request failed with the error message: -- <html>     ...
    Posted to Cute Live Support (Forum) by Webmarktech on March 20, 2010
  • Re: Uploader with ModalPopup

    Sorry, its ajax modal popup. Here is what I am doing.<%@ Register Assembly=''CuteWebUI.AjaxUploader'' Namespace=''CuteWebUI'' TagPrefix=''cutewebui'' %> <%@ Register assembly=''AjaxControlToolkit'' namespace=''AjaxControlToolkit'' tagprefix=''ajaxToolkit'' %>             <asp:LinkButton ...
    Posted to Ajax Uploader (Forum) by rushiamin on November 24, 2009
  • Lost postback event when setting the Autoconfig property

    Was mhonaker's problem ever solved?  http://cutesoft.net/forums/thread/30813.aspx The problem is that after I set the AutoConfig property of the editor the save-button doesn't work until the second click. Here is an example where I use radiobuttons to set the AutoConfig property and shows a Label with text 'save' on postback ...
    Posted to Cute Editor for .NET (Forum) by claraattermo on September 8, 2009
  • PARAM tags missing - Inserting FLASH

    using version 6.3. Whenever I try to insert a flash file within a DIV or TD, the editor does not add the PARAM tags and switching to preview mode does not load movie and switching back to design mode also stops showing the movie. However if I try to insert the same flash file outside any table/td/div the param tags are inserted properly and the ...
    Posted to Cute Editor for ASP (Forum) by ussu36 on August 17, 2009
  • Setting a value for the text

    Hi, I'm new to this editor and I previously used FCKeditor. With FCKeditor it was possible to just type: Value='<%# Bind(''ArticleBody'') %>'   however, how can I do this with CuteSoft editor? I use a Form View to create the article and this is my page code: <h3>New Article</h3> ...
    Posted to Cute Editor for .NET (Forum) by joe12312 on August 4, 2009