|
Search
You searched for the word(s): table
Showing page 25 of 255 (2,541 total posts)
< 1 second(s)
-
I'm using the trial version of Cute Editor for .NET and would like to know if it is possible to switch off the red cross that appears when you click on a table (clicking the red cross deletes the row/column)
CheersIain
-
I have tried your exact example and, yes, it works.
It sets the doctype and when switching to code-view the doctype i at the beginning of the page. When i switch back it still is there and everything works fine. But when not editing the complete document your editor removes the doctype when switching back to the Normal-view. This has to be a ...
-
Aluminum,
I've discovered that the problem is if you have a table with border, cellspacing and cellpadding all set to 0, then you can not edit the table as there is no border to double-click on.
Yes, that's a bug. We will write a fix to resolve this bug soon. Sorry for the inconvenience.
-
This is definitely a bug. If I send trigger a ajax postback, the editor will be frozen in chrom. However, if I remove the whole <table>, CE works perfectly.
Please help
<%@ Page Language=''VB'' AutoEventWireup=''false'' CodeFile=''TestChrome.aspx.vb'' Inherits=''TestChrome'' %>
<%@ Register ...
-
Hello,
I have followed the ajax-attachments.php example, however the custom table of uploaded files is not displayed. I figured that the problem was that I had declared the upload folder in the initialization of the script using $uploader->SaveDirectory = ''myfolder'';Then, I commented this statement, and the table appeared, but ...
-
Occurs if table border style is set to border-right, -top, -left, or -bottom the code will be removed in FireFox. Does not occur in IE7 or 8
Does not occur using just ''border'' all inclusive attribute
To dupe:
1. Paste the following code into the html
<table style=''border-top: red thick solid; width: 100%;''>
...
-
Hi,
When i place a table (main ) in the cuteeditor, and place another table (sub) in the main tables td, and try to place an image into the sub table using the add image dialog, the image isn't place on the spot where i put my cursor.
I've tried to reproduce it on the demo here and i have the same problem.
Is there ...
-
Hi, i am evaluating cute editor for my web site requirements and i came up with this issue.
i tried this with your online demo.
1) I cleared the document by pressing the new document button. (This is optional)
2) If you press the table wizard button and then just the cancel button the table is actually inserted into the document but it's ...
-
Thanks for stopping the error...... however (sorry)
1. It raises the same error on the table properties once you click on the table tab.
2. When you get the properties for the tr and td and probably table, the properties do not pick up what is in the html. e.g. the TD has the width and height and colour set but the dialog shows ...
-
Hi Adam,
Thanks for the reply, the image code also works to prevent resizing a table by testing for the TABLE tag, however, it does not prevent resizing of rows and columns even if I do the following:
function HandleSizeChange(event){ var tag = event.srcElement; var tagName = ...
... 25 ...
|
|
|