Search

You searched for the word(s): table
Showing page 5 of 255 (2,541 total posts) < 1 second(s)
  • Re: CuteEditor table problem

    Following on from Chris's post above, the following code illustrates the problem encountered. To replicate the problem, paste the following code in to the HTML view on the ASP version of the CuteEditor, switch to the Normal view, and double-click on the table that has 2 columns and 4 rows. The Table Properties window displays, but does not display ...
    Posted to Cute Editor for ASP (Forum) by dj_gallo on March 17, 2005
  • Re: Customizing Queue Table

    Dear chrisluo,   You can create your own queue table, please refer to the following snippet: <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by Eric on May 3, 2011
  • Selected table and scrolling crash IE when tables wider than CuteEditor window

    When a table is wider than the area provided in the editor, and the table is selected, when you try to scroll, Internet Explorer crashes.   To reproduce the error, I went to the Live Demo (http://www.cutesoft.net/example/general.aspx) went to the table properties of the existing table on the page, and made the width = 800 px, then with the ...
    Posted to Cute Editor for .NET (Forum) by Preludean on June 13, 2006
  • Re: Error dialog on Table editor...Table Wizard tab.

    Adam, The link you provided works as expected. And I did download the latest ZIP and copied the CuteSoft_Client directory over our existing directory...but I still have the problem. Any ideas? This morning a new problem was also reported...the foreground/background color dialogs no longer ''popup'' from the menu ...
    Posted to Cute Editor for .NET (Forum) by BruceD on July 27, 2005
  • Re: How to make editor not add tables cells when pasting into table cells?

    Hi KentM,   I have tried on chrome/firefox/ie browser, but I can not reproduce this problem.  I created a two cells table like below and paste the content you provided into the cell 1, it did not added addition cell for me. I also tried to paste into cell 2 too.  Do I need special steps?   <table ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on October 23, 2013
  • Re: AttachmentTRStyle

    Hi GeraldMorris,   This property use to set the attachment table style after uploaded. If you want to change the style of the queue table when uploading, then you need to write your own queue table like the example below.   More details please refer to ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 26, 2013
  • Re: Can I show operators online in the client window?

    Hi ediguy, Please try the way below. The code below will only shows  department which has the online agents. 1. Open file  ''\CuteSoft_Client\CuteChat\SupportClient.aspx''. 2. Remove all the code and use the code below in it. (The red part is what I added in this page) <%@ Import Namespace=''CuteChat'' ...
    Posted to Cute Live Support (Forum) by Kenneth on February 29, 2012
  • Table property issues...

    Support at Cutesoft,   I created a table and set the table width to 600px.  I then select to modify the table by clicking on the modify table button  And click on the table properties, the width appears as 0px.   Can you help me understand what issues might a user have problems with when using the modify table ...
    Posted to Cute Editor for ASP (Forum) by erjjones on July 24, 2007
  • Re: Table editor - switch off ability to delete table rows/columns

     I've attached a screenshot of where I would like to disable (highlighted in red), these appear when you click on a table.  Clicking the highlighed 'x' will deletes the table which I want to stop the user doing.  RegardsIain
    Posted to Cute Editor for .NET (Forum) by Iain on August 19, 2009
  • HTML is changed after it is pasted in cute soft editor

    when i use following code to paste the html , when the drop down is selected - foreach(FileSystemInfo info in fsi) {sFilePath = sFileLoc + info.Name;string sText = this.GetFileText(sFilePath); dropdown.Items.Add(info.Name,sText.ToString());} dropdown.Attributes[''onchange'']=''[CuteEditor_DropDownCommand(this,'PasteHTML')]''; I want ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on March 29, 2005
« First ... < Previous 3 4 5 6 7 Next > ... Last »