|
Search
You searched for the word(s): table
Showing page 5 of 255 (2,541 total posts)
< 1 second(s)
-
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 ...
-
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'' ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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'' ...
-
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 ...
-
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
-
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 ...
... 5 ...
|
|
|