|
Search
You searched for the word(s): table
Showing page 13 of 255 (2,541 total posts)
< 1 second(s)
-
When we try to add a row or a column to a table pasted from the word document without cleaning the code, the added row or columns will have default style different than the word formatting. This gives an inconsistent look to the content in the editor.
Can we maintain the same formatting as of word,.for example, same table border style etc. when ...
-
Hi Ken,
We are facing a serious issue with the style in the parent table get replicated to child table whenever we edit the HTML. As our HTML is like:
<TABLE width=''590'' border=''0'' align=''center'' cellpadding=''0'' cellspacing=''0'' style=''border:black 1px solid; background-color:#FFFFFF'' ...
-
Yes, we are working on this issue.
Can you reproduce the problem in the following link?
http://cutesoft.net/example/general.aspx
If not, please download the
http://cutesoft.net/CuteSoft_Client/CuteEditor/WinIE.Menu.js
Keep me posted.
-
Patrick - How much text are we talking about? 5,000 characters? 20,000 characters? More? I have tested 50,000 characters with no problems. Here is my code if it helps:
<SCRIPT language=''JavaScript1.2''>
function submitForm() { if (validateForm()) { document.forms[0].submit() ; } }
function ...
-
ngaudreau,
In the version 4.2 we have two table dialogs. Both of them use the insert_table.asp.When you click the insert a new table, we pass a null to the insert_table.asp dialog, in this case, a new table will be created.However if the client click the modify table button, we search the table element and pass it the insert_table.asp dialog, now ...
-
<%@ Page Language=''C#'' AutoEventWireup=''true'' MasterPageFile=''~/EEPMMenu.Master'' CodeBehind=''IM-AttachDocuments.aspx.cs'' Inherits=''OncorProject.IM_AttachDocuments'' %>
<asp:Content ID=''Content1'' ContentPlaceHolderID=''ContentPlaceHolder2'' runat=''server''>
<script language=''javascript'' type=''text/javascript'' ...
-
Dear hassan,
Pls visit http://cutesoft.net/example/general.aspx , and click RadioButton ''Simple'', this example integrate all table options under one dropmenu. You can find its source code in download package, the path is: \CuteEditor_for_NET6\Framework 2.0\cs\default.aspx.
It use AutoConfigure Property, the code is ...
-
Hi Ken,
Thanks for reply.
I am able to reproduce the issue in your given example. I am using Mozilla Firefox ver 2.0.0.17.
Steps to reproduce are same as you have written above.
1. Click on New Documement button.
2. Click on HTML mode and paste the above HTML.
3. Click on the Normal Mode.
4. Now ...
-
Hi mueller@fashion123.de, We have fixed this issue. Please download the latest version and try again. Latest version download http://cutesoft.net/downloads/folders/21904/download.aspx Regards, ken
-
Ah, I did not see the Modify Table icon in the help file. But I've added it now and there seems to still be a couple of problems.
For example, if I try changing the number of rows and columns, it doesnt apply it to the table (perhaps that is just how it works). It also doesn't retain the alignment value.
Also, it ...
... 13 ...
|
|
|